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.

49 lines
741 B
Plaintext

9 months ago
.reason {
padding: 15px;
color: #292b2d;
}
.reason .header {
font-size: 12px;
}
.reason-items {
font-size: 12px;
margin-left: -10px;
padding: 0 0 10px 0;
}
.reason-items .select {
background-color: #fbc93a;
border: 2rpx solid #fbc93a !important;
}
.reason-items .item {
min-width: 40px;
height: 20px;
padding: 3px 6px 3px 6px;
border: 2rpx solid #999;
border-radius: 4px;
margin-top: 10px;
margin-left: 10px;
}
.reason-content {
width: 100%;
font-size: 12px;
min-height: 100px;
background-color: #eee;
padding: 10px;
}
.reason-btn {
width: 60%;
background-color: #fec636;
color: #000;
font-weight: bold;
}
.bottom {
margin-top: 20px;
}