12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .title {
- padding: 20px 14px 12px;
- background: transparent;
- :global(.van-cell__value) {
- font-size: 12px;
- }
- }
- .cellTitle {
- font-size: 17px;
- color: #333;
- font-weight: 600;
- display: flex;
- align-items: center;
- &::before {
- width: 4px;
- height: 14px;
- border-radius: 4px;
- margin-top: -2px;
- content: ' ';
- background: linear-gradient(to bottom, #59e5d5, #2dc7aa);
- display: inline-block;
- margin-right: 6px;
- }
- }
- .cellValue {
- line-height: 20px;
- height: 20px;
- padding: 2px 5px 0 7px;
- background: #dfefec;
- display: inline-block;
- border-radius: 20px;
- color: var(--van-primary);
- }
- .hotMusic {
- // padding-bottom: 20px;
- .swipeItem .swipeChild {
- padding-left: 14px;
- }
- .swipeItem:last-child .swipeChild {
- padding-right: 14px;
- }
- }
|