93 lines
1.8 KiB
Plaintext
93 lines
1.8 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.feedback_area.data-v-9b7ba536 {
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.feedback_area textarea.data-v-9b7ba536 {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
background: #f8f8f8;
|
|
box-sizing: border-box;
|
|
padding: 24rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.upload.data-v-9b7ba536 {
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
}
|
|
.upload .upload_title.data-v-9b7ba536 {
|
|
font-size: 28rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.upload .tup.data-v-9b7ba536 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.upload .tup .tu.data-v-9b7ba536 {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border-radius: 5rpx;
|
|
background: #ededed;
|
|
text-align: center;
|
|
margin: 10rpx;
|
|
}
|
|
.upload .tup .tu image.data-v-9b7ba536 {
|
|
width: 30%;
|
|
height: 30%;
|
|
margin: 0 auto;
|
|
margin-top: 50rpx;
|
|
z-index: 9;
|
|
}
|
|
.upload .tup .pian.data-v-9b7ba536 {
|
|
border-radius: 5rpx;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
float: left;
|
|
margin: 10rpx;
|
|
}
|
|
.upload .tup .pian image.data-v-9b7ba536 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.fllow_form.data-v-9b7ba536 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
padding: 0 24rpx;
|
|
margin: 20rpx 0;
|
|
font-size: 28rpx;
|
|
}
|
|
.fllow_form .form_right.data-v-9b7ba536 {
|
|
display: flex;
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
.fllow_form .form_input input.data-v-9b7ba536 {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: right;
|
|
margin-right: 10rpx;
|
|
}
|
|
.feedback_back.data-v-9b7ba536 {
|
|
padding: 0 30rpx;
|
|
line-height: 30rpx;
|
|
}
|
|
#btn.data-v-9b7ba536 {
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 88rpx;
|
|
width: 500rpx;
|
|
height: 88rpx;
|
|
background: #008EFF;
|
|
border-radius: 29rpx;
|
|
margin: 30rpx auto;
|
|
}
|