11 lines
843 B
CSS
Executable File
11 lines
843 B
CSS
Executable File
#search-in{width:17.6rem; padding-left:0.7rem; padding-right: 0.7rem; border-radius: 1rem; background-color:#FFF; border:none; line-height: 1.87rem;}
|
|
#search-btn{background-color:transparent; border:none; position: absolute; right:0.7rem; top:50%; width:1.173rem; height: 0.746rem; margin-top:-0.373rem;}
|
|
.fq_list, .fq_cate{width:100%; background-color:#FFF;}
|
|
.fq_list .left{width:5.813rem; margin-right: 0.587rem; float: left;}
|
|
.fq_list .right{width:12.54rem; float: left;}
|
|
.fq_list li{border-bottom: 1px solid #e5e5e5; overflow: hidden; padding-top:0.5rem; padding-bottom: 0.5rem;}
|
|
.fq_hover{color:#009fdf;}
|
|
.fq_category li{padding-right: 1.33rem; float: left;}
|
|
.fq_category a{color:#333; line-height: 2.4rem; }
|
|
.fq_category .fq_hover a{color:#009fdf;}
|
|
.fq_category .fq_hover span{border-bottom: 2px solid #009fdf; display: block;} |