2024-04-20 14:58:10 +08:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
/**
|
|
|
|
|
* 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
|
|
|
|
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
|
|
|
|
* Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
|
|
|
|
|
*/
|
2025-03-21 16:50:18 +08:00
|
|
|
|
page.data-v-efe82882 {
|
|
|
|
|
background-color: #F1F2F8;
|
|
|
|
|
}
|
|
|
|
|
.time-line__wrap.data-v-efe82882 {
|
|
|
|
|
padding: 60rpx 30rpx 30rpx 60rpx;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__node.data-v-efe82882 {
|
|
|
|
|
width: 44rpx;
|
|
|
|
|
height: 44rpx;
|
|
|
|
|
border-radius: 100rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #AAAAAA;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__node--active.data-v-efe82882 {
|
|
|
|
|
background-color: #3056D3;
|
|
|
|
|
width: 44rpx;
|
|
|
|
|
height: 44rpx;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
line-height: 44rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__node--icon.data-v-efe82882 {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__content__title.data-v-efe82882 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__content__desc.data-v-efe82882 {
|
|
|
|
|
color: #AAAAAA;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
margin-bottom: 6rpx;
|
|
|
|
|
}
|
|
|
|
|
.time-line-item__content__time.data-v-efe82882 {
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
}
|