12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .search-box{
- position: relative;
- background: #fff;
- padding: 10px 16px;
- width: 100%;
- border-bottom: 1px solid #e4e4e4;
- border-top: 1px solid #e4e4e4;
- box-sizing: border-box;
- z-index: 99;
- }
- .search-div{
- background: #f2f4f6; border-radius: 5px;width:100%;
- }
- .search-box input{
- box-sizing: border-box;
- width: 100%;
- height: 40px; font-size: 14px;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 40px 40px;
- -webkit-background-size: 40px 40px;
- -moz-background-size: 40px 40px;
- -o-background-size: 40px 40px;
- padding-left: 40px;
- }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
- .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
- .u-icon-delete
- {
- position: absolute;
- top: 11px;
- right: 16px;
- width: 40px;
- height: 40px;
- }
- .u-icon-delete:before
- {
- position: absolute;
- top: 10px;
- left: 10px;
- width: 20px;
- height: 20px;
- border-radius: 20px;
- background-color: #ccc;
- content: '';
- }
- .u-icon-delete:after
- {
- position: absolute;
- top: 19px;
- left: 14px;
- width: 12px;
- height: 2px;
- -webkit-transform: rotate(-45deg);
- background-color: #fff;
- content: '';
- }
- .u-icon-delete i
- {
- position: absolute;
- top: 19px;
- left: 14px;
- width: 12px;
- height: 2px;
- background-color: #fff;
- -webkit-transform: rotate(45deg);
- }
- .lc-list{background-color: #fff;border-bottom: solid 1px #e4e4e4;}
- .yp-one .title{font-size: 16px;color: #333;margin-bottom: 8px;}
- li.yp-one{display: block;padding: 10px 0px;margin-left: 0px;margin: 0 15px;border-bottom: solid 1px #ececec;}
- .yp-one .method{display: inline-block;font-size: 14px;color: #909090;}
- .yp-one .method .p1{display: inline-block;margin-right:15px;margin-bottom: 8px;}
- .yp-one .method .p2{display: inline-block;margin-bottom: 8px;}
- .yp-one .all{font-size: 14px;color: #909090;}
- .yp-one .method .p1 span{color: #333;}
- .yp-one .method .p2 span{color: #333;}
- .yp-one .all span{color: #333;}
- .yp-one:last-child{border-bottom:none;}
- #search_suggest_text { position: relative; top: 5px; left: 10px; color: #17b3ec; font-size: 18px;z-index: 10;}
- .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
|