adviser.css 4.5 KB

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