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.
 
 
 
 
 
 

265 lines
4.1 KiB

.order_popup_commodity{
padding:0 26rpx;
bottom: 0;
z-index: 99;
}
// 订单详情
.details_title{
height: 176.67rpx;
background-color: #2C2C38;
width: 100%;
color: white;
font-size: 18.67rpx;
font-weight: bold;
// border-top: 14.67rpx #F6F5FA solid;
.shipped_right_text{
width: 497.33rpx;
font-size: 33.33rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cancelled{
padding-left: 55.33rpx;
display: flex;
align-items: center;
height: 100%;
justify-content: space-between;
.cancelled_left{
display: flex;
align-items: center;
image{
width: 61.33rpx;
height: 61.33rpx;
}
.cancelled_left_info{
margin-left: 52.67rpx;
}
}
.cancelled_right{
image{
width: 34.67rpx;
height: 34.67rpx;
}
}
}
.transit{
padding-left: 74.67rpx;
padding-right: 16rpx;
.cancelled_left{
image{
width: 58.67rpx;
height: 58.67rpx;
}
.cancelled_left_info{
margin-left: 49.33rpx;
}
}
}
.completed{
padding-right: 20rpx;
}
.toPaid{
padding:0 31.33rpx;
}
.shipped{
padding-left: 47.33rpx;
display: flex;
align-items: center;
height: 100%;
.shipped_left{
background-image: url("@/static/img/order_bg.png");
background-size: 100% 100%;
width: 114rpx;
height: 158.67rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 30rpx;
image{
width: 62.67rpx;
height: 62.67rpx;
}
}
}
}
.order_popup_commodity{
border-bottom: 14.67rpx solid #F6F5FA;
// background-color: #B22234;
// height: 100rpx;
// width: 100%;
}
.summary{
border-bottom: 14.67rpx solid #F6F5FA;
padding:0 26rpx;
padding-top: 44rpx;
padding-bottom: 47.33rpx;
font-size: 28rpx;
&:last-child{
border-bottom: none;
}
.summary_title{
font-weight: bold;
margin-bottom: 35.33rpx;
}
.summary_item{
display: flex;
align-items: center;
margin-bottom: 41.33rpx;
justify-content: space-between;
width: 100%;
&:last-child{
margin-bottom: 0;
}
.summary_item_text{
color: #777777;
}
.summary_item_text1{
color: #3C3B6E;
}
.summary_item_right{
color: #3C3B6E;
display: flex;
align-items: center;
button{
font-size: 20rpx;
color: black;
height: 28.67rpx;
border-radius: 0;
padding:0 15rpx;
line-height: 28.67rpx;
background:none;
margin-left: 15.33rpx;
}
}
.summary_item_right1{
color: #B22234;
}
}
.summary_tips{
display: flex;
align-items: center;
justify-content: flex-end;
color: #B22234;
font-size: 24rpx;
font-weight: 400;
image{
width: 28rpx;
height: 28rpx;
margin-right: 13.33rpx;
}
}
}
.details_footer{
padding: 34rpx 26rpx;
background-color: white;
display: flex;
align-items: center;
justify-content: flex-end;
position: fixed;
bottom: 0;
width: 100%;
box-sizing: border-box;
button{
height: 62.67rpx;
line-height:62.67rpx;
border-radius: 0;
margin: 0;
margin-left: 18rpx;
background-color: white;
border: none;
font-size: 22.67rpx;
&::after{
content: none;
}
}
.black{
color: white;
background-color: black;
}
.white{
border: 1px solid #666666;
color: #666666;
}
}
// 进度条
.logistics_details{
border-top: 14.67rpx #F6F5FA solid;
padding-left: 28rpx;
padding-right: 24rpx;
padding-top: 64rpx;
.logistics_step{
color: #999999;
font-size: 26.67rpx;
font-weight: 400;
padding-bottom: 74rpx;
padding-left: 33.33rpx;
position: relative;
&:before{
content: "";
width: 17.33rpx;
height: 17.33rpx;
background-color: #EDEDED;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
z-index: 99;
}
&::after{
content: "";
width: 1px;
height: 95%;
background-color: #EDEDED;
position: absolute;
left: 9.5rpx;
bottom: 0;
border-radius: 50%;
}
&:last-child{
&::after{
content: none;
}
}
.logistics_step_time{
font-size: 22rpx;
margin-top: 13.33rpx;
}
}
}
.step_active{
color: #333333 !important;
&:before{
background-color:#333333 !important;
}
}
.step_active1{
&::after{
background-color: #333333 !important;
}
}