25 lines
738 B
Plaintext
Raw Normal View History

2025-03-21 16:49:54 +08:00
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
.tn-time-line.data-v-ce90fec8 {
padding-left: 40rpx;
position: relative;
}
.tn-time-line.data-v-ce90fec8::before {
content: '';
position: absolute;
width: 1px;
left: 0;
top: 12rpx;
bottom: 0;
border-left: 1px solid #AAAAAA;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}