Browse Source

完善信息中的错误提示样式

luyanan 7 years ago
parent
commit
34cb7c8459
1 changed files with 2 additions and 1 deletions
  1. 2 1
      css/genindex.css

+ 2 - 1
css/genindex.css

@ -16,7 +16,7 @@ input.frmtype[readonly]:focus{border:1px transparent solid;}
16 16
.btnModel:hover{background:#ff8f00;}
17 17
/*取消按钮*/
18 18
.btnCancel{background:#edeff4;}
19
.btnCancel:hover{background:#d6d8de;}
19
.btnCancel:hover,.btnCancel:active,.btnCancel:link{background:#d6d8de;border:none;}
20 20
/*按钮不可用状态*/
21 21
button.btnModel[disabled]{background:#d6d8de;}
22 22
button.btnModel[disabled]:hover{background:#d6d8de;}
@ -101,6 +101,7 @@ ul.loginWaySort li.liactive{border-bottom: 2px solid #ff9900;}
101 101
.fillMore div[contentEditable]:focus{border-color:#ff9900;}
102 102
.fillMore .textinput{margin-left:2%;width:98%;padding:5px 10px;min-height:40px;font-size: 16px;line-height:26px;color: #222;cursor: text;
103 103
    border: 1px solid #ddd;border-radius: 6px;box-sizing: border-box;background: #fff;}
104
.fillMore .textinput.frmmsg-warning{border:1px solid #fd5f39;}
104 105
.fillMore .fillShow .emspace{letter-spacing: 2em;}
105 106
.fillMore .fillShow .downarrow{ position:absolute; right:10px; top:50%; margin-top:-10px; color: #999999;}
106 107
.fillMore .btnModel{width: 80%;margin: 20px auto 0;}