前端
This commit is contained in:
parent
a791f3d475
commit
24b8c9f67a
@ -643,7 +643,7 @@ if ($act == 'newevent') {
|
||||
max-height: 160px;
|
||||
padding: 20px 14px;
|
||||
font-size: 12px;
|
||||
color: #848484;
|
||||
color: #626262;
|
||||
border: 0;
|
||||
resize: none;
|
||||
line-height: 18px;
|
||||
@ -728,16 +728,16 @@ if ($act == 'newevent') {
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers*/
|
||||
color:#c3c3c3;
|
||||
color:#bababa;
|
||||
}
|
||||
input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
|
||||
color:#c3c3c3;
|
||||
color:#bababa;
|
||||
}
|
||||
input:-moz-placeholder { /* Mozilla Firefox 19+*/
|
||||
color:#c3c3c3;
|
||||
color:#bababa;
|
||||
}
|
||||
input:-ms-input-placeholder { /* Internet Explorer 10+*/
|
||||
color:#c3c3c3;
|
||||
color:#bababa;
|
||||
}
|
||||
</style>
|
||||
<div class='popup-bg' id='popup-bg'>
|
||||
@ -1770,9 +1770,9 @@ if ($act == 'newevent') {
|
||||
$('#cptext').val('');
|
||||
$('#yftext').val('');
|
||||
|
||||
$('#yytext').attr('disabled', false)
|
||||
$('#cptext').attr('disabled', false)
|
||||
$('#yftext').attr('disabled', false)
|
||||
$('#yytext').attr('disabled', true)
|
||||
$('#cptext').attr('disabled', true)
|
||||
$('#yftext').attr('disabled', true)
|
||||
$("#upfujian_yy").hide();
|
||||
$("#upfujian_cp").hide();
|
||||
$("#upfujian_yf").hide();
|
||||
|
Loading…
Reference in New Issue
Block a user