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