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.
71 lines
1014 B
71 lines
1014 B
5 years ago
|
.mui-content {
|
||
|
background-color: #FFFFFF;
|
||
|
height: 11rem;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
.button {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
height: 0.8rem;
|
||
|
font-size: 0.25rem;
|
||
|
}
|
||
|
|
||
|
.alert-text {
|
||
|
color: #999999;
|
||
|
margin: 0.3rem 0 0 0.5rem;
|
||
|
font-size: 0.25rem;
|
||
|
}
|
||
|
|
||
|
.alert-text span {
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.appeal-imgs {
|
||
|
margin: 0.15rem 0 0 0;
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
flex-direction: row;
|
||
|
}
|
||
|
|
||
|
.appeal-div {
|
||
|
overflow: hidden;
|
||
|
border: 0.05rem solid #999999;
|
||
|
width: 1.5rem;
|
||
|
height: 1.5rem;
|
||
|
margin: 0 0 0.3rem 0.5rem;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.appeal-div span {
|
||
|
color:#999999;
|
||
|
font-size: 0.7rem;
|
||
|
font-weight: bold;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.appeal-explain {
|
||
|
width: 5.6rem;
|
||
|
margin: 0 0 0 0.4rem;
|
||
|
}
|
||
|
.appeal-explain textarea{
|
||
|
background: #F1F1F1;
|
||
|
border: 1px solid #F1F1F1;
|
||
|
border-radius: .2rem;
|
||
|
text-indent: .2rem;
|
||
|
padding: .2rem;
|
||
|
}
|
||
|
|
||
|
.explain {
|
||
|
color: #999999;
|
||
|
margin: 0 0 0 0.4rem;
|
||
|
width: 5.75rem;
|
||
|
font-size: 0.25rem;
|
||
|
}
|
||
|
|
||
|
.explain div {
|
||
|
line-height: 0.4rem;
|
||
|
}
|