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.
77 lines
1.3 KiB
77 lines
1.3 KiB
/* pages/feedback.wxss */
|
|
.content{
|
|
padding: 30rpx;
|
|
position: relative;
|
|
}
|
|
.content textarea{
|
|
background:#f2f1f6 ;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.textarea_tip{
|
|
width: auto;
|
|
margin-top: 0;
|
|
height: auto;
|
|
position: absolute;
|
|
right: 60rpx;
|
|
bottom: 40rpx;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.imgs{
|
|
padding: 30rpx;
|
|
|
|
}
|
|
.imgs_title{
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.upimg{
|
|
width: 220rpx;
|
|
height: 220rpx;
|
|
margin-right: 10rpx;
|
|
display: inline-block;
|
|
border-radius: 4rpx;
|
|
border: #e2e2e2 2rpx dashed;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
.upimg image{
|
|
position: absolute;
|
|
top:60rpx;
|
|
left:60rpx ;
|
|
width:100rpx;
|
|
|
|
height: 100rpx;
|
|
}
|
|
.img_item{
|
|
height: 220rpx;
|
|
width: 220rpx;
|
|
margin-right: 10rpx;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.img_item .img{
|
|
width:100%;
|
|
height: 100%;
|
|
}
|
|
.img_item .empty{
|
|
width:20%;
|
|
height: 20%;
|
|
position: absolute;
|
|
top: 10rpx;
|
|
right: 10rpx;
|
|
}
|
|
.btn{
|
|
background: #3476fe;
|
|
border-radius: 10rpx;
|
|
color: white;
|
|
text-align: center;
|
|
margin: 2vh 80rpx;
|
|
font-size: 32rpx;
|
|
height: 6vh;
|
|
line-height: 6vh;
|
|
margin-top: 80rpx;
|
|
}
|