.btnDesign {
width:90px;
height:30px;
line-height:30px;
background:rgba(24,111,231,1);
box-shadow:0px 5px 10px 0px rgba(24,111,231,0.55);
border-radius:15px;
font-size:14px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(255,254,254,1);
border:none;
outline: none;
}
//移入样式
.btnDesign:hover{
opacity:.8;filter:alpha(opacity=80);color:#fff;
}
.selectDesign {
width:110px;
height:30px;
line-height:30px;
background:rgba(255,255,255,1);
border:1px solid rgba(204,204,204,1);
border-radius:15px;
text-indent:5px;
outline: none;
}
.inputDesign {
width:338px;
height:30px;
background:rgba(255,255,255,1);
border:1px solid rgba(204,204,204,1);
border-radius:18px;
text-indent:5px;
outline: none;
}
//聚焦样式
.inputDesign:focus {
border: 1px solid #186FE7;
}
.textareaDesign {
width:338px;
height:90px;
background:rgba(255,255,255,1);
border:1px solid rgba(204,204,204,1);
border-radius:6px;
padding-left:5px;
outline: none;
}
.textareaDesign:focus {
border: 1px solid #186FE7;
}