Files
AGuestSaas/pages/mall/mall_refund/mall_refund.wxss

224 lines
3.6 KiB
Plaintext

.refund-content {
padding-bottom: 190rpx;
}
.refund-goods {
background-color: white;
}
.refund-good {
position: relative;
padding: 15rpx 30rpx;
min-height: 198rpx;
}
.refund-good::before {
position: absolute;
left: 30rpx;
right: 0;
height: 1rpx;
bottom: 1rpx;
content: " ";
background-color: #f5f5f5;
z-index: 9;
}
.refund-good-cover {
height: 178rpx;
width: 178rpx;
background: #f6f6f6;
position: absolute;
left: 30rpx;
top: 15rpx;
}
.refund-good-info {
padding-left: 198rpx;
}
.refund-good-title {
font-weight: bold;
margin: 15rpx 0;
font-size: 32rpx;
}
.refund-good-value {
line-height: 40rpx;
font-size: 28rpx;
color: gray;
}
.refund-good-price {
line-height: 40rpx;
color: gray;
font-size: 28rpx;
padding-top: 10rpx;
}
.refund-good-price text {
color: red;
font-weight: bold;
font-size: 32rpx;
}
/* 统计信息 */
.refundTitle-item {
display: flex;
}
.refundTitle-item picker {
flex: 1;
text-align: right;
color: #000;
}
.refund-statistical {
background: white;
}
.refund-statistical-item {
position: relative;
padding: 0 30rpx;
line-height: 90rpx;
color: gray;
}
.refund-statistical-item::before {
position: absolute;
left: 30rpx;
right: 0;
height: 1rpx;
bottom: 1rpx;
content: " ";
background-color: #f5f5f5;
z-index: 9;
}
.refund-statistical-item:last-child::before {
display: none;
}
.refund-statistical-item-label {
position: absolute;
right: 30rpx;
top: 0;
width: 300rpx;
text-align: right;
color: #000;
}
/* 退款 */
.refund-info {
margin-top: 20rpx;
}
.refund-info-item-label {
color: red;
font-weight: bold;
}
.refund-info-item-text {
padding: 30rpx 30rpx 30rpx 30rpx;
}
.refund-info-item-textarea {
width: 100%;
height: 150rpx;
margin-top: 20rpx;
}
/* footer */
.refund-footer {
background: white;
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 20rpx 30rpx 30rpx 30rpx;
width: 100%;
box-sizing: border-box;
z-index: 9999;
}
.refund-footer-btn[size="mini"] {
background: #eb532a;
width: 100%;
height: 90rpx;
line-height: 90rpx;
color: white;
font-size: 32rpx;
}
/* 多图上传 */
.issue-info-img {
padding: 20rpx 0;
display: flex;
flex-wrap: wrap;
margin: 0 -10rpx;
}
.issue-info-img-itme {
width: calc(33.33% - 20rpx);
padding-top: calc(33.33% - 20rpx);
box-sizing: border-box;
position: relative;
margin: 10rpx;
}
.issue-info-img-itme>image {
width: 100%;
height: calc(100% - 20rpx);
height: -webkit-calc(100% - 20rpx);
position: absolute;
top: 10rpx;
left: 0;
}
.issue-info-img-remove {
position: absolute;
z-index: 5;
top: -5rpx;
right: -6rpx;
height: 36rpx;
width: 36rpx;
text-align: center;
line-height: 34rpx;
background: #ec202c;
color: white;
font-size: 28rpx;
font-weight: bold;
border-radius: 50%;
}
.issue-info-img-add {
position: absolute;
top: 10rpx;
bottom: 10rpx;
width: 100%;
left: 0;
text-align: center;
background: #f3f4f8;
color: #8d8d8d;
font-size: 24rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
}
.issue-info-img-add image {
width: 100rpx;
height: 100rpx;
vertical-align: bottom;
margin-bottom: 15rpx;
margin-top: 15rpx;
}
.issue-info-img-hint {
line-height: 60rpx;
color: #666;
font-size: 26rpx;
padding: 0 30rpx 15rpx 30rpx;
}