微信小程序
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.

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