adviser.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. /* 搜索 */
  2. .indexSearch{
  3. width: 800px;
  4. height: 36px;
  5. margin: 37px auto 74px;
  6. }
  7. footer{
  8. display: none;
  9. }
  10. .indexSearch .search-inp{
  11. clear: both;
  12. width:640px;
  13. height: 36px;
  14. float: left;
  15. }
  16. .indexSearch>span{
  17. width: 140px;
  18. display: inline-block;
  19. height: 36px;
  20. text-align: center;
  21. color: #fff;
  22. background: #5cb85c;
  23. font-size: 16px;
  24. line-height: 36px;
  25. float: right;
  26. border-radius: 5px;
  27. cursor: pointer;
  28. }
  29. .searchBtn{
  30. width: 104px;
  31. font-size: 18px;
  32. }
  33. .indexSearch .demandSearch{
  34. width: 530px;
  35. height: 36px;
  36. line-height: 34px;
  37. border-color: #bbd5e5;
  38. }
  39. .indexSearch .searchBtn{
  40. height: 36px;
  41. line-height: 22px;
  42. background: #1697e9;
  43. border: 1px solid #1697e9;
  44. color: #ffffff;
  45. }
  46. .indexSearch .searchBtn img{
  47. width: 25px;height: 24px;
  48. vertical-align: top
  49. }
  50. .indexSearch .search-inp .input-group{
  51. width: 530px;
  52. }
  53. /* 列表 */
  54. .pagination_box {
  55. width: 100%;
  56. line-height: 74px
  57. }
  58. .pagination_box nav {
  59. float: right;
  60. clear: both;
  61. }
  62. .pagination_box ul li a {
  63. color: #333
  64. }
  65. .pagination_box .pagination {
  66. float: right;
  67. margin-right: 20px;
  68. }
  69. .pagination_box .totalCount {
  70. float: right;
  71. line-height:84px;
  72. display: inline-block;
  73. margin-right: 15px;
  74. }
  75. .inp{
  76. float: right;
  77. }
  78. .pagination_box{
  79. display: none;
  80. }
  81. .list_none {
  82. width: 550px;
  83. height: 150px;
  84. background: url("../../../img/all_null.png") no-repeat;
  85. margin: 50px auto;
  86. }
  87. .inp{
  88. display: none;
  89. }
  90. .inp input{
  91. vertical-align:middle;
  92. width:40px;
  93. height: 32px;
  94. text-align: center;
  95. border-radius: 5px;
  96. border:1px solid #ccc;
  97. }
  98. .inp button{
  99. margin: 0 10px;
  100. width: 50px;
  101. }
  102. .search{
  103. width: 100%;
  104. height: 52px;
  105. line-height: 52px;
  106. background: #f9f9f9;
  107. }
  108. .pagination_box .pagePre a{
  109. margin-right: 10px
  110. }
  111. .pagination_box .pageNext a{
  112. margin-left: 10px;
  113. }
  114. /* 首页 */
  115. .adviserIndexList{
  116. margin-top: 80px;
  117. text-align: center;
  118. }
  119. .listHead{
  120. margin-bottom: 58px;
  121. }
  122. .listHead ul{
  123. display: flex;
  124. display: -webkit-flex;
  125. justify-content: space-between;
  126. }
  127. .listHead ul li{
  128. width: 262px;
  129. height: 386px;
  130. position: relative;
  131. z-index: 10;
  132. border-radius: 15px;
  133. overflow: hidden;
  134. transition: all .2 ease-in-out;
  135. box-shadow: 0 0 2px #ccc;
  136. }
  137. .listHead ul li:hover {
  138. box-shadow: 0 0 20px #ccc;
  139. transition: all .2 ease-in;
  140. }
  141. .listHead ul li .bjImg{
  142. width: 100%;
  143. height: 100%;
  144. position: absolute;
  145. z-index: 11;
  146. top: 0;
  147. left: 0;
  148. border-radius: 15px;
  149. transition: all .5 ease-in;
  150. }
  151. .listHead ul li .bjImg img{
  152. width: 100%;
  153. display: inline-block;
  154. height: 100%;
  155. border: 0;
  156. }
  157. .listHead ul li .collectionNumber{
  158. position: absolute;
  159. width: 78px;
  160. height: 40px;
  161. background: #f5a07a;
  162. color:#ffffff;
  163. line-height: 40px;
  164. text-align: center;
  165. font-size: 16px;
  166. right:0;
  167. top: 23px;
  168. z-index: 12;
  169. border-radius: 20px 0 0 20px
  170. }
  171. .banner{
  172. width: 100%;
  173. }
  174. .banner img{
  175. width: 100%
  176. }
  177. .listHead ul li .collectionNumber img{
  178. margin-left:8px;
  179. display: inline-block;
  180. }
  181. .listHead ul li .mode{
  182. overflow: hidden;
  183. position: absolute;
  184. bottom: 0;
  185. left: 0;
  186. z-index: 12;
  187. width: 100%;
  188. height: 172px;
  189. }
  190. .listHead ul li .mode>span{
  191. display: inline-block;
  192. width: 100%;
  193. height: 400px;
  194. opacity: .2;
  195. background: #000;
  196. transform: rotate(113deg);
  197. margin-top: 20px;
  198. }
  199. .listHead ul li .mode p{
  200. position: absolute;
  201. bottom: 24px;
  202. left: 22px;
  203. font-size: 24px;
  204. color: #ffffff;
  205. }
  206. .listHead ul li .mode p>span{
  207. display: inline-block;
  208. font-size:16px;
  209. color: #ffffff;
  210. margin-left: 12px;
  211. }
  212. /* mid */
  213. .listMid{
  214. overflow: hidden;
  215. }
  216. .listMid .listMidLeft{
  217. cursor: pointer;
  218. float: left;
  219. width: 575px;
  220. height: 386px;
  221. background: url('../../../img/newMenu/adviserMid.jpg') no-repeat;
  222. background-size:100% 100%;
  223. }
  224. .listMid .listMidRight{
  225. width: 575px;
  226. height: 386px;
  227. float: right;
  228. }
  229. .adviserIndexList>a{
  230. display: inline-block;
  231. width: 196px;
  232. height: 50px;
  233. line-height: 46px;
  234. border: 2px solid #1697e9;
  235. text-align: center;
  236. font-size: 24px;
  237. color: #40acff;
  238. border-radius: 8px;
  239. margin: 40px auto 26px;
  240. }
  241. .adviserIndexList>a:hover{
  242. background: #1697e9;
  243. color: #ffffff;
  244. }
  245. @media screen and (max-width:1200px){
  246. .banner{
  247. width: 1200px!important;
  248. margin: 0 auto;
  249. }
  250. }