123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .test {
-
- @apply mt-4 ml-4;
- padding-top: 4px;
- color: red;
- }
- :root,
- page {
- display: flex;
- flex-direction: column;
-
-
-
-
- min-height: 100%;
- --wot-tag-small-fs: 14px;
-
-
-
-
-
-
- }
- .wd-tag {
- padding: 12rpx 36rpx !important;
- &.is-default {
- color: rgba(0, 0, 0, 0.6) !important;
- }
- }
|