123456789101112131415161718192021222324252627 |
- :root,
- page {
- --evo-theme-primary: black;
- }
- ::-webkit-scrollbar{
- width: 0;
- height: 0;
- color: transparent;
- display:none;
- }
- .wd-button {
- line-height: 0;
- }
- .wd-tabs__nav {
- background-color: transparent !important;
- }
- .wd-input-number__action {
- width: 44rpx;
- height: 44rpx;
- background-color: #f3f3f3;
- border-radius: 100px;
- }
- .wd-textarea__inner {
- height: 162rpx;
- }
|