chufangmuban.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .c-main { position: relative; }
  2. .lin-search{padding: 10px 10px;background-color: #f2f4f6;}
  3. .lin-search div{text-align: center;border-radius: 3px;line-height: 29px;background-color: #e1e1e1;color: #999;font-size: 12px;}
  4. .lin-search img{width: 29px;}
  5. .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;}
  6. .mb-head{padding: 10px;font-size: 16px;border-bottom: solid 1px #f1f1f1;}
  7. .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;}
  8. .mb-head div:nth-child(1){width: calc(100% - 100px); overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  9. .mb-text{padding: 5px 10px;}
  10. .mb-text .one{padding: 5px 0px;display:-webkit-box;}
  11. .mb-text .one p:nth-child(2){width:70px;text-align:right; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  12. .mb-text .one p:nth-child(1){width:calc(100% - 80px); overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-right: 10px;}
  13. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  14. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  15. #search_suggest_text { position: absolute; top: 50px; left: 8px; color: #17b3ec; font-size: 18px;z-index: 10;}
  16. .list-wrap { border-top: 1px solid #CCC; }
  17. .search-target-text em { font-weight: bold; color: #75BF00; }
  18. #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
  19. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  20. .lin-search-ipt{
  21. height: 50px;
  22. padding: 8px 10px;
  23. background-color: #17b3ec;
  24. display: -webkit-box;
  25. border-bottom: 1px solid #dcdcdc;
  26. }
  27. .lin-search-ipt .div-input{
  28. padding-top: 2px;
  29. border-radius: 5px;
  30. line-height: 29px;
  31. background-color: #f2f4f6;
  32. color: #999;
  33. text-align: left;
  34. -webkit-box-flex: 1;
  35. }
  36. .lin-search-ipt input{
  37. background-color: #f2f4f6 ;
  38. border-radius: 5px;
  39. height: 30px;
  40. text-align: left;
  41. padding-left: 30px;
  42. background: url(../../../images/sousuo_icon.png) no-repeat;
  43. background-size: 30px 30px;
  44. width: 98%;
  45. }
  46. .lin-search-ipt a{
  47. font-size: 16px;
  48. display: block;
  49. width: 50px;
  50. padding: 4px 4px 4px 0px;
  51. color: #fff;
  52. text-align: right;
  53. }
  54. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  55. .patient-list .n-list{display: block;}
  56. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
  57. .n-list li.yp-one{padding: 10px 0px}