wpfw_ewei_wxapp/pages/order/express/index.wxss
2023-02-26 08:10:18 +08:00

91 lines
1.6 KiB
Plaintext

.empty {
padding: 150rpx;
text-align: center;
}
.light {
height: 260rpx;
width: 240rpx;
}
.text-cancel {
padding: 40rpx;
}
.fui-list.express-top {
padding: 20rpx 30rpx 0 30rpx;
}
.goodsNum {
background: rgba(0,0,0,0.8);
color: #fff;
height: 40rpx;
width: 130rpx;
font-size: 24rpx;
position: absolute;
left: 0;
bottom: 0;
text-align: center;
}
.fui-list-group.express-list .fui-list .fui-list-inner:before {
content: " ";
width: 0;
height: 100%;
position: absolute;
border-left: 4rpx solid #c9c9c9;
top: 0;
left: 40rpx;
z-index: 9999;
}
.express-list .fui-list:first-child .fui-list-inner:before {
top: 40rpx;
}
.express-list .fui-list:last-child .fui-list-inner:before {
height: 40rpx;
}
.express-list .fui-list .fui-list-inner {
padding: 30rpx 70rpx;
}
.express-list .fui-list.current .fui-list-inner .text {
color: #ef4f4f;
font-size: 26rpx;
}
.express-list .fui-list .fui-list-inner .text.step:before {
content: " ";
height: 16rpx;
width: 16rpx;
background: #aaa;
border: 2rpx solid #c9c9c9;
border-radius: 050%;
position: absolute;
z-index: 9999;
top: 10rpx;
left: -37rpx;
}
.express-list .fui-list.current .fui-list-inner .text.step:before {
background: #ef4f4f;
border: 0.1rem solid #fd9797;
}
.express-list .fui-list {
padding: 0;
}
.fui-list-inner .text {
position: relative;
font-size: 26rpx;
line-height: 34rpx;
color: #666;
}
.fui-list-media image {
width: 130rpx;
height: 130rpx;
}