You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
205 lines
1.4 KiB
205 lines
1.4 KiB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
* 头部
|
|
*/
|
|
page {
|
|
background-color: #F9F9F9;
|
|
}
|
|
/* .header {
|
|
padding: 46upx 30upx 40upx;
|
|
} */
|
|
.goods_detail .goods_image {
|
|
margin-right: 28rpx;
|
|
width: 170rpx;
|
|
height: 170rpx;
|
|
border-radius: 6rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 170rpx 170rpx;
|
|
background-position: center;
|
|
}
|
|
/**
|
|
* 订单物流
|
|
*/
|
|
.logis-title {
|
|
border-bottom: 1px solid #F0F0F0;
|
|
}
|
|
.logis-list .logis-date {
|
|
word-wrap: break-word;
|
|
word-break: normal;
|
|
}
|
|
.Icon-bg {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 50%;
|
|
background: #FF4444;
|
|
text-align: center;
|
|
margin: 0 34rpx;
|
|
position: relative;
|
|
z-index: 5;
|
|
}
|
|
.icon-line {
|
|
font-size: 28rpx !important;
|
|
}
|
|
.loggis-move .address {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
}
|
|
.logis-list-header::after {
|
|
content: " ";
|
|
position: relative;
|
|
left: 7%;
|
|
width: 2rpx;
|
|
height: 120rpx;
|
|
border-left: 1px solid #EEEEEE;
|
|
margin: -46rpx 0;
|
|
}
|
|
.pd-left {
|
|
padding-left: 6%;
|
|
}
|
|
.logg-dotted {
|
|
position: relative;
|
|
left: 7%;
|
|
width: 2rpx;
|
|
height: 120rpx;
|
|
border-left: 1px solid #EEEEEE;
|
|
margin: -46rpx 0;
|
|
}
|
|
.circle-seg {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 50%;
|
|
background: #F0F0F0;
|
|
margin: 0 42rpx;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.Icon-bg-presen {
|
|
background-color: #FFD940;
|
|
color: #333333 !important;
|
|
}
|
|
|
|
|