adviser.css 4.3 KB

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