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

461 lines
7.7 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. }
  11. .add_btn{
  12. flex: 0.2;
  13. padding: var(--search-padding,10px 12px);
  14. padding-left: 0;
  15. }
  16. .add_btn text{
  17. background-color: #62AD66;
  18. display: block;
  19. height: 100%;
  20. text-align: center;
  21. line-height: 36px;
  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. justify-content: space-between;
  124. margin-bottom: 10px;
  125. }
  126. .detail_box{
  127. margin-top: 15px;
  128. display: flex;
  129. justify-content: space-between;
  130. }
  131. .li view text{
  132. /* margin-top: 15px; */
  133. }
  134. .li .detail_box view{
  135. display: flex;
  136. align-items: center;
  137. }
  138. .li .detail_box view text{
  139. color: #878787;
  140. line-height: 1;
  141. }
  142. .li view text:nth-child(1){
  143. margin-top: 0px;
  144. }
  145. .li .fksr{
  146. display: flex;
  147. align-items: center;
  148. margin-top: 15px;
  149. color: #2C8E68;
  150. font-size: 16px;
  151. }
  152. .li .wtj{
  153. display: flex;
  154. align-items: center;
  155. justify-content: center;
  156. padding: 3px 8px;
  157. border-radius: 5px;
  158. font-size: 14px;
  159. }
  160. .no{
  161. background-color:#fbe3e3;
  162. color: #e90000;
  163. }
  164. .white{
  165. background-color:#feeadc;
  166. color: #fc9a55;
  167. }
  168. .yes{
  169. background-color:#ddeee3;
  170. color: #5cae77;
  171. }
  172. .other{
  173. background-color:#f0f1f6;
  174. color: #878787;
  175. }
  176. .li .tit{
  177. font-size: 14px;
  178. color: #444444;
  179. /* line-height: 14px; */
  180. display: -webkit-box;
  181. -webkit-box-orient: vertical;
  182. -webkit-line-clamp: 1;
  183. word-break: break-all;
  184. overflow: hidden;
  185. }
  186. .hui{
  187. color: #B5B5B5;
  188. font-size: .85rem!important;
  189. }
  190. .li .fj_name{
  191. font-size: 14px;
  192. color: #B3DB62;
  193. line-height: 25px;
  194. }
  195. .li .time{
  196. font-size: 14px;
  197. color: #9B9CAA;
  198. }
  199. .li .money{
  200. font-size: 18px;
  201. color: #5CAE77;
  202. }
  203. .van-checkbox__label {
  204. display: flex;
  205. justify-content: space-between;
  206. width: 100%;
  207. }
  208. .van-checkbox__icon-wrap {
  209. border-radius: 5px;
  210. }
  211. .van-checkbox__icon {
  212. border-radius: 5px;
  213. border: 2px solid #2C8E68!important;
  214. background-color: rgba(44, 142, 104, 0.2);
  215. }
  216. .downView{
  217. display: flex;
  218. justify-content: center;
  219. align-items: center;
  220. padding: 0 20px;
  221. border: 1px solid #5CAE77;
  222. border-radius: 50px;
  223. background: #fff;
  224. margin-left: auto;
  225. }
  226. .downView image{
  227. width: 10px;
  228. height: 8px;
  229. margin-left: 10px;
  230. }
  231. .fj-box text{
  232. background-color: #5CAE77;
  233. color: #ffffff;
  234. text-align: center;
  235. border-radius: 5px;
  236. white-space:pre-wrap;
  237. padding: 5rpx 8rpx;
  238. width: 50rpx;
  239. margin: 0px 14px;
  240. font-size: 24rpx;
  241. }
  242. .fj-li{
  243. margin-top: 20px;
  244. display: flex;
  245. /* flex-wrap: wrap; */
  246. }
  247. .fj-li .img_li{
  248. width: 100%;
  249. height: 18.5vw;
  250. }
  251. .fj-li .img_add{
  252. overflow: hidden;
  253. }
  254. .van-icon-description{
  255. font-size: 60px;
  256. }
  257. .van-dropdown-menu {
  258. width:100%;
  259. }
  260. .tit_tab{
  261. color:#FC9A55!important;
  262. background-color: rgb(252,154,85,0.2);
  263. padding:0px 10px;
  264. text-align: right;
  265. border-top-left-radius: 20px;
  266. border-top-right-radius: 20px;
  267. border-bottom-right-radius: 20px;
  268. margin-left: auto;
  269. font-size: .8rem;
  270. }
  271. .tit_tab2{
  272. padding:0px 8px;
  273. text-align: right;
  274. border-radius: 20px;
  275. align-self:flex-end;
  276. margin-left:auto;
  277. }
  278. .tit_dhd{
  279. color:#FC9A55!important;
  280. border: 1px solid #FC9A55;
  281. }
  282. .tit_cg{
  283. color:#E90000!important;
  284. border: 1px solid #E90000;
  285. }
  286. .tit_sb{
  287. color:#5CAE77!important;
  288. border: 1px solid #5CAE77;
  289. }
  290. .tit_rgqr{
  291. color:#fff!important;
  292. border: 1px solid #5CAE77;
  293. background-color: #5CAE77;
  294. }
  295. .tit_tab3{
  296. margin-left:auto;
  297. font-size: 16px;
  298. }
  299. .tit_tab3.red{
  300. color: #E90000;
  301. }
  302. .tit_tab3.green{
  303. color: #5CAE77;
  304. }
  305. .money_box{
  306. display: flex;
  307. justify-content: space-between;
  308. margin-top: 10px;
  309. }
  310. .money_box text{
  311. color: #666666;
  312. }
  313. .ll_box{
  314. display: flex;
  315. align-items: center;
  316. }
  317. .ll_box text{
  318. margin-left: 5px;
  319. }
  320. .cell_right{
  321. height: 100%;display: flex;
  322. /* position: relative;
  323. left: -6%; */
  324. }
  325. .button_box{
  326. display: flex;
  327. height: 100%;
  328. align-items: center;
  329. }
  330. .button_box view{
  331. width: 65px;
  332. text-align: center;
  333. align-items: center;
  334. }
  335. .button_box view text{
  336. color: #fff;
  337. }
  338. /* .button_box:nth-child(1){
  339. background-color: #B3DB62;
  340. width: 6%;
  341. } */
  342. .button_box:nth-child(1){
  343. background-color: #B3DB62;
  344. }
  345. .button_box:nth-child(2){
  346. background-color: #5CAE77;
  347. }
  348. .button_box:nth-child(3){
  349. background-color: #2C8E68;
  350. }
  351. .button_box view text{
  352. display: block;
  353. }
  354. .top_view{
  355. display: flex;
  356. justify-content: space-between;
  357. margin-bottom: 15px;
  358. }
  359. .sx_view{
  360. background-color: #fff;
  361. display: flex;
  362. align-items: center;
  363. padding: 0 3%;
  364. width: 18%;
  365. }
  366. .sx_box{
  367. padding: 3% 5%;
  368. }
  369. .checkbox_icon{
  370. background-color: #F6F6F6;
  371. color: #444444;
  372. padding: 5px 15px;
  373. border-radius: 1rem;
  374. border:1px solid #F6F6F6;
  375. margin-top: 10px;
  376. font-size: 14px;
  377. }
  378. .ys_checkbox_icon{
  379. background-color: rgba(92, 174, 119, 0.3);
  380. color: #444444;
  381. padding: 5px 15px;
  382. border-radius: 1rem;
  383. border:1px solid #5CAE77;
  384. color: #5CAE77;
  385. margin-top: 10px;
  386. font-size: 14px;
  387. }
  388. .van-radio-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. .van-button--danger {
  445. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  446. }
  447. .van-dialog__header {
  448. color: #429a68;
  449. font-size: 20px;
  450. }