1
2
3
4
5
6
7
8
9
10
11
12
13
| .coreshop-limited-seckill-box .coreshop-time-right { position: absolute; right: 15px; top: 5px; }
|
| .time {
| @include flex;
| align-items: center;
| &__custom { margin-top: 4px; width: 18px; height: 18px; background-color: $u-primary; border-radius: 4px; /* #ifndef APP-NVUE */ display: flex; /* #endif */ justify-content: center; align-items: center;
|
| &__item { color: #fff; font-size: 11px; text-align: center; }
| }
| &__doc { color: $u-primary; padding: 0px 3px; }
|
| &__item { color: #606266; font-size: 13px; margin-right: 4px; }
| }
|
|