微信小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

474 righe
7.9 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: 1;
  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. }
  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. margin-left: 5px;
  186. }
  187. .hui{
  188. color: #B5B5B5;
  189. font-size: .85rem!important;
  190. line-height: 1;
  191. }
  192. .li .fj_name{
  193. font-size: 14px;
  194. color: #B3DB62;
  195. line-height: 25px;
  196. }
  197. .li .time{
  198. font-size: 14px;
  199. color: #9B9CAA;
  200. }
  201. .li .money{
  202. font-size: 18px;
  203. color: #5CAE77;
  204. }
  205. .van-checkbox__label {
  206. display: flex;
  207. justify-content: space-between;
  208. width: 100%;
  209. }
  210. .van-checkbox__icon-wrap {
  211. border-radius: 5px;
  212. }
  213. .van-checkbox__icon {
  214. border-radius: 5px;
  215. border: 2px solid #2C8E68!important;
  216. background-color: rgba(44, 142, 104, 0.2);
  217. }
  218. .downView{
  219. display: flex;
  220. justify-content: center;
  221. align-items: center;
  222. padding: 0 20px;
  223. border: 1px solid #5CAE77;
  224. border-radius: 50px;
  225. background: #fff;
  226. margin-left: auto;
  227. }
  228. .downView image{
  229. width: 10px;
  230. height: 8px;
  231. margin-left: 10px;
  232. }
  233. .fj-box text{
  234. background-color: #5CAE77;
  235. color: #ffffff;
  236. text-align: center;
  237. border-radius: 5px;
  238. white-space:pre-wrap;
  239. padding: 5rpx 8rpx;
  240. width: 50rpx;
  241. margin: 0px 14px;
  242. font-size: 24rpx;
  243. }
  244. .fj-li{
  245. margin-top: 20px;
  246. display: flex;
  247. /* flex-wrap: wrap; */
  248. }
  249. .fj-li .img_li{
  250. width: 100%;
  251. height: 18.5vw;
  252. }
  253. .fj-li .img_add{
  254. overflow: hidden;
  255. }
  256. .van-icon-description{
  257. font-size: 60px;
  258. }
  259. .van-dropdown-menu {
  260. width:100%;
  261. }
  262. .tit_tab{
  263. color:#FC9A55!important;
  264. background-color: rgb(252,154,85,0.2);
  265. padding:0px 10px;
  266. text-align: right;
  267. border-top-left-radius: 20px;
  268. border-top-right-radius: 20px;
  269. border-bottom-right-radius: 20px;
  270. margin-left: auto;
  271. font-size: .8rem;
  272. }
  273. .tit_tab2{
  274. padding:0px 8px;
  275. text-align: right;
  276. border-radius: 20px;
  277. align-self:flex-end;
  278. flex-shrink: 0;
  279. }
  280. .tit_dhd{
  281. color:#FC9A55!important;
  282. border: 1px solid #FC9A55;
  283. }
  284. .tit_zc{
  285. color:#5CAE77!important;
  286. border: 1px solid transparent;
  287. background-color:rgba(92, 174, 119, 0.2);
  288. font-size: 14px;
  289. }
  290. .tit_cg{
  291. color:#E90000!important;
  292. border: 1px solid #E90000;
  293. }
  294. .tit_sb{
  295. color:#5CAE77!important;
  296. border: 1px solid #5CAE77;
  297. }
  298. .tit_rgqr{
  299. color:#fff!important;
  300. border: 1px solid #5CAE77;
  301. background-color: #5CAE77;
  302. }
  303. .tit_tab3{
  304. margin-left:auto;
  305. font-size: 14px;
  306. }
  307. .tit_tab3.red{
  308. color: #E90000;
  309. }
  310. .tit_tab3.green{
  311. color: #B3DB62;
  312. margin-right: 10px;
  313. flex-shrink: 0;
  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:nth-child(1){
  353. background-color: #B3DB62;
  354. }
  355. .button_box:nth-child(2){
  356. background-color: #5CAE77;
  357. }
  358. .button_box:nth-child(4){
  359. background-color: #FC9A55;
  360. }
  361. .button_box:nth-child(3){
  362. background-color: #E90000;
  363. }
  364. .button_box view text{
  365. display: block;
  366. }
  367. .top_view{
  368. display: flex;
  369. justify-content: space-between;
  370. margin-bottom: 15px;
  371. }
  372. .sx_view{
  373. background-color: #fff;
  374. display: flex;
  375. align-items: center;
  376. padding: 0 3%;
  377. width: 18%;
  378. }
  379. .sx_box{
  380. padding: 3% 5%;
  381. }
  382. .checkbox_icon{
  383. background-color: #F6F6F6;
  384. color: #444444;
  385. padding: 5px 15px;
  386. border-radius: 1rem;
  387. border:1px solid #F6F6F6;
  388. margin-top: 10px;
  389. font-size: 14px;
  390. }
  391. .ys_checkbox_icon{
  392. background-color: rgba(92, 174, 119, 0.3);
  393. color: #444444;
  394. padding: 5px 15px;
  395. border-radius: 1rem;
  396. border:1px solid #5CAE77;
  397. color: #5CAE77;
  398. margin-top: 10px;
  399. font-size: 14px;
  400. }
  401. .van-radio-group{
  402. display: flex;
  403. flex-wrap: wrap;
  404. }
  405. .sx_tit{
  406. margin-top: 10px;
  407. }
  408. .sx_input_box {
  409. display: flex;
  410. align-items: center;
  411. margin-top: 10px;
  412. }
  413. .sx_input_box input{
  414. background-color: #F6F6F6;
  415. padding: 0 10px;
  416. border-radius: 30px;
  417. text-align: center;
  418. height: 30px;
  419. }
  420. .sx_input_box text {
  421. margin: 0 10px;
  422. }
  423. .bottom{
  424. width: 84%;
  425. margin: 0 auto;
  426. text-align: center;
  427. margin-top: 50px;
  428. margin-bottom: 50px;
  429. display: flex;
  430. z-index: 999999;
  431. }
  432. .bottom view {
  433. width: 47%;
  434. margin: 0 auto;
  435. border-radius: 30px;
  436. display: inline-block;
  437. }
  438. .bottom .btn1{
  439. border: 1px solid #2C8E68;
  440. padding: 8px 0px;
  441. color: #2C8E68;
  442. }
  443. .bottom .btn2{
  444. border: 1px solid transparent;
  445. padding: 8px 0px;
  446. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  447. margin-left: 6%;
  448. color: #fff;
  449. }
  450. .bottom .btn3{
  451. border: 1px solid transparent;
  452. padding: 8px 0px;
  453. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  454. color: #fff;
  455. width: 100%;
  456. }
  457. .van-button--danger {
  458. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  459. }
  460. .van-dialog__header {
  461. color: #429a68;
  462. font-size: 20px;
  463. }