adviserList.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* 搜索 */
  2. .indexSearch{
  3. width: 100%;
  4. height: 53px;
  5. background: #f9f9f9;
  6. padding: 8px 0 ;
  7. margin: 22px auto 34px;
  8. }
  9. footer{
  10. display: none;
  11. }
  12. .indexSearch .search-inp{
  13. clear: both;
  14. width:635px;
  15. height: 36px;
  16. float: right;
  17. margin-right: 8px;
  18. }
  19. .form-control,.btn{
  20. border-radius: 0
  21. }
  22. .searchBtn{
  23. width: 104px;
  24. font-size: 18px;
  25. }
  26. .indexSearch .demandSearch{
  27. width: 530px;
  28. height: 36px;
  29. line-height: 34px;
  30. border-color: #bbd5e5;
  31. }
  32. .indexSearch .searchBtn{
  33. height: 36px;
  34. line-height: 22px;
  35. background: #1697e9;
  36. border: 1px solid #1697e9;
  37. color: #ffffff;
  38. }
  39. .indexSearch .searchBtn img{
  40. width: 25px;height: 24px;
  41. vertical-align: top
  42. }
  43. .indexSearch .search-inp .input-group{
  44. width: 530px;
  45. }
  46. /* 列表 */
  47. .pagination_box {
  48. width: 100%;
  49. line-height: 74px
  50. }
  51. .pagination_box nav {
  52. float: right;
  53. clear: both;
  54. }
  55. .pagination_box ul li a {
  56. color: #333
  57. }
  58. .pagination_box .pagination {
  59. float: right;
  60. margin-right: 20px;
  61. }
  62. .pagination_box .totalCount {
  63. float: right;
  64. line-height:84px;
  65. display: inline-block;
  66. margin-right: 15px;
  67. }
  68. .inp{
  69. float: right;
  70. }
  71. .pagination_box{
  72. display: none;
  73. }
  74. .list_none {
  75. width: 550px;
  76. height: 150px;
  77. background: url("../../../img/all_null.png") no-repeat;
  78. margin: 50px auto;
  79. }
  80. .inp{
  81. display: none;
  82. }
  83. .inp input{
  84. vertical-align:middle;
  85. width:40px;
  86. height: 32px;
  87. text-align: center;
  88. border-radius: 5px;
  89. border:1px solid #ccc;
  90. }
  91. .inp button{
  92. margin: 0 10px;
  93. width: 50px;
  94. }
  95. .search{
  96. width: 100%;
  97. height: 52px;
  98. line-height: 52px;
  99. background: #f9f9f9;
  100. }
  101. .pagination_box .pagePre a{
  102. margin-right: 10px
  103. }
  104. .pagination_box .pageNext a{
  105. margin-left: 10px;
  106. }
  107. .sort a{
  108. display: inline-block;
  109. padding: 0 16px 0;
  110. text-align: center;
  111. font-size: 16px;
  112. color: #40acff;
  113. border: 1px solid #40acff;
  114. height: 34px;
  115. line-height: 32px;
  116. margin-right: 17px;
  117. border-radius: 20px;
  118. cursor: pointer;
  119. }
  120. .sort a.active{
  121. background: #1697e9;
  122. color: #ffffff;
  123. }
  124. .adviserList{
  125. margin-top: 10px;
  126. width: 100%;
  127. }
  128. .adviserList ul li{
  129. margin-bottom: 35px;
  130. height: 192px;
  131. padding-top: 30px;
  132. border: 1px solid #eaeaea;
  133. background: #fbfbfb;
  134. border-radius: 15px;
  135. }
  136. .adviserList ul li:hover{
  137. box-shadow: 0 0 20px #ccc;
  138. }
  139. .adviserList ul li div a{
  140. width: 100%;
  141. display: inline-block;
  142. }
  143. .adviserList ul li div a img{
  144. width:118px;
  145. height: 118px;
  146. border-radius: 50%;
  147. float: left;
  148. margin-left: 23px;
  149. border-radius: 50%;
  150. }
  151. .adviserList ul li div .txt{
  152. width: 1000px;
  153. margin-right: 27px;
  154. float: right;
  155. }
  156. .adviserList ul li div .txt>div{
  157. height: 50px;
  158. line-height: 50px;
  159. overflow: hidden;
  160. }
  161. .adviserList ul li div .txt>div h4{
  162. float: left;
  163. line-height: 50px;
  164. color: #1f1f1f;
  165. font-size: 22px;
  166. }
  167. .adviserList ul li div .txt>div h4 span{
  168. display: inline-block;
  169. margin-left: 18px;
  170. color: #1797e9;
  171. font-size: 18px;
  172. }
  173. .adviserList ul li div .txt>div p{
  174. float: right;
  175. }
  176. .adviserList ul li div .txt>div p{
  177. color: #ff6b26;
  178. font-size: 12px;
  179. }
  180. .adviserList ul li div .txt>div p .heart{
  181. display: inline-block;
  182. width: 20px;
  183. height: 16px;
  184. margin-left: 8px;
  185. vertical-align: top;
  186. margin-top: 16px;
  187. background: url(../../../img/newMenu/serviceDetal_03.jpg)no-repeat;
  188. background-size:100% 100%;
  189. }
  190. .adviserList ul li div .txt>div p .heart.active{
  191. background: url(../../../img/newMenu/serviceDetal_Ok.jpg)no-repeat;
  192. background-size:100% 100%;
  193. }
  194. .adviserList ul li div .txt>p{
  195. font-size: 14px;
  196. color: #707070;
  197. overflow: hidden;
  198. display: -webkit-box;
  199. text-overflow: ellipsis;
  200. -webkit-box-orient: vertical;
  201. -webkit-line-clamp:3;
  202. text-align: justify;
  203. }