wuliu.wxss 1.3 KB
/* pages/wuliu/wuliu.wxss */
page{
 padding:140rpx 0 0 0;
}
.top{
 height: 120rpx;
 position: fixed;
 box-sizing: border-box;
 top:0;
 left:0;
 width:100%;
 color:#000;
 font-size:28rpx;
 padding:20rpx 34rpx;
 z-index:600;
 background: #fff;
}

.void{
 height: 16rpx;
 background: #F5F6FA;
}
.wuliu_box{
 position: relative;
}
.wuliu_box::after{
 position: absolute;
 content: '';
 height:90%;
 width:5rpx;
 background: #EBEBEB;
 z-index: 100;
 top:78rpx;
 left:50rpx;
}
.wuliu_item{
 position: relative;
 /* height: 137rpx; */
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.item_left{
 position: absolute;
 left:0;
 top:50%;
 transform: translateY(-50%);
 z-index:400;
}
.item_rigth{
 border-bottom: 1rpx solid #EBEBEB;
}
.img_box{
 margin: 0 0 0 32rpx;
 width:40rpx;
 height: 40rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.img_box image{
 width:100%;
 height: 100%;
 display: block;
}
.item_no{
 margin: 0 0 0 42rpx;
 width:20rpx;
 height: 20rpx;
 border-radius: 50%;
 background: #CAD5E0;
}
.item_rigth{
 margin: 0 0 0 150rpx;
 width:630rpx;
 color:#97A0A8;
 font-size:26rpx;
}
.title{
 padding:36rpx 0 20rpx 0;
 font-size:28rpx;
}
.time{
 padding:0 0 30rpx 0;
}
.active .title{
 color:#000;
}
.active .time{
 color:#53575C;
}