Browse Source

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

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