1234567891011121314151617 |
- :root:root {
- --van-primary: #FE2451 !important;
- --van-picker-confirm-action-color: #FE2451 !important;
- --van-primary-color: var(--van-primary) !important;
- --tag-border-color: #FE2451;
- --tag-color: #FE2451;
- }
- body {
- background-color: #fafafa;
- user-select: none;
- margin-top: 0 !important;
- }
- .btnMore {
- justify-content: space-between !important;
- }
|