微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

484 lines
8.0 KiB

  1. /* pages/regular/index.wxss */
  2. .van-search__content {
  3. border: 1px solid #5CAE77!important;
  4. background: #fff!important;
  5. }
  6. van-search {
  7. flex: 0.8;
  8. }
  9. .search_box{
  10. display: flex;
  11. }
  12. .add_btn{
  13. padding-left: 0;
  14. flex:1
  15. }
  16. .add_btn text{
  17. background-color: #62AD66;
  18. display: block;
  19. height: 100%;
  20. text-align: center;
  21. line-height: 28px;
  22. color: #fff;
  23. border-radius: 36px;
  24. box-shadow: 0px 5px 5px #ddd;
  25. }
  26. text{display: block;}
  27. .work_plan{
  28. padding: 40rpx 32.5rpx 30rpx;
  29. display: flex;
  30. }
  31. .work_plan .menu_item{
  32. background-color: #fff;
  33. box-shadow: 2px 5px 5px #ddd;
  34. border-radius: 60rpx;
  35. text-align: center;
  36. position: relative;
  37. margin-right: 20px;
  38. padding: 8px 10px;
  39. }
  40. .work_plan .menu_item.active{
  41. background-color: #2C8E68;
  42. color: #fff;
  43. }
  44. .work_plan .menu_item .remind{
  45. height: 30rpx;
  46. background: #e90101;
  47. color: #fff;
  48. font-size: 26rpx;
  49. position: absolute;
  50. line-height: 30rpx;
  51. padding:0 10rpx;
  52. border-radius: 25px;
  53. top: -10rpx;
  54. right: -10rpx;
  55. }
  56. .work_plan .more{
  57. flex: 1;
  58. text-align: center;
  59. line-height: 60rpx;
  60. font-size: 36rpx;
  61. color: #31936c;
  62. }
  63. .deleteBox{
  64. width: 50px;
  65. text-align: center;
  66. height: 100%;
  67. background: #F6F6F6;
  68. align-items: center;
  69. display: flex;
  70. }
  71. .moreBox{
  72. width: 90px;
  73. text-align: center;
  74. height: 100%;
  75. background: #F6F6F6;
  76. align-items: center;
  77. display: flex;
  78. }
  79. .workflow .workflow_list{
  80. height: 150rpx;
  81. background-color: #fff;
  82. border-radius: 24rpx;
  83. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  84. margin-bottom: 20rpx;
  85. padding:15rpx 25rpx 10rpx 35rpx;
  86. }
  87. .workflow .workflow_list .process_intro{
  88. display: flex;
  89. height: 62rpx;
  90. align-items: center;
  91. }
  92. .workflow .process_intro .name{
  93. width: 390rpx;
  94. font-size: 34rpx;
  95. margin-right: 30rpx;
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. }
  100. .workflow .process_intro .name .name_tit{
  101. width: 290rpx;
  102. overflow: hidden;
  103. text-overflow: ellipsis;
  104. white-space: nowrap;
  105. }
  106. .van-swipe-cell {
  107. width: 94%;
  108. background: #fff;
  109. border-radius: 10px;
  110. box-shadow: 2px 5px 5px #ddd;
  111. margin: 0 auto;
  112. margin-bottom: 15px;
  113. }
  114. .li{
  115. width: 100%;
  116. padding: 14px;
  117. display: flex;
  118. z-index: 1;
  119. }
  120. .tit_box{
  121. display: flex;
  122. align-items: center;
  123. margin-bottom: 10px;
  124. }
  125. .tit_box.ju_c{
  126. justify-content: space-between;
  127. }
  128. .tit_box.mr_10 view{
  129. margin-left: 15px;
  130. }
  131. .mr_10{
  132. margin-bottom: 0;
  133. }
  134. .tit_box.mr_10 view:nth-child(1){
  135. margin-left: 0px;
  136. }
  137. .tit_box view{
  138. display: flex;
  139. align-items: center;
  140. }
  141. .detail_box{
  142. margin-top: 15px;
  143. display: flex;
  144. justify-content: space-between;
  145. }
  146. .li view text{
  147. /* margin-top: 15px; */
  148. }
  149. .li .detail_box view{
  150. display: flex;
  151. align-items: center;
  152. }
  153. .li .detail_box view text{
  154. color: #878787;
  155. line-height: 1;
  156. }
  157. .li view text:nth-child(1){
  158. margin-top: 0px;
  159. }
  160. .li .fksr{
  161. display: flex;
  162. align-items: center;
  163. margin-top: 15px;
  164. color: #2C8E68;
  165. font-size: 16px;
  166. }
  167. .li .wtj{
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. padding: 3px 8px;
  172. border-radius: 5px;
  173. font-size: 14px;
  174. }
  175. .no{
  176. background-color:#fbe3e3;
  177. color: #e90000;
  178. }
  179. .white{
  180. background-color:#feeadc;
  181. color: #fc9a55;
  182. }
  183. .yes{
  184. background-color:#ddeee3;
  185. color: #5cae77;
  186. }
  187. .other{
  188. background-color:#f0f1f6;
  189. color: #878787;
  190. }
  191. .li .tit{
  192. font-size: 14px;
  193. color: #878787;
  194. /* line-height: 14px; */
  195. display: -webkit-box;
  196. -webkit-box-orient: vertical;
  197. -webkit-line-clamp: 1;
  198. word-break: break-all;
  199. overflow: hidden;
  200. }
  201. .li .fj_name{
  202. font-size: 14px;
  203. color: #B3DB62;
  204. line-height: 25px;
  205. }
  206. .li .time{
  207. font-size: 14px;
  208. color: #9B9CAA;
  209. }
  210. .li .money{
  211. font-size: 18px;
  212. color: #5CAE77;
  213. }
  214. .van-checkbox__label {
  215. display: flex;
  216. justify-content: space-between;
  217. width: 100%;
  218. }
  219. .van-checkbox__icon-wrap {
  220. border-radius: 5px;
  221. }
  222. .van-checkbox__icon {
  223. border-radius: 5px;
  224. border: 2px solid #2C8E68!important;
  225. background-color: rgba(44, 142, 104, 0.2);
  226. }
  227. .downView{
  228. display: flex;
  229. justify-content: center;
  230. align-items: center;
  231. padding: 0 20px;
  232. border: 1px solid #5CAE77;
  233. border-radius: 50px;
  234. background: #fff;
  235. margin-left: auto;
  236. }
  237. .downView image{
  238. width: 10px;
  239. height: 8px;
  240. margin-left: 10px;
  241. }
  242. .fj-box text{
  243. background-color: #5CAE77;
  244. color: #ffffff;
  245. text-align: center;
  246. border-radius: 5px;
  247. white-space:pre-wrap;
  248. padding: 5rpx 8rpx;
  249. width: 50rpx;
  250. margin: 0px 14px;
  251. font-size: 24rpx;
  252. }
  253. .fj-li{
  254. margin-top: 20px;
  255. display: flex;
  256. /* flex-wrap: wrap; */
  257. }
  258. .fj-li .img_li{
  259. width: 100%;
  260. height: 18.5vw;
  261. }
  262. .fj-li .img_add{
  263. overflow: hidden;
  264. }
  265. .van-icon-description{
  266. font-size: 60px;
  267. }
  268. .van-dropdown-menu {
  269. width:100%;
  270. }
  271. .tit_tab{
  272. color:#FC9A55!important;
  273. border: 1px solid #FC9A55;
  274. padding:0px 5px;
  275. text-align: right;
  276. border-top-left-radius: 20px;
  277. border-top-right-radius: 20px;
  278. border-bottom-right-radius: 20px;
  279. font-size: 12px;
  280. margin-left: auto;
  281. }
  282. .tit_tab2{
  283. color:#5CAE77!important;
  284. border: 1px solid #5CAE77;
  285. padding:3px 8px;
  286. text-align: right;
  287. border-radius: 20px;
  288. align-self:flex-end;
  289. margin-left:auto;
  290. }
  291. .tit_tab4{
  292. color:#B3DB62!important;
  293. border: 1px solid #B3DB62;
  294. padding:1px 5px;
  295. border-radius: 5px;
  296. margin-right: 5px;
  297. }
  298. .tit_tab5{
  299. color:#5CAE77!important;
  300. background-color: rgba(92, 174, 119, 0.2);
  301. padding:1px 5px;
  302. border-radius: 50px;
  303. margin-left: 10px;
  304. }
  305. .tit_tab3{
  306. margin-left:auto;
  307. font-size: 16px;
  308. }
  309. .tit_tab3.red{
  310. color: #E90000;
  311. }
  312. .tit_tab3.green{
  313. color: #5CAE77;
  314. }
  315. .money_box{
  316. display: flex;
  317. justify-content: space-between;
  318. margin-top: 10px;
  319. }
  320. .money_box text{
  321. color: #666666;
  322. }
  323. .ll_box{
  324. display: flex;
  325. align-items: center;
  326. }
  327. .ll_box text{
  328. margin-left: 5px;
  329. }
  330. .cell_right{
  331. height: 100%;display: flex;
  332. /* position: relative;
  333. left: -6%; */
  334. }
  335. .button_box{
  336. display: flex;
  337. height: 100%;
  338. align-items: center;
  339. }
  340. .button_box view{
  341. width: 65px;
  342. text-align: center;
  343. align-items: center;
  344. }
  345. .button_box view text{
  346. color: #fff;
  347. }
  348. /* .button_box:nth-child(1){
  349. background-color: #B3DB62;
  350. width: 6%;
  351. } */
  352. .button_box.qs{
  353. background-color: #FC9A55;
  354. }
  355. .button_box.zf{
  356. background-color: #E90000;
  357. }
  358. .button_box view text{
  359. display: block;
  360. }
  361. .top_view{
  362. display: flex;
  363. justify-content: space-between;
  364. margin-bottom: 15px;
  365. }
  366. .sx_view{
  367. flex: 0.2;
  368. background-color: #fff;
  369. padding: 0 3%;
  370. display: flex;
  371. align-items: center;
  372. }
  373. .sx_box{
  374. padding: 3% 5%;
  375. }
  376. .checkbox_icon{
  377. background-color: #F6F6F6;
  378. color: #444444;
  379. padding: 5px 15px;
  380. border-radius: 1rem;
  381. border:1px solid #F6F6F6;
  382. margin-top: 10px;
  383. }
  384. .ys_checkbox_icon{
  385. background-color: rgba(92, 174, 119, 0.3);
  386. color: #444444;
  387. padding: 5px 15px;
  388. border-radius: 1rem;
  389. border:1px solid #5CAE77;
  390. color: #5CAE77;
  391. margin-top: 10px;
  392. }
  393. .van-checkbox-group{
  394. display: flex;
  395. flex-wrap: wrap;
  396. }
  397. .sx_tit{
  398. margin-top: 10px;
  399. }
  400. .sx_input_box {
  401. display: flex;
  402. align-items: center;
  403. margin-top: 10px;
  404. }
  405. .sx_input_box input{
  406. background-color: #F6F6F6;
  407. padding: 0 10px;
  408. border-radius: 30px;
  409. text-align: center;
  410. height: 30px;
  411. }
  412. .sx_input_box text {
  413. margin: 0 10px;
  414. }
  415. .bottom{
  416. width: 84%;
  417. margin: 0 auto;
  418. text-align: center;
  419. margin-top: 50px;
  420. margin-bottom: 50px;
  421. display: flex;
  422. z-index: 999999;
  423. }
  424. .bottom view {
  425. width: 47%;
  426. margin: 0 auto;
  427. border-radius: 30px;
  428. display: inline-block;
  429. }
  430. .bottom .btn1{
  431. border: 1px solid #2C8E68;
  432. padding: 8px 0px;
  433. color: #2C8E68;
  434. }
  435. .bottom .btn2{
  436. border: 1px solid transparent;
  437. padding: 8px 0px;
  438. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  439. margin-left: 6%;
  440. color: #fff;
  441. }
  442. .bottom .btn3{
  443. border: 1px solid transparent;
  444. padding: 8px 0px;
  445. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  446. color: #fff;
  447. width: 100%;
  448. }
  449. .list_btn{
  450. display: flex;
  451. align-items: center;
  452. margin-left: 20px;
  453. }
  454. .btn {
  455. padding: 5px 15px;
  456. color: #fff;
  457. border-radius: 5rem;
  458. margin-top: 20px;
  459. }
  460. .btn:nth-child(1){
  461. margin-top: 0;
  462. }
  463. .btn_qs{
  464. background-color: #5CAE77;
  465. }
  466. .btn_zf{
  467. background-color: #E90000;
  468. }
  469. .btn_xf{
  470. background-color: #FC9A55;
  471. }
  472. .van-button--danger {
  473. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  474. }