adviserList.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. .nubCollect{
  96. display: inline-block;
  97. margin-left: 20px;
  98. }
  99. .search{
  100. width: 100%;
  101. height: 52px;
  102. line-height: 52px;
  103. background: #f9f9f9;
  104. }
  105. .pagination_box .pagePre a{
  106. margin-right: 10px
  107. }
  108. .pagination_box .pageNext a{
  109. margin-left: 10px;
  110. }
  111. .sort a{
  112. display: inline-block;
  113. padding: 0 16px 0;
  114. text-align: center;
  115. font-size: 16px;
  116. color: #40acff;
  117. border: 1px solid #40acff;
  118. height: 34px;
  119. line-height: 32px;
  120. margin-right: 17px;
  121. border-radius: 20px;
  122. cursor: pointer;
  123. }
  124. .sort a.active{
  125. background: #1697e9;
  126. color: #ffffff;
  127. }
  128. .adviserList{
  129. margin-top: 10px;
  130. width: 100%;
  131. }
  132. .adviserList ul li{
  133. margin-bottom: 35px;
  134. height: 192px;
  135. padding-top: 30px;
  136. border: 1px solid #eaeaea;
  137. background: #fbfbfb;
  138. border-radius: 15px;
  139. }
  140. .adviserList ul li:hover{
  141. box-shadow: 0 0 20px #ccc;
  142. }
  143. .adviserList ul li div a{
  144. width: 100%;
  145. display: inline-block;
  146. }
  147. .adviserList ul li div a img{
  148. width:118px;
  149. height: 118px;
  150. border-radius: 50%;
  151. float: left;
  152. margin-left: 23px;
  153. border-radius: 50%;
  154. }
  155. .adviserList ul li div .txt{
  156. width: 1000px;
  157. margin-right: 27px;
  158. float: right;
  159. }
  160. .adviserList ul li div .txt>div{
  161. height: 50px;
  162. line-height: 50px;
  163. overflow: hidden;
  164. }
  165. .adviserList ul li div .txt>div h4{
  166. float: left;
  167. line-height: 50px;
  168. color: #1f1f1f;
  169. font-size: 22px;
  170. }
  171. .adviserList ul li div .txt>div h4 span{
  172. display: inline-block;
  173. margin-left: 18px;
  174. color: #1797e9;
  175. font-size: 18px;
  176. }
  177. .adviserList ul li div .txt>div p{
  178. float: right;
  179. }
  180. .adviserList ul li div .txt>div p{
  181. color: #ff6b26;
  182. font-size: 12px;
  183. }
  184. .adviserList ul li div .txt>div p .heart{
  185. display: inline-block;
  186. width: 20px;
  187. height: 16px;
  188. margin-left: 8px;
  189. vertical-align: top;
  190. margin-top: 16px;
  191. background: url(../../../img/newMenu/serviceDetal_03.jpg)no-repeat;
  192. background-size:100% 100%;
  193. }
  194. .adviserList ul li div .txt>div p .heart.active{
  195. background: url(../../../img/newMenu/serviceDetal_Ok.jpg)no-repeat;
  196. background-size:100% 100%;
  197. }
  198. .adviserList ul li div .txt>p{
  199. font-size: 14px;
  200. color: #707070;
  201. overflow: hidden;
  202. display: -webkit-box;
  203. text-overflow: ellipsis;
  204. -webkit-box-orient: vertical;
  205. -webkit-line-clamp:3;
  206. text-align: justify;
  207. }