yuminge-app/yun-min-program-plugin-master/packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.wxss

31 lines
674 B
Plaintext

/* packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.wxss */
view,textarea,text{
box-sizing: border-box;
}
.popup-receiving-status .popup-receiving-list {
padding: 0 64rpx;
}
.popup-receiving-status .popup-receiving-list .popup-receiving-item {
display: flex;
justify-content: space-between;
align-items: center;
height: 3rem;
}
.popup-receiving-status .popup-send-wrapper {
padding: 64rpx;
}
.popup-receiving-status .popup-send-wrapper .popup-btn {
display: flex;
align-items: center;
justify-content: center;
height: 70rpx;
font-size: 28rpx;
color: #ffffff;
background-color: #f14e4e;
border-radius: 7rpx;
}