...
|
...
|
@@ -41,16 +41,28 @@ page { |
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
overflow-x: scroll
|
|
|
}
|
|
|
|
|
|
|
|
|
.info image {
|
|
|
width: 96rpx;
|
|
|
height: 96rpx;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
.right{
|
|
|
width:400rpx;
|
|
|
margin-right: 30rpx;
|
|
|
}
|
|
|
.name{
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: rgba(19, 26, 46, 1);
|
|
|
}
|
|
|
|
|
|
.info .right {
|
|
|
width: 360rpx;
|
|
|
/* .info .right {
|
|
|
width: 460rpx;
|
|
|
}
|
|
|
|
|
|
.info .right .name {
|
...
|
...
|
@@ -66,8 +78,19 @@ page { |
|
|
font-weight: 400;
|
|
|
color: rgba(156, 156, 156, 1);
|
|
|
margin-top: 10rpx;
|
|
|
} */
|
|
|
|
|
|
.order_num{
|
|
|
width:400rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: rgba(156, 156, 156, 1);
|
|
|
}
|
|
|
.selactive{
|
|
|
color: rgba(61, 154, 248, 1);
|
|
|
|
|
|
}
|
|
|
.order_box {
|
|
|
width: 100%;
|
|
|
padding: 0 32rpx;
|
...
|
...
|
@@ -121,8 +144,8 @@ page { |
|
|
height: 136rpx;
|
|
|
background: rgba(238, 238, 238, 1);
|
|
|
position: absolute;
|
|
|
left: 17rpx;
|
|
|
top: 36rpx;
|
|
|
left: 15rpx;
|
|
|
top: 48rpx;
|
|
|
|
|
|
}
|
|
|
.order_item:last-child .status_img .line{
|
...
|
...
|
|