master
todking 5 years ago
parent deb7f8e261
commit c0f1988e6c

@ -172,7 +172,7 @@ input.value:focus {
right: 0; right: 0;
bottom: 0; bottom: 0;
overflow-x: hidden; overflow-x: hidden;
background-color: #fbf9fe; background-color: #FFFFFF;
} }
.new_year { .new_year {
@ -578,17 +578,17 @@ input.value:focus {
} }
.remark-textarea-new { .remark-textarea-new {
background-color: #FFFFFF;
box-shadow: none; box-shadow: none;
font-size: 13px; font-size: 13px;
width: calc(100% - 40px); width: calc(100% - 40px);
margin: 0 20px; margin: 0 20px;
padding: 10px 0; padding: 10px 0;
height: 18px; height: 18px;
border: 1px solid #FBF9FE; border: 1px solid #FFFFFF;
border-radius: 0; border-radius: 0;
border-bottom-color: #BCBCBC; border-bottom-color: #BCBCBC;
-webkit-appearance: none; -webkit-appearance: none;
background-color: #FBF9FE;
} }
.remark-textarea-new::-webkit-input-placeholder { .remark-textarea-new::-webkit-input-placeholder {

Loading…
Cancel
Save