123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .c-main { position: relative; }
- .lin-search{padding: 10px 10px;background-color: #f2f4f6;}
- .lin-search div{text-align: center;border-radius: 3px;line-height: 29px;background-color: #e1e1e1;color: #999;font-size: 12px;}
- .lin-search img{width: 29px;}
- .mb-li{width:100%;border-top:solid 1px #dcdcdc;border-bottom: solid 1px #dcdcdc;background-color: #fff;font-size: 14px;color: #333;position: relative;margin-bottom: 10px;}
- .mb-head{padding: 10px;font-size: 16px;border-bottom: solid 1px #f1f1f1;}
- .mb-head div:nth-child(2){position:absolute;width: 80px;height: 30px;line-height: 30px;background-color: #17b3ec;font-size: 14px;color: #fff;text-align: center;border-radius: 5px;top:7px;right: 10px;z-index: 9;}
- .mb-head div:nth-child(1){width: calc(100% - 100px); overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
- .mb-text{padding: 5px 10px;}
- .mb-text .one{padding: 5px 0px;display:-webkit-box;}
- .mb-text .one p:nth-child(2){width:70px;text-align:right; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
- .mb-text .one p:nth-child(1){width:calc(100% - 80px); overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-right: 10px;}
- .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;}
- #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 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}
|