微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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