index.wxss 4.1 KB

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