WxApp/page/component/refund/refund.wxss

31 lines
441 B
Plaintext
Raw Normal View History

2024-08-29 14:36:16 +08:00
@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;
}