52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
.timelineItem .timeItem.data-v-38d29383 {
|
|
display: flex;
|
|
}
|
|
.timelineItem .timeItem .leftTime.data-v-38d29383 {
|
|
width: 20vw;
|
|
padding: 0 10rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin-right: 10rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
}
|
|
.timelineItem .timeItem .line.data-v-38d29383 {
|
|
width: 1px;
|
|
background: #cccccc;
|
|
position: relative;
|
|
}
|
|
.timelineItem .timeItem .line .out.data-v-38d29383 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
background: #93CCFC;
|
|
border-radius: 50%;
|
|
}
|
|
.timelineItem .timeItem .line .out .inner.data-v-38d29383 {
|
|
width: 18rpx;
|
|
height: 18rpx;
|
|
background: #0066CC;
|
|
border-radius: 50%;
|
|
}
|
|
.timelineItem .timeItem .rightContent.data-v-38d29383 {
|
|
flex: 1;
|
|
padding: 0 10rpx 40rpx;
|
|
margin-left: 20rpx;
|
|
min-height: 50rpx;
|
|
}
|
|
.timelineItem:last-child .timeItem .line.data-v-38d29383 {
|
|
height: 10px;
|
|
}
|
|
|