linchuangzhenduan.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. .lc-list{
  26. width: 100%;
  27. padding-top: 5px;
  28. background-color: #fff;
  29. font-size: 14px;
  30. color: #333;
  31. }
  32. .lc-list li{
  33. width: 100%;
  34. border-bottom: solid 1px #f1f1f1;
  35. height: 45px;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. white-space: nowrap;
  39. line-height: 45px;
  40. padding-left: 15px;
  41. padding-right: 35px;
  42. }
  43. .lc-list li.active{
  44. background: url('../images/gouxuan_lanse_icon.png') no-repeat;
  45. background-position:calc(100% - 15px) center;
  46. background-size: 17px 17px;
  47. color: #17B3EC;
  48. }
  49. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  50. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  51. .lc-select li{
  52. display: inline-block;
  53. vertical-align: middle;
  54. height: 35px;
  55. line-height: 37px;
  56. padding:0px 20px 0px 5px;
  57. background: url('../images/shanchu_icon.png') no-repeat;
  58. background-size: 10px 10px;
  59. background-position: calc(100% - 5px) center;
  60. background-color: rgba(32,160,255,.1);
  61. border-color: rgba(32,160,255,.2);
  62. color: #17B3EC;
  63. border-radius: 5px;
  64. margin-right: 10px;
  65. font-size: 14px;
  66. margin-bottom: 10px;
  67. }
  68. .lc-select{
  69. background-color: #fff;
  70. padding: 10px 10px 0px 10px;
  71. }
  72. .u-icon-delete
  73. {
  74. position: absolute;
  75. top: 11px;
  76. right: 16px;
  77. width: 40px;
  78. height: 40px;
  79. }
  80. .u-icon-delete:before
  81. {
  82. position: absolute;
  83. top: 10px;
  84. left: 10px;
  85. width: 20px;
  86. height: 20px;
  87. border-radius: 20px;
  88. background-color: #ccc;
  89. content: '';
  90. }
  91. .u-icon-delete:after
  92. {
  93. position: absolute;
  94. top: 19px;
  95. left: 14px;
  96. width: 12px;
  97. height: 2px;
  98. -webkit-transform: rotate(-45deg);
  99. background-color: #fff;
  100. content: '';
  101. }
  102. .u-icon-delete i
  103. {
  104. position: absolute;
  105. top: 19px;
  106. left: 14px;
  107. width: 12px;
  108. height: 2px;
  109. background-color: #fff;
  110. -webkit-transform: rotate(45deg);
  111. }
  112. .header-link{
  113. font-size: 17px;
  114. color: #fff;
  115. }