物流端
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

60 lines
960 B

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