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.
231 lines
3.9 KiB
231 lines
3.9 KiB
1 year ago
|
.page{
|
||
|
position: relative;
|
||
|
min-height:calc(100vh - 90rpx);
|
||
|
background-color: #f6f6f6;
|
||
|
border-top:1px solid transparent;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* 订单商品 */
|
||
|
.order-goods{
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 20rpx;
|
||
|
margin:0 24rpx;
|
||
|
.goods-list{
|
||
|
padding: 0 4%;
|
||
|
margin-top: 20rpx;
|
||
|
.orderNum{
|
||
|
padding:20rpx 0;
|
||
|
}
|
||
|
.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;
|
||
|
color: $base;
|
||
|
}
|
||
|
}
|
||
|
.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{
|
||
|
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 20rpx;
|
||
|
margin:20rpx 24rpx;
|
||
|
.weituotitle{
|
||
|
color:$base;
|
||
|
padding:24rpx;
|
||
|
font-size:30rpx;
|
||
|
}
|
||
|
.priceContent{
|
||
|
background-color: $base;
|
||
|
padding:24rpx;
|
||
|
border-radius: 20rpx;
|
||
|
color: #fff;
|
||
|
margin:0 24rpx;
|
||
|
}
|
||
|
.info-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;
|
||
|
}
|
||
|
.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{
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 20rpx;
|
||
|
margin: 20rpx 24rpx;
|
||
|
.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: fixed;
|
||
|
bottom:0rpx;
|
||
|
width:100%;
|
||
|
background-color: #FFFFFF;
|
||
|
display: flex;
|
||
|
padding:24rpx 24rpx;
|
||
|
justify-content: space-between;
|
||
|
.heji{
|
||
|
color:$base;
|
||
|
}
|
||
|
.btnItem{
|
||
|
color:#ffffff;
|
||
|
font-size:26rpx;
|
||
|
background-color: $base;
|
||
|
padding:10rpx 20rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
}
|