yaopinsousuo.css 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .search-box{
  2. position: relative;
  3. background: #fff;
  4. padding: 10px 16px;
  5. width: 100%;
  6. border-bottom: 1px solid #e4e4e4;
  7. border-top: 1px solid #e4e4e4;
  8. box-sizing: border-box;
  9. z-index: 99;
  10. }
  11. .search-div{
  12. background: #f2f4f6; border-radius: 5px;width:100%;
  13. }
  14. .search-box input{
  15. box-sizing: border-box;
  16. width: 100%;
  17. height: 40px; font-size: 14px;
  18. background: url(../../../images/sousuo_icon.png) no-repeat;
  19. background-size: 40px 40px;
  20. -webkit-background-size: 40px 40px;
  21. -moz-background-size: 40px 40px;
  22. -o-background-size: 40px 40px;
  23. padding-left: 40px;
  24. }
  25. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  26. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  27. .u-icon-delete
  28. {
  29. position: absolute;
  30. top: 11px;
  31. right: 16px;
  32. width: 40px;
  33. height: 40px;
  34. }
  35. .u-icon-delete:before
  36. {
  37. position: absolute;
  38. top: 10px;
  39. left: 10px;
  40. width: 20px;
  41. height: 20px;
  42. border-radius: 20px;
  43. background-color: #ccc;
  44. content: '';
  45. }
  46. .u-icon-delete:after
  47. {
  48. position: absolute;
  49. top: 19px;
  50. left: 14px;
  51. width: 12px;
  52. height: 2px;
  53. -webkit-transform: rotate(-45deg);
  54. background-color: #fff;
  55. content: '';
  56. }
  57. .u-icon-delete i
  58. {
  59. position: absolute;
  60. top: 19px;
  61. left: 14px;
  62. width: 12px;
  63. height: 2px;
  64. background-color: #fff;
  65. -webkit-transform: rotate(45deg);
  66. }
  67. .lc-list{background-color: #fff;border-bottom: solid 1px #e4e4e4;}
  68. .yp-one .title{font-size: 16px;color: #333;margin-bottom: 8px;}
  69. li.yp-one{display: block;padding: 10px 0px;margin-left: 0px;margin: 0 15px;border-bottom: solid 1px #ececec;}
  70. .yp-one .method{display: inline-block;font-size: 14px;color: #909090;}
  71. .yp-one .method .p1{display: inline-block;margin-right:15px;margin-bottom: 8px;}
  72. .yp-one .method .p2{display: inline-block;margin-bottom: 8px;}
  73. .yp-one .all{font-size: 14px;color: #909090;}
  74. .yp-one .method .p1 span{color: #333;}
  75. .yp-one .method .p2 span{color: #333;}
  76. .yp-one .all span{color: #333;}
  77. .yp-one:last-child{border-bottom:none;}
  78. #search_suggest_text { position: relative; top: 5px; left: 10px; color: #17b3ec; font-size: 18px;z-index: 10;}
  79. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }