index.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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: #0077FF;
  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. }
  274. .tab_container {
  275. flex-direction: row
  276. }
  277. .tab_container, .tab_item {
  278. display: flex;
  279. justify-content: space-between;
  280. align-items: center;
  281. box-sizing: border-box
  282. }
  283. .tab_item {
  284. flex-direction: column;
  285. position: relative;
  286. }
  287. .tab_item_checked, .tab_item_normal, .tab_title {
  288. width: 100%;
  289. line-height: 48rpx;
  290. font-size: 24rpx;
  291. flex-grow: 1;
  292. padding: 12rpx 0;
  293. text-align: center;
  294. box-sizing: border-box;
  295. font-weight: bold;
  296. border-bottom: 1px solid #dce0e6
  297. }
  298. .tab_item_checked {
  299. color: #0077FF;
  300. }
  301. .tab_item_normal {
  302. color: #1A173B;
  303. }
  304. .tab-line {
  305. position: absolute;
  306. bottom: 0;
  307. left: 50%;
  308. margin-left: -25rpx;
  309. z-index: 99;
  310. background-color: #0077FF;
  311. width: 50rpx;
  312. height: 6rpx;
  313. }
  314. .date{
  315. text-align: center;
  316. }
  317. .day{
  318. background-color: #F9FAFB;
  319. border-radius:30rpx;
  320. height: 52rpx;
  321. display: inline-block;
  322. padding: 0 20rpx;
  323. font-size: 24rpx;
  324. line-height: 52rpx;
  325. text-align: center;
  326. color: #555555;
  327. font-weight: 600;
  328. margin:15rpx auto;
  329. }
  330. .bg{
  331. position: fixed;
  332. bottom: 0;
  333. left: 0;
  334. width: 100%;
  335. height: 100vh;
  336. background: rgba(0, 0, 0, 0.5);
  337. z-index: 9999;
  338. }
  339. .months{
  340. position: absolute;
  341. bottom: 0;
  342. left: 0;
  343. width: 100%;
  344. background:#fff;
  345. text-align: center;
  346. }
  347. .months view{
  348. padding: 20rpx 0;
  349. color: #333;
  350. position: relative;
  351. }
  352. .months .select{
  353. color: #0077FF;
  354. }
  355. .months .btn_title{
  356. padding: 20rpx;
  357. text-align: left;
  358. border-bottom:1px solid #d9d9d9;
  359. }
  360. .qx{
  361. color: #999;
  362. font-size: 28rpx;
  363. }
  364. .sure{
  365. float: right;
  366. color: #07c160;
  367. font-size: 28rpx;
  368. }
  369. .icon-small{
  370. position: absolute;
  371. color:#0077FF;
  372. }
  373. .picker_sub{
  374. padding: 10rpx;
  375. text-align: center;
  376. color: #1A173B;
  377. font-weight: bold;
  378. }
  379. .num_list{
  380. display: flex;
  381. justify-content: space-between;
  382. padding: 10rpx 15rpx;
  383. border-bottom: 1px solid #f5f5f5;
  384. margin: 20rpx 0;
  385. }
  386. .num_list view{
  387. line-height: 60rpx;
  388. font-size: 24rpx;
  389. }
  390. .num_list image{
  391. width: 60rpx;
  392. height: 60rpx;
  393. /* margin: 0 10rpx; */
  394. }
  395. .num{
  396. width: 200rpx;
  397. }
  398. .num text{
  399. color: #999;
  400. margin-left: 10rpx;
  401. font-size: 24rpx;
  402. }
  403. .j_name{
  404. width: 50%;
  405. overflow: hidden;
  406. white-space: nowrap;
  407. text-overflow: ellipsis;
  408. }
  409. .order{
  410. color: #999;
  411. width: 50rpx;
  412. text-align: center;
  413. }