物流端
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.
 
yyt-mall-wl/pages/feedback/feedback.wxss

74 lines
1.2 KiB

/* pages/feedback/feedback.wxss */
page {
background: -webkit-linear-gradient(top, #27adb0, #ebf7f7, #f1f1f1)
}
.bgColor {
background: -webkit-linear-gradient(top, #27adb0, #ebf7f7, #f1f1f1);
padding: 20rpx;
min-height: 1400rpx;
}
.cardBg {
background-color: #fff;
padding: 20rpx 30rpx 100rpx 30rpx;
border-radius: 15rpx;
}
.why {
border: 1px #c5c5c5 solid;
display: inline-block;
width: 240rpx;
text-align: center;
margin-left: 25rpx;
padding: 10rpx 10rpx;
color: #5f5e5e;
border-radius: 5rpx;
}
.place {
color: #b3b1b1;
}
.textarea {
border: 2rpx #333 solid;
text-align: left;
border-radius: 10rpx;
max-width: 95%;
height: 180rpx;
margin: 0 auto;
margin-top: 20rpx;
font-size: 24rpx;
padding: 20rpx;
}
.addimg {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: start;
margin-top: 20rpx;
width: 100%;
}
.addimg image {
width: 200rpx;
height: 200rpx;
border-radius: 15rpx;
}
.addimg view {
border-radius: 10rpx;
display: flex;
justify-content: center;
align-items: center;
width: 200rpx;
height: 200rpx;
border: 1rpx #c5c5c5 solid;
}
.btn {
background-color: #5dc2c4;
color: #fff;
margin-top: 100rpx;
}