change style
This commit is contained in:
parent
6c2d153f46
commit
a0034b3ab8
@ -120,6 +120,10 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
|||||||
.form_label{display:inline-block; width:86px; float:left;}
|
.form_label{display:inline-block; width:86px; float:left;}
|
||||||
.ipt_wrap{position:relative; overflow:hidden;}
|
.ipt_wrap{position:relative; overflow:hidden;}
|
||||||
.ipt_wrap .ipt{position:relative; width:100%; padding:10px 0; height:20px; border:0; margin:0;}
|
.ipt_wrap .ipt{position:relative; width:100%; padding:10px 0; height:20px; border:0; margin:0;}
|
||||||
|
.form_cardimg{float:right; width:90px; height:40px; overflow:hidden; margin:0 0 0 10px; text-align:center; vertical-align:middle;}
|
||||||
|
.form_cardimg img{max-width:100%; height:100%;}
|
||||||
|
#query_form .btn_success{width:60%;}
|
||||||
|
#query_form .btn_gray{width:35%;}
|
||||||
.form_cardimg{float:right; width:90px; overflow:hidden; margin:7px 0 0 10px; text-align:center; vertical-align:middle;}
|
.form_cardimg{float:right; width:90px; overflow:hidden; margin:7px 0 0 10px; text-align:center; vertical-align:middle;}
|
||||||
.form_cardimg img{max-width:100%;}
|
.form_cardimg img{max-width:100%;}
|
||||||
|
|
||||||
@ -165,6 +169,8 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
|||||||
.check_right{width:40px; height:40px; text-align:center;}
|
.check_right{width:40px; height:40px; text-align:center;}
|
||||||
.check_left{ text-align:left;}
|
.check_left{ text-align:left;}
|
||||||
.check_right{text-align:right;}
|
.check_right{text-align:right;}
|
||||||
|
.his_title{height:30px; text-align:center;}
|
||||||
|
.his_list li{border-top:1px solid #CACACA;}
|
||||||
.check_right:active,.check_left:active{background: rgba(200,200,200,.1);}
|
.check_right:active,.check_left:active{background: rgba(200,200,200,.1);}
|
||||||
.check_right:active .icon_right{opacity: 0.5}
|
.check_right:active .icon_right{opacity: 0.5}
|
||||||
.check_left:active .icon_left{opacity: 0.5}
|
.check_left:active .icon_left{opacity: 0.5}
|
||||||
|
Loading…
Reference in New Issue
Block a user