You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
.container {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.submit{
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.textarea {
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* height: 200px; */
|
|
|
|
|
padding: 12px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.lh20{
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.sub_type{
|
|
|
|
|
padding: 4px 14px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.active{
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.imgUpload{
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
.close {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
right: -6px;
|
|
|
|
|
top: -6px;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
background-color: #666;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 8px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|