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.

68 lines
1.2 KiB

5 years ago
@charset "UTF-8";
h3 {
color: #333333;
font-size: .27rem;
font-weight: 400;
padding: .3rem;
}
.appeal-explain {
text-align: center;
textarea {
width: 90%;
height: 2.4rem;
background: #F1F1F1;
border-radius: 5px;
border: 1px solid #F1F1F1;
text-indent: .2rem;
padding: .2rem;
color: #999999;
font-size: .24rem;
}
}
.appeal-upload {
width: 90%;
height: 2.4rem;
background: #F1F1F1;
border-radius: 5px;
border: 1px solid #F1F1F1;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
.img-box {
text-align: center;
img {
width: .7rem;
height: .68rem;
}
span {
display: block;
}
}
}
.note {
width: 90%;
font-weight: 500;
color: #D43436;
line-height: .4rem;
margin: .2rem auto;
}
//按钮状态
.btn {
width: 100%;
text-align: center;
margin-top: .4rem;
.app-btn {
width: 66%;
height: .75rem;
background: #D43436;
border-radius: .37rem;
color: #FFFFFF;
border: 1px solid #D43436;
margin-bottom: .1rem;
}
}