37 lines
996 B
Plaintext
37 lines
996 B
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
|
|||
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
|||
|
* Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
|
|||
|
*/
|
|||
|
.tn-countdown.data-v-6ba4aab8 {
|
|||
|
display: inline-flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.tn-countdown__item.data-v-6ba4aab8 {
|
|||
|
box-sizing: content-box;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
padding: 2rpx;
|
|||
|
border-radius: 6rpx;
|
|||
|
white-space: nowrap;
|
|||
|
-webkit-transform: translateZ(0);
|
|||
|
transform: translateZ(0);
|
|||
|
}
|
|||
|
.tn-countdown__item__time.data-v-6ba4aab8 {
|
|||
|
margin: 0;
|
|||
|
padding: 0;
|
|||
|
line-height: 1;
|
|||
|
}
|
|||
|
.tn-countdown__separator.data-v-6ba4aab8 {
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
padding: 0 5rpx;
|
|||
|
line-height: 1;
|
|||
|
}
|
|||
|
|