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.
26 lines
423 B
26 lines
423 B
/* pages/order/order-info/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.detail-layout {
|
|
min-height: 90rpx;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.next-layout {
|
|
min-height: 90rpx;
|
|
background-color: white;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
padding: 0rpx 32rpx;
|
|
}
|
|
|
|
.item-remark {
|
|
margin-top: 18rpx;
|
|
width: 100%;
|
|
padding: 18rpx 24rpx;
|
|
background: #f8f8f8;
|
|
border: 1px solid #e7e7e7;
|
|
}
|