.main {
width: 100%;
background: white;
height: 100%;
}
.content {
margin-left: 10px;
font-size: 10pt;
padding-top: 10px;
padding-right: 20px;
}
textarea {
border: 1px solid #e6e6e6;
border-radius: 4px;
width: 100%;
height: 120px;
font-size: 14px;
color: #888;
padding: 5px;
}
/*占位符样式*/
.placeholdText {
font-size: 2em;
}
.delete_bt2 {
background: #48c17b;
border-radius: 100px;
position: fixed;
color: white;
font-size: 14px;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}
.feedback_type {
margin-top: 10px;
padding: 5px;
width: 100%;
border-radius: 4px;
height: 64px;
border: 1px solid #e6e6e6;
}
.type_text {
font-size: 12px;
color: #999;
}
.type_choose1 {
width: 40%;
display: flex;
}
.type_choose2 {
width: 30%;
display: flex;
}
.img {
width: 20px;
height: 20px;
}
.choose_text {
font-size: 14px;
color: #333;
}