index.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  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. .search input{
  12. padding: 0;
  13. }
  14. .banner{
  15. margin: 20rpx 0;
  16. width: 100%;
  17. box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  18. height: 240rpx;
  19. }
  20. .banner swiper-item{
  21. border-radius: 20rpx;
  22. /* border: 1px solid red; */
  23. overflow: hidden;
  24. }
  25. .banner navigator{
  26. width: 100%;
  27. height: 100%;
  28. display: block;
  29. }
  30. .banner swiper-item image{
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .banner .wx-swiper-dots{position:relative;left: unset!important;right: 0;}
  35. .wx-swiper-dots.wx-swiper-dots-horizontal{
  36. /* margin-bottom: rpx; */
  37. }
  38. .banner .swiper-item{
  39. position: absolute;
  40. z-index: 9;
  41. bottom: 15rpx;
  42. left: 0;
  43. color: #fff;
  44. background: #1934FD;
  45. opacity: 0.37;
  46. line-height: 58rpx;
  47. padding: 0 30rpx;
  48. }
  49. .tab{
  50. display: flex;
  51. justify-content: space-between;
  52. margin-bottom: 20rpx;
  53. }
  54. .tab text{
  55. font-size: 30rpx;
  56. color: #666;
  57. }
  58. .tab .active{
  59. color: #0077FF;
  60. }
  61. scroll-view{
  62. height: 100%;
  63. }
  64. .content{
  65. background: #fff;
  66. border-radius: 20rpx;
  67. /* padding: 20rpx 0rpx; */
  68. position: relative;
  69. }
  70. .zm{
  71. position: fixed;
  72. right: 12rpx;
  73. top: 480rpx;
  74. bottom:40rpx;
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: space-between;
  78. /* line-height: 12px; */
  79. text-align: center;
  80. z-index: 999;
  81. }
  82. .zm view{
  83. color: #3780CD;
  84. font-size: 20rpx;
  85. line-height: 12px;
  86. /* border: 1px solid red; */
  87. /* width: 60rpx; */
  88. }
  89. .tt{
  90. margin: 20rpx;
  91. font-size: 24rpx;
  92. color: #999999;
  93. }
  94. .list{
  95. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  96. border-radius: 20rpx;
  97. display: flex;
  98. padding: 20rpx;
  99. box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2);
  100. margin: 0 20rpx 40rpx;
  101. }
  102. .list image{
  103. width: 25%;
  104. height: 200rpx;
  105. }
  106. .list>view{
  107. width: 75%;
  108. padding-left: 30rpx;
  109. vertical-align: middle;
  110. }
  111. .list .title{
  112. margin-bottom: 20rpx;
  113. text-overflow: ellipsis;
  114. overflow: hidden;
  115. white-space: nowrap;
  116. }
  117. .list text{
  118. color: #999;
  119. display: block;
  120. text-overflow: ellipsis;
  121. overflow: hidden;
  122. white-space: nowrap;
  123. font-size: 26rpx;
  124. line-height: 50rpx;
  125. }
  126. .list .company{
  127. overflow: visible;
  128. white-space: pre-wrap;
  129. margin-top: 40rpx;
  130. font-size: 28rpx;
  131. }
  132. @media(max-height:667px){
  133. .zm{
  134. top: 425rpx;
  135. }
  136. }
  137. .hint_bok{
  138. position:fixed;
  139. top:50%;
  140. left:50%;
  141. transform:translate(-50%,-50%);
  142. background:rgba(0,0,0,.5);
  143. color:#fff;
  144. width:100rpx;
  145. border-radius:10rpx;
  146. text-align:center;
  147. padding:15rpx 0;
  148. font-size:54rpx;
  149. }
  150. .nav{
  151. position: fixed;
  152. top: 430rpx;
  153. right: 0rpx;
  154. width:30rpx;
  155. z-index:99;
  156. }
  157. .nav.touchmove{
  158. background:#ddd;
  159. }
  160. .nav view{
  161. font-size: 20rpx;
  162. color: #4A80C7;
  163. text-align: center;
  164. line-height: 26rpx;
  165. }
  166. .dw{
  167. border-radius: 20rpx;
  168. overflow: hidden;
  169. margin-bottom: 60rpx;
  170. }
  171. .dw_title{
  172. background: #D9E5F1;
  173. padding: 20rpx 30rpx;
  174. font-size: 32rpx;
  175. color: #666;
  176. position: relative;
  177. }
  178. .dw_title view{
  179. display: inline-block;
  180. width: 90%;
  181. font-size: 32rpx;
  182. color: #666;
  183. }
  184. .dw_title text{
  185. position: absolute;
  186. font-size: 30rpx;
  187. right: 50rpx;
  188. top: 0;
  189. bottom: 0;
  190. margin: auto;
  191. height: 44rpx;
  192. /* line-height: 50rpx; */
  193. }
  194. .dw_list{
  195. background: #fff;
  196. padding: 0 30rpx;
  197. }
  198. .dw_list navigator{
  199. padding: 20rpx 0;
  200. border-bottom: 1px solid #E4E4E4;
  201. }
  202. .dw_list navigator view{
  203. font-size: 32rpx;
  204. color: #666;
  205. margin-bottom: 15rpx;
  206. }
  207. .dw_list text{
  208. display: block;
  209. font-size: 26rpx;
  210. color: #999;
  211. overflow: hidden;
  212. text-overflow: ellipsis;
  213. display: -webkit-box;
  214. -webkit-line-clamp: 2;
  215. -webkit-box-orient: vertical;
  216. white-space: normal;
  217. }
  218. .top{
  219. color: #666;
  220. font-size: 30rpx;
  221. text-align: right;
  222. padding: 20rpx 0;
  223. }
  224. .cancel{
  225. color: #1682DA;
  226. }
  227. .dw_title image{
  228. width: 20rpx;
  229. height: 20rpx;
  230. position: absolute;
  231. top: 0;
  232. bottom: 0;
  233. right: 30rpx;
  234. margin: auto;
  235. }
  236. .thead{
  237. display: flex;
  238. justify-content: space-between;
  239. margin-bottom: 20rpx;
  240. }
  241. .thead text{
  242. font-size: 30rpx;
  243. color: #999;
  244. }
  245. .tbody{
  246. background: #fff;
  247. border-radius: 14rpx;
  248. padding: 20rpx 20rpx 1rpx;
  249. margin-bottom: 20rpx;
  250. }
  251. .tr{
  252. display: flex;
  253. justify-content: space-between;
  254. margin-bottom: 20rpx;
  255. }
  256. .tr text{
  257. font-size: 32rpx;
  258. color: #666;
  259. }
  260. .tr .per{
  261. color: #DF4E2E;
  262. font-size: 30rpx;
  263. position: relative;
  264. padding-right: 25rpx;
  265. }
  266. .up{
  267. width: 0;
  268. height: 0;
  269. border: 10rpx solid transparent;
  270. border-bottom: 16rpx solid #DF4E2E;
  271. position: absolute;
  272. right: 0;
  273. top: 2rpx;
  274. }
  275. .myswiper{
  276. height: calc(100vh - 446rpx);
  277. }
  278. .more{
  279. text-align:center;
  280. color:#999;
  281. padding:5rpx 0;
  282. }
  283. .tab_container {
  284. flex-direction: row
  285. }
  286. .tab_container, .tab_item {
  287. display: flex;
  288. justify-content: space-between;
  289. align-items: center;
  290. box-sizing: border-box
  291. }
  292. .tab_item {
  293. flex-direction: column;
  294. position: relative;
  295. }
  296. .tab_item_checked, .tab_item_normal, .tab_title {
  297. width: 100%;
  298. line-height: 48rpx;
  299. font-size: 24rpx;
  300. flex-grow: 1;
  301. padding: 12rpx 0;
  302. text-align: center;
  303. box-sizing: border-box;
  304. font-weight: bold;
  305. border-bottom: 1px solid #dce0e6
  306. }
  307. .tab_item_checked {
  308. color: #0077FF;
  309. }
  310. .tab_item_normal {
  311. color: #1A173B;
  312. }
  313. .tab-line {
  314. position: absolute;
  315. bottom: 0;
  316. left: 50%;
  317. margin-left: -25rpx;
  318. z-index: 99;
  319. background-color: #0077FF;
  320. width: 50rpx;
  321. height: 6rpx;
  322. }
  323. .date{
  324. text-align: center;
  325. }
  326. .day{
  327. background-color: #F9FAFB;
  328. border-radius:30rpx;
  329. height: 52rpx;
  330. display: inline-block;
  331. padding: 0 20rpx;
  332. font-size: 24rpx;
  333. line-height: 52rpx;
  334. text-align: center;
  335. color: #555555;
  336. font-weight: 600;
  337. margin:15rpx auto;
  338. }
  339. .bg{
  340. position: fixed;
  341. bottom: 0;
  342. left: 0;
  343. width: 100%;
  344. height: 100vh;
  345. background: rgba(0, 0, 0, 0.5);
  346. z-index: 9999;
  347. }
  348. .months{
  349. position: absolute;
  350. bottom: 0;
  351. left: 0;
  352. width: 100%;
  353. background:#fff;
  354. text-align: center;
  355. }
  356. .months view{
  357. padding: 20rpx 0;
  358. color: #333;
  359. position: relative;
  360. }
  361. .months .select{
  362. color: #0077FF;
  363. }
  364. .months .btn_title{
  365. padding: 20rpx;
  366. text-align: left;
  367. border-bottom:1px solid #d9d9d9;
  368. }
  369. .qx{
  370. color: #999;
  371. font-size: 28rpx;
  372. }
  373. .sure{
  374. float: right;
  375. color: #07c160;
  376. font-size: 28rpx;
  377. }
  378. .icon-small{
  379. position: absolute;
  380. color:#0077FF;
  381. }
  382. .picker_sub{
  383. padding: 10rpx;
  384. text-align: center;
  385. color: #1A173B;
  386. font-weight: bold;
  387. }
  388. .num_list{
  389. display: flex;
  390. justify-content: space-between;
  391. padding: 10rpx 15rpx;
  392. border-bottom: 1px solid #f5f5f5;
  393. margin: 20rpx 0;
  394. }
  395. .num_list view{
  396. line-height: 80rpx;
  397. font-size: 24rpx;
  398. }
  399. .num_list image{
  400. width: 60rpx;
  401. height: 80rpx;
  402. /* margin: 0 10rpx; */
  403. }
  404. .num{
  405. width: 200rpx;
  406. }
  407. .num text{
  408. color: #999;
  409. margin-left: 10rpx;
  410. font-size: 24rpx;
  411. }
  412. .j_name{
  413. width: 50%;
  414. overflow: hidden;
  415. white-space: nowrap;
  416. text-overflow: ellipsis;
  417. }
  418. .order{
  419. color: #999;
  420. width: 50rpx;
  421. text-align: center;
  422. }
  423. .order image{
  424. width: 40rpx;
  425. height: 40rpx;
  426. position: relative;
  427. top: 4rpx;
  428. }
  429. .zk{
  430. width: 20rpx;
  431. height: 20rpx;
  432. }
  433. .date .zk{
  434. margin-left: 5rpx;
  435. position: relative;
  436. top: 3rpx;
  437. }
  438. .jdesc{
  439. line-height: 48rpx;
  440. letter-spacing: 2rpx;
  441. }