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

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