Files
lichebao/pages/customer/detail/index.wxss
T
2021-07-04 18:09:48 +08:00

48 lines
1.0 KiB
Plaintext

.tabmenu2{display:inline-block;line-height:72rpx;}
.tabmenu2.active view.relative{display:inline-block;}
.tabmenu2.active view.relative::before{display:inline-block;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);width:64rpx;height:4rpx;content:"";background-color:#36afa2;}
.width-25{width:25rpx;}
.orderDtail-log::before{
content: '';
position: absolute;
top: 10rpx;
bottom: 10rpx;
background-color: #1a1a1a;
width: 2rpx;
left:10rpx;
}
.orderDtail-log-item{
margin-top: 40rpx;
line-height: 1.6;
}
.orderDtail-log-item:first-child{
margin-top: 0;
}
.orderDtail-log-dot{
top: 8rpx;
left:0;
width: 24rpx;
height: 24rpx;
border-radius: 100%;
background-color: #fff;
}
.orderDtail-log-dot::before{
width: 18rpx;
height: 18rpx;
background-color: #fff;
}
.orderDtail-log-dot::after{
width: 12rpx;
height: 12rpx;
background-color: #1a1a1a;
}
.orderDtail-log-dot::before,.orderDtail-log-dot::after{
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border-radius: 100%;
}