index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. /**index.wxss**/
  2. .search{
  3. height: 64rpx;
  4. background: #fff;
  5. border-radius: 15rpx;
  6. width: 100%;
  7. padding: 0 24rpx;
  8. line-height: 64rpx;
  9. color: #C8C8C8;
  10. }
  11. .banner{
  12. margin: 20rpx 0;
  13. width: 100%;
  14. box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  15. height: 240rpx;
  16. }
  17. .banner swiper-item{
  18. border-radius: 20rpx;
  19. /* border: 1px solid red; */
  20. overflow: hidden;
  21. }
  22. .banner swiper-item image{
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .banner .wx-swiper-dots{position:relative;left: unset!important;right: 0;}
  27. .wx-swiper-dots.wx-swiper-dots-horizontal{
  28. /* margin-bottom: rpx; */
  29. }
  30. .banner .swiper-item{
  31. position: absolute;
  32. z-index: 9;
  33. bottom: 15rpx;
  34. left: 0;
  35. color: #fff;
  36. background: #1934FD;
  37. opacity: 0.37;
  38. line-height: 58rpx;
  39. padding: 0 30rpx;
  40. }
  41. .tab{
  42. display: flex;
  43. justify-content: space-between;
  44. margin-bottom: 20rpx;
  45. }
  46. .tab text{
  47. font-size: 30rpx;
  48. color: #666;
  49. }
  50. .tab .active{
  51. color: #3780CD;
  52. }
  53. scroll-view{
  54. height: 100%;
  55. }
  56. .content{
  57. background: #fff;
  58. border-radius: 20rpx;
  59. /* padding: 20rpx 0rpx; */
  60. position: relative;
  61. }
  62. .zm{
  63. position: fixed;
  64. right: 12rpx;
  65. top: 480rpx;
  66. bottom:40rpx;
  67. display: flex;
  68. flex-direction: column;
  69. justify-content: space-between;
  70. /* line-height: 12px; */
  71. text-align: center;
  72. z-index: 999;
  73. }
  74. .zm view{
  75. color: #3780CD;
  76. font-size: 20rpx;
  77. line-height: 12px;
  78. /* border: 1px solid red; */
  79. /* width: 60rpx; */
  80. }
  81. .tt{
  82. margin: 20rpx;
  83. font-size: 24rpx;
  84. color: #999999;
  85. }
  86. .list{
  87. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  88. border-radius: 20rpx;
  89. display: flex;
  90. padding: 20rpx;
  91. box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2);
  92. margin: 0 20rpx 40rpx;
  93. }
  94. .list image{
  95. width: 20%;
  96. max-height: 100px;
  97. }
  98. .list>view{
  99. width: 80%;
  100. padding-left: 20rpx;
  101. vertical-align: middle;
  102. }
  103. .list .title{
  104. margin-bottom: 20rpx;
  105. text-overflow: ellipsis;
  106. overflow: hidden;
  107. white-space: nowrap;
  108. }
  109. .list text{
  110. color: #999;
  111. display: block;
  112. text-overflow: ellipsis;
  113. overflow: hidden;
  114. white-space: nowrap;
  115. font-size: 26rpx;
  116. }
  117. .list .company{
  118. overflow: visible;
  119. white-space: pre-wrap;
  120. margin-top: 40rpx;
  121. font-size: 28rpx;
  122. }
  123. @media(max-height:667px){
  124. .zm{
  125. top: 425rpx;
  126. }
  127. }
  128. .hint_bok{
  129. position:fixed;
  130. top:50%;
  131. left:50%;
  132. transform:translate(-50%,-50%);
  133. background:rgba(0,0,0,.5);
  134. color:#fff;
  135. width:100rpx;
  136. border-radius:10rpx;
  137. text-align:center;
  138. padding:15rpx 0;
  139. font-size:54rpx;
  140. }
  141. .nav{
  142. position: fixed;
  143. top: 430rpx;
  144. right: 0rpx;
  145. width:30rpx;
  146. z-index:99;
  147. }
  148. .nav.touchmove{
  149. background:#ddd;
  150. }
  151. .nav view{
  152. font-size: 20rpx;
  153. color: #4A80C7;
  154. text-align: center;
  155. line-height: 26rpx;
  156. }
  157. .dw{
  158. border-radius: 20rpx;
  159. overflow: hidden;
  160. margin-bottom: 60rpx;
  161. }
  162. .dw_title{
  163. background: #D9E5F1;
  164. padding: 20rpx 30rpx;
  165. font-size: 32rpx;
  166. color: #666;
  167. position: relative;
  168. }
  169. .dw_title view{
  170. display: inline-block;
  171. width: 90%;
  172. font-size: 32rpx;
  173. color: #666;
  174. }
  175. .dw_title text{
  176. position: absolute;
  177. font-size: 30rpx;
  178. right: 50rpx;
  179. top: 0;
  180. bottom: 0;
  181. margin: auto;
  182. height: 44rpx;
  183. /* line-height: 50rpx; */
  184. }
  185. .dw_list{
  186. background: #fff;
  187. padding: 0 30rpx;
  188. }
  189. .dw_list navigator{
  190. padding: 20rpx 0;
  191. border-bottom: 1px solid #E4E4E4;
  192. }
  193. .dw_list navigator view{
  194. font-size: 32rpx;
  195. color: #666;
  196. margin-bottom: 15rpx;
  197. }
  198. .dw_list text{
  199. display: block;
  200. font-size: 26rpx;
  201. color: #999;
  202. overflow: hidden;
  203. text-overflow: ellipsis;
  204. display: -webkit-box;
  205. -webkit-line-clamp: 2;
  206. -webkit-box-orient: vertical;
  207. white-space: normal;
  208. }
  209. .top{
  210. color: #666;
  211. font-size: 30rpx;
  212. text-align: right;
  213. padding: 20rpx 0;
  214. }
  215. .cancel{
  216. color: #1682DA;
  217. }
  218. .dw_title image{
  219. width: 20rpx;
  220. height: 20rpx;
  221. position: absolute;
  222. top: 0;
  223. bottom: 0;
  224. right: 30rpx;
  225. margin: auto;
  226. }
  227. .thead{
  228. display: flex;
  229. justify-content: space-between;
  230. margin-bottom: 20rpx;
  231. }
  232. .thead text{
  233. font-size: 30rpx;
  234. color: #999;
  235. }
  236. .tbody{
  237. background: #fff;
  238. border-radius: 14rpx;
  239. padding: 20rpx 20rpx 1rpx;
  240. margin-bottom: 20rpx;
  241. }
  242. .tr{
  243. display: flex;
  244. justify-content: space-between;
  245. margin-bottom: 20rpx;
  246. }
  247. .tr text{
  248. font-size: 32rpx;
  249. color: #666;
  250. }
  251. .tr .per{
  252. color: #DF4E2E;
  253. font-size: 30rpx;
  254. position: relative;
  255. padding-right: 25rpx;
  256. }
  257. .up{
  258. width: 0;
  259. height: 0;
  260. border: 10rpx solid transparent;
  261. border-bottom: 16rpx solid #DF4E2E;
  262. position: absolute;
  263. right: 0;
  264. top: 2rpx;
  265. }
  266. .myswiper{
  267. height: calc(100vh - 446rpx);
  268. }
  269. .more{
  270. text-align:center;
  271. color:#999;
  272. padding:5rpx 0;
  273. }