12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #search_suggest_text { position: absolute; top: 50px; left: 8px; color: #17b3ec; font-size: 18px;z-index: 10;}
- .list-wrap { border-top: 1px solid #CCC; }
- .search-target-text em { font-weight: bold; color: #75BF00; }
- #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
- .lin-search-ipt{
- height: 50px;
- padding: 8px 10px;
- background-color: #17b3ec;
- display: -webkit-box;
- border-bottom: 1px solid #dcdcdc;
- }
- .lin-search-ipt .div-input{
- padding-top: 2px;
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- text-align: left;
- -webkit-box-flex: 1;
- }
- .lin-search-ipt input{
- background-color: #f2f4f6 ;
- border-radius: 5px;
- height: 30px;
- text-align: left;
- padding-left: 30px;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 30px 30px;
- width: 98%;
- }
- .lin-search-ipt input[type=text]{
- border: none!important;
- }
- .lin-search-ipt a{
- font-size: 16px;
- display: block;
- width: 50px;
- padding: 4px 4px 4px 0px;
- color: #fff;
- text-align: right;
- }
- .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
- .patient-list .n-list{display: block;}
- .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
- .n-list li.yp-one{padding: 10px 0px}
|