31 lines
441 B
Plaintext
31 lines
441 B
Plaintext
|
@import '../../common/common.wxss';
|
||
|
|
||
|
|
||
|
.orders-no-refund {
|
||
|
position: relative;
|
||
|
height: 90rpx;
|
||
|
line-height: 90rpx;
|
||
|
font-size: 16px;
|
||
|
border-bottom: 20rpx solid #ededed;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
.orders-box {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
.orders-thumb {
|
||
|
/* position: absolute; */
|
||
|
width: 300px;
|
||
|
height: 300px;
|
||
|
}
|
||
|
|
||
|
.order-number {
|
||
|
display: block;
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
}
|