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.
 
 
 
 
 
huazhiyu/pages/OrderDetails/OrderDetails.scss

242 lines
4.0 KiB

.page{
position: relative;
min-height:calc(100vh - 90rpx);
background-color: #f6f6f6;
}
/* 订单状态 */
.order-status{
width: 100%;
background: linear-gradient(to right,$base,$change-clor);
.status{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100rpx;
text{
font-size: 38rpx;
// font-weight: bold;
color: #FFFFFF;
}
.iconfont{
margin-right: 20rpx;
}
}
.reason{
display: flex;
// align-items: center;
justify-content: center;
width: 100%;
height: 80rpx;
text{
font-size: 28rpx;
color: #f6f6f6;
}
}
}
/* 订单商品 */
.order-goods{
width: 100%;
background-color: #FFFFFF;
border-radius: 20rpx;
.goods-list{
padding: 0 4%;
.list{
display: flex;
align-items: center;
width: 100%;
min-height: 200rpx;
.thumb{
display: flex;
width: 30%;
text-align: center;
image{
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
}
}
.item{
width: 70%;
height: 100%;
.title{
display: flex;
align-items: center;
width: 100%;
height: 60rpx;
text{
font-size: 26rpx;
color: #222222;
}
}
.num-size{
display: flex;
align-items: center;
width: 100%;
height: 60rpx;
text{
font-size: 26rpx;
color: #959595;
margin-right: 20rpx;
}
text:last-child{
margin-right: 0;
}
}
.price{
display: flex;
align-items: center;
width: 100%;
height: 60rpx;
text{
font-size: 28rpx;
font-weight: bold;
color: #222222;
}
}
.order-btn{
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
height: 100rpx;
.btn{
padding: 10rpx 30rpx;
color: #555555;
font-size: 26rpx;
border: 2rpx solid #EEEEEE;
border-radius: 100rpx;
}
}.order-btn{
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
height: 100rpx;
.btn{
padding: 10rpx 30rpx;
color: #555555;
font-size: 26rpx;
border: 2rpx solid #EEEEEE;
border-radius: 100rpx;
}
}
}
}
}
.contact{
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
background-color: #FFFFFF;
box-shadow: 0 0 20rpx #EEEEEE;
border-radius: 0 0 20rpx 20rpx;
text{
font-size: 28rpx;
color: #555555;
}
.iconfont{
font-size: 34rpx;
margin-right: 20rpx;
}
}
}
/* 订单信息 */
.order-info{
width: 100%;
background-color: #FFFFFF;
border-radius: 20rpx;
margin: 20rpx auto;
.info-list{
padding: 0 4%;
.list{
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
border-bottom: 2rpx solid #f6f6f6;
.title{
font-size: 26rpx;
color: #959595;
}
.content{
display: flex;
align-items: center;
margin-left: 20rpx;
text{
font-size: 26rpx;
font-weight: bold;
color: #222222;
}
.btn{
padding: 6rpx 20rpx;
background-color: #EEEEEE;
color: #555555;
font-size: 24rpx;
border-radius: 50rpx;
margin-left: 40rpx;
}
}
}
}
}
/* 订单明细 */
.order-details{
width: 100%;
background-color: #FFFFFF;
border-radius: 20rpx;
margin: 20rpx auto;
.details-list{
padding: 0 4%;
.list{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100rpx;
border-bottom: 2rpx solid #f6f6f6;
.title{
font-size: 26rpx;
color: #959595;
}
.price{
font-size: 26rpx;
font-weight: bold;
}
}
.action{
display: flex;
align-items: center;
justify-content: flex-end;
.price{
font-size: 32rpx;
font-weight: bold;
color: $base;
}
}
}
}
.btnContainer{
position: absolute;
bottom:20rpx;
width:100%;
display: flex;
right:24rpx;
text-align: right;
justify-content: flex-end;
.btnItem{
color:#ffffff;
font-size:26rpx;
background-color: $base;
padding:10rpx 20rpx;
border-radius: 10rpx;
}
}