adviser.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. /* 搜索 */
  2. .indexSearch{
  3. width: 635px;
  4. height: 36px;
  5. margin: 37px auto 74px;;
  6. }
  7. .container{
  8. overflow: hidden;
  9. }
  10. .indexSearch .search-inp{
  11. clear: both;
  12. width:635px;
  13. height: 36px;
  14. }
  15. .searchBtn{
  16. width: 104px;
  17. font-size: 18px;
  18. }
  19. .indexSearch .demandSearch{
  20. width: 530px;
  21. height: 36px;
  22. line-height: 34px;
  23. border-color: #bbd5e5;
  24. }
  25. .indexSearch .searchBtn{
  26. height: 36px;
  27. line-height: 22px;
  28. background: #1697e9;
  29. border: 1px solid #1697e9;
  30. color: #ffffff;
  31. }
  32. .indexSearch .searchBtn img{
  33. width: 25px;height: 24px;
  34. vertical-align: top
  35. }
  36. .indexSearch .search-inp{
  37. float: left;
  38. }
  39. .indexSearch .search-inp .input-group{
  40. width: 530px;
  41. }
  42. /* 列表 */
  43. .adviserList{
  44. width: 100%;
  45. margin-top: 50px;
  46. }
  47. .adviserList ul li {
  48. float: left;
  49. margin-left: 28px;
  50. margin-bottom: 30px;
  51. width: 380px;
  52. height: 236px;
  53. border-radius: 5px;
  54. border: 1px solid #f0f0f0;
  55. }
  56. .adviserList ul li:hover{
  57. box-shadow: 0 0 20px #ccc;
  58. }
  59. .adviserList ul li:nth-child(3n+1){
  60. margin-left: 0;
  61. }
  62. .adviserList .headPortrait{
  63. width: 120px;
  64. height: 120px;
  65. overflow: hidden;
  66. float: left;
  67. border-radius: 50%;
  68. margin-top: 55px;
  69. margin-left: 22px;
  70. }
  71. .adviserList .headPortrait img{
  72. width: 100%;
  73. height: 100%;
  74. }
  75. .adviserList .txt{
  76. float: right;
  77. width: 194px;
  78. margin-top: 60px;
  79. margin-right: 22px;
  80. }
  81. .adviserList .txt h4{
  82. margin-bottom: 20px;
  83. font-weight: normal;
  84. }
  85. .adviserList .txt h4 .name{
  86. width: 90px;
  87. display: inline-block;
  88. font-size: 22px;
  89. color: #1f1f1f;
  90. overflow: hidden;
  91. height: 30px;
  92. /* white-space:nowrap;
  93. text-overflow:ellipsis;
  94. -o-text-overflow:ellipsis; */
  95. }
  96. .adviserList .txt h4 .position{
  97. height: 22px;
  98. line-height: 20px;
  99. width: 100px;
  100. display: inline-block;
  101. font-size: 16px;
  102. color: #1797e9;
  103. overflow: hidden;
  104. /* white-space:nowrap;
  105. text-overflow:ellipsis;
  106. -o-text-overflow:ellipsis; */
  107. }
  108. .adviserList .txt p{
  109. color: #707070;
  110. font-size: 14px;
  111. font-family: "宋体";
  112. overflow: hidden;
  113. display: -webkit-box;
  114. text-overflow: ellipsis;
  115. -webkit-box-orient: vertical;
  116. -webkit-line-clamp:3;
  117. }
  118. .pagination_box {
  119. width: 100%;
  120. line-height: 74px
  121. }
  122. .pagination_box nav {
  123. float: right;
  124. clear: both;
  125. }
  126. .pagination_box ul li a {
  127. color: #333
  128. }
  129. .pagination_box .pagination {
  130. float: right;
  131. margin-right: 20px;
  132. }
  133. .pagination_box .totalCount {
  134. float: right;
  135. line-height:84px;
  136. display: inline-block;
  137. margin-right: 15px;
  138. }
  139. .inp{
  140. float: right;
  141. }
  142. .pagination_box{
  143. display: none;
  144. }
  145. .list_none {
  146. width: 550px;
  147. height: 150px;
  148. background: url("../../../img/all_null.png") no-repeat;
  149. margin: 50px auto;
  150. }
  151. .inp{
  152. display: none;
  153. }
  154. .inp input{
  155. vertical-align:middle;
  156. width:40px;
  157. height: 32px;
  158. text-align: center;
  159. border-radius: 5px;
  160. border:1px solid #ccc;
  161. }
  162. .inp button{
  163. margin: 0 10px;
  164. width: 50px;
  165. }
  166. .search{
  167. width: 100%;
  168. height: 52px;
  169. line-height: 52px;
  170. background: #f9f9f9;
  171. }