adviser.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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. }
  136. .listHead ul li:hover {
  137. box-shadow: 0 0 20px #ccc;
  138. transition: all .2 ease-in;
  139. }
  140. .listHead ul li:hover .bjImg img{
  141. transform: scale(1.1);
  142. transition: all .5 ease-in;
  143. }
  144. .listHead ul li .bjImg{
  145. width: 100%;
  146. height: 100%;
  147. position: absolute;
  148. z-index: 11;
  149. top: 0;
  150. left: 0;
  151. border-radius: 15px;
  152. transition: all .5 ease-in;
  153. }
  154. .listHead ul li .bjImg img{
  155. width: 100%;
  156. display: inline-block;
  157. height: 100%;
  158. transition: all .2 ease-in-out;
  159. }
  160. .listHead ul li .collectionNumber{
  161. position: absolute;
  162. width: 78px;
  163. height: 40px;
  164. background: #f5a07a;
  165. color:#ffffff;
  166. line-height: 40px;
  167. text-align: center;
  168. font-size: 16px;
  169. right:0;
  170. top: 23px;
  171. z-index: 12;
  172. border-radius: 20px 0 0 20px
  173. }
  174. .banner{
  175. width: 100%;
  176. }
  177. .banner img{
  178. width: 100%
  179. }
  180. .listHead ul li .collectionNumber img{
  181. margin-left:8px;
  182. display: inline-block;
  183. }
  184. .listHead ul li .mode{
  185. overflow: hidden;
  186. position: absolute;
  187. bottom: 0;
  188. left: 0;
  189. z-index: 12;
  190. width: 100%;
  191. height: 172px;
  192. }
  193. .listHead ul li .mode>span{
  194. display: inline-block;
  195. width: 100%;
  196. height: 400px;
  197. opacity: .2;
  198. background: #000;
  199. transform: rotate(113deg);
  200. margin-top: 20px;
  201. }
  202. .listHead ul li .mode p{
  203. position: absolute;
  204. bottom: 24px;
  205. left: 22px;
  206. font-size: 24px;
  207. color: #ffffff;
  208. }
  209. .listHead ul li .mode p>span{
  210. display: inline-block;
  211. font-size:16px;
  212. color: #ffffff;
  213. margin-left: 12px;
  214. }
  215. /* mid */
  216. .listMid{
  217. overflow: hidden;
  218. }
  219. .listMid .listMidLeft{
  220. cursor: pointer;
  221. float: left;
  222. width: 575px;
  223. height: 386px;
  224. background: url('../../../img/newMenu/adviserMid.jpg') no-repeat;
  225. background-size:100% 100%;
  226. }
  227. .listMid .listMidRight{
  228. width: 575px;
  229. height: 386px;
  230. float: right;
  231. }
  232. .adviserIndexList>a{
  233. display: inline-block;
  234. width: 196px;
  235. height: 50px;
  236. line-height: 46px;
  237. border: 2px solid #1697e9;
  238. text-align: center;
  239. font-size: 24px;
  240. color: #40acff;
  241. border-radius: 8px;
  242. margin: 40px auto 26px;
  243. }
  244. .adviserIndexList>a:hover{
  245. background: #1697e9;
  246. color: #ffffff;
  247. }
  248. @media screen and (max-width:1200px){
  249. .banner{
  250. width: 1200px!important;
  251. margin: 0 auto;
  252. }
  253. }