| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .noborder::after {
- border: 0 !important;
- }
- .radius {
- border-radius: 8px !important;
- }
- .distance {
- margin: 0 30px !important;
- box-sizing: border-box;
- }
- .primary {
- background: #2278a8 !important;
- }
- i-count-down {
- display: inline-block;
- }
- .text-overflow {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .watermark {
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .watermark-img {
- height: 134rpx;
- width: 190rpx;
- position: absolute;
- z-index: -1;
- }
|