yaopinsuosou.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #search_suggest_text { position: absolute; top: 50px; left: 8px; color: #17b3ec; font-size: 18px;z-index: 10;}
  2. .list-wrap { border-top: 1px solid #CCC; }
  3. .search-target-text em { font-weight: bold; color: #75BF00; }
  4. #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
  5. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  6. .lin-search-ipt{
  7. height: 50px;
  8. padding: 8px 10px;
  9. background-color: #17b3ec;
  10. display: -webkit-box;
  11. border-bottom: 1px solid #dcdcdc;
  12. }
  13. .lin-search-ipt .div-input{
  14. padding-top: 2px;
  15. border-radius: 5px;
  16. line-height: 29px;
  17. background-color: #f2f4f6;
  18. color: #999;
  19. text-align: left;
  20. -webkit-box-flex: 1;
  21. }
  22. .lin-search-ipt input{
  23. background-color: #f2f4f6 ;
  24. border-radius: 5px;
  25. height: 30px;
  26. text-align: left;
  27. padding-left: 30px;
  28. background: url(../../../images/sousuo_icon.png) no-repeat;
  29. background-size: 30px 30px;
  30. width: 98%;
  31. }
  32. .lin-search-ipt input[type=text]{
  33. border: none!important;
  34. }
  35. .lin-search-ipt a{
  36. font-size: 16px;
  37. display: block;
  38. width: 50px;
  39. padding: 4px 4px 4px 0px;
  40. color: #fff;
  41. text-align: right;
  42. }
  43. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  44. .patient-list .n-list{display: block;}
  45. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
  46. .n-list li.yp-one{padding: 10px 0px}