123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- #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}
- .article-li {
- position: relative;
- background-color: #fff;
- margin-bottom: 10px;
- }
- .collec-title {
- height: 40px;
- line-height: 40px;
- color: #333333;
- padding-left: 10px;
- width: 83%;
- display: inline-block;
- }
- .collec-title-right {
- float: right;
- height: 40px;
- line-height: 40px;
- width: 17%;
- }
- .no-certified{color: red;}
- .collec-content {
- height: 80px;
- padding-left: 10px;
- padding-top: 10px;
- }
- .image-item {
- width: 60px;
- height: 60px;
- }
- .image-item img{
- width: 60px;
- height: 60px;
- }
- .tuisong-common,.edit-common{
- width: 80px;
- height: 20px;
- float: right;
- margin-right: 10px;
- text-align: center;
- line-height: 20px;
- border-radius: 5px;
- margin-top: 5px;
- }
- .tuisong-true,.edit-true{
- background-color: #17B3EC;
- color: #fff;
- }
- .tuisong-false{
- background-color: #dcdcdc;
- }
|