search.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. body{background:linear-gradient(to top,#F2F7FB,#fff);}
  2. .cont{width:1200px;margin: 0 auto;}
  3. .contone>h4{margin: 0;width:70%;height: 70px;display: inline-block;padding-left: 15px;padding-right: 30px;font-weight: normal;
  4. line-height: 70px;cursor: pointer;overflow: hidden;}
  5. .contone>p{margin: 0;width:30%;height: 70px;display: inline-block;padding-right: 15px;padding-right: 30px;overflow: hidden;}
  6. .contone>h4>span{color:#D60000;}
  7. .contone>p>span>span{color:#D60000;}
  8. .contone{width: 100%;height:70px;line-height:70px;color:#818080;
  9. display: flex;justify-content: space-between;background-color: #fff;}
  10. .contone:nth-child(even){background-color: #F9F9F9;}
  11. .title{width:1200px;margin:0 auto;height:50px;line-height: 50px;color:#707070;}
  12. .line1{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
  13. .key{width:300px;}
  14. .noLength{width: 550px;height:150px;margin: 50px auto 60px;background: url(../../img/all_null.png) no-repeat;background-size:100% 100%; }
  15. .pagination_box{clear: both;overflow: hidden; width: 1200px;
  16. margin: 0 auto;line-height: 74px;display: none;}
  17. .clearfix{clear: both;}
  18. .pagination_box nav {
  19. float: right;
  20. }
  21. .inp{
  22. float: right; display: none;
  23. }
  24. .list_none {
  25. width: 550px;
  26. height: 150px;
  27. background: url("../../img/all_null.png") no-repeat;
  28. margin: 50px auto;
  29. }
  30. .inp input{
  31. width:40px;
  32. height: 35px;
  33. text-align: center;
  34. border-radius: 5px;
  35. border:1px solid #ccc;
  36. }
  37. .inp button{
  38. margin: 0 10px;
  39. margin-top:-5px;
  40. width: 50px;
  41. }
  42. .pagination_box ul li a {
  43. color: #333
  44. }
  45. .pagination_box .pagination {
  46. float: right;
  47. margin-right: 20px;
  48. }
  49. .pagination_box .totalCount {
  50. float: right;
  51. display: inline-block;
  52. margin-right: 15px;
  53. }
  54. .indexSearch{
  55. width: 635px;
  56. height: 36px;
  57. margin: 26px auto 45px;
  58. }
  59. .pagination_box .inp button{
  60. line-height: 0;
  61. margin-top: -5px;
  62. }
  63. .indexSearch .btn{
  64. border-radius: 0;
  65. }
  66. .indexSearch .form-control{
  67. border-radius: 0;
  68. }
  69. .indexSearch .search-inp{
  70. clear: both;
  71. width:640px;
  72. height: 36px;
  73. float: left;
  74. }
  75. .indexSearch>span{
  76. width: 140px;
  77. display: inline-block;
  78. height: 36px;
  79. text-align: center;
  80. color: #fff;
  81. background: #5cb85c;
  82. font-size: 16px;
  83. line-height: 36px;
  84. float: right;
  85. border-radius: 5px;
  86. cursor: pointer;
  87. }
  88. .searchBtn{
  89. width: 104px;
  90. font-size: 18px;
  91. }
  92. .indexSearch .demandSearch{
  93. width: 530px;
  94. height: 36px;
  95. line-height: 34px;
  96. border-color: #bbd5e5;
  97. }
  98. .indexSearch .searchBtn{
  99. height: 36px;
  100. line-height: 22px;
  101. background: #1697e9;
  102. border: 1px solid #1697e9;
  103. color: #ffffff;
  104. }
  105. .indexSearch .searchBtn img{
  106. width: 25px;height: 24px;
  107. vertical-align: top
  108. }
  109. .indexSearch .search-inp .input-group{
  110. width: 530px;
  111. }
  112. /* 新开发搜索 */
  113. footer{
  114. display: none;
  115. }
  116. .cont ul li{
  117. box-shadow: 0 0 4px #ccc;
  118. width: 100%;
  119. background: #fff;
  120. padding-left: 20px;
  121. border: 1px solid #f2f2f2;
  122. margin-bottom: 17px;
  123. }
  124. .cont ul li h4{
  125. width: 700px;
  126. font-size: 18px;
  127. color: #202020;
  128. line-height: 50px;
  129. height: 50px;
  130. overflow: hidden;
  131. text-overflow: ellipsis;
  132. white-space: nowrap;
  133. -o-text-overflow: ellipsis;
  134. }
  135. .cont ul li p{
  136. width: 770px;
  137. overflow: hidden;
  138. text-overflow: ellipsis;
  139. white-space: nowrap;
  140. -o-text-overflow: ellipsis;
  141. color: #707070;
  142. font-size: 16px;
  143. margin-bottom: 22px;
  144. }
  145. .cont ul li div {
  146. margin-bottom: 18px;
  147. }
  148. .cont ul li div span:first-child{
  149. display: inline-block;
  150. margin-right: 114px;
  151. }
  152. .cont ul li div span{
  153. color: #52b2ef;
  154. font-size: 14px;
  155. font-family: '宋体';
  156. }
  157. .cont h4 span{
  158. color: #ff580e;
  159. }
  160. .cont ul li:hover{
  161. cursor: pointer;
  162. box-shadow: 0 0 20px #ccc;
  163. }