yunshangxie/unpackage/dist/dev/mp-weixin/tuniao-ui/components/tn-count-down/tn-count-down.wxss

37 lines
996 B
Plaintext
Raw Normal View History

2024-04-20 14:58:10 +08:00
@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;
}