微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

495 lines
8.2 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. .tit_box.ju_c{
  127. justify-content: space-between;
  128. }
  129. .tit_box.mr_10 view{
  130. margin-left: 15px;
  131. }
  132. .tit_box.mr_10 view:nth-child(1){
  133. margin-left: 0px;
  134. }
  135. .tit_box view{
  136. display: flex;
  137. align-items: center;
  138. }
  139. .detail_box{
  140. margin-top: 15px;
  141. display: flex;
  142. justify-content: space-between;
  143. }
  144. .li view text{
  145. /* margin-top: 15px; */
  146. }
  147. .li .detail_box view{
  148. display: flex;
  149. align-items: center;
  150. }
  151. .li .detail_box view text{
  152. color: #878787;
  153. line-height: 1;
  154. }
  155. .li view text:nth-child(1){
  156. margin-top: 0px;
  157. }
  158. .li .fksr{
  159. display: flex;
  160. align-items: center;
  161. margin-top: 15px;
  162. color: #2C8E68;
  163. font-size: 16px;
  164. }
  165. .li .wtj{
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. padding: 3px 8px;
  170. border-radius: 5px;
  171. font-size: 14px;
  172. }
  173. .no{
  174. background-color:#fbe3e3;
  175. color: #e90000;
  176. }
  177. .white{
  178. background-color:#feeadc;
  179. color: #fc9a55;
  180. }
  181. .yes{
  182. background-color:#ddeee3;
  183. color: #5cae77;
  184. }
  185. .other{
  186. background-color:#f0f1f6;
  187. color: #878787;
  188. }
  189. .li .tit{
  190. font-size: 14px;
  191. color: #878787;
  192. /* line-height: 14px; */
  193. display: -webkit-box;
  194. -webkit-box-orient: vertical;
  195. -webkit-line-clamp: 1;
  196. word-break: break-all;
  197. overflow: hidden;
  198. }
  199. .li .fj_name{
  200. font-size: 14px;
  201. color: #B3DB62;
  202. line-height: 25px;
  203. }
  204. .li .time{
  205. font-size: 14px;
  206. color: #9B9CAA;
  207. }
  208. .li .money{
  209. font-size: 18px;
  210. color: #5CAE77;
  211. }
  212. .van-radio__label {
  213. display: flex;
  214. justify-content: space-between;
  215. width: 100%;
  216. }
  217. .van-radio__icon-wrap {
  218. border-radius: 5px;
  219. }
  220. .van-radio__icon {
  221. border-radius: 5px;
  222. border: 2px solid #2C8E68!important;
  223. background-color: rgba(44, 142, 104, 0.2);
  224. }
  225. .downView{
  226. display: flex;
  227. justify-content: center;
  228. align-items: center;
  229. padding: 0 20px;
  230. border: 1px solid #5CAE77;
  231. border-radius: 50px;
  232. background: #fff;
  233. margin-left: auto;
  234. }
  235. .downView image{
  236. width: 10px;
  237. height: 8px;
  238. margin-left: 10px;
  239. }
  240. .fj-box text{
  241. background-color: #5CAE77;
  242. color: #ffffff;
  243. text-align: center;
  244. border-radius: 5px;
  245. white-space:pre-wrap;
  246. padding: 5rpx 8rpx;
  247. width: 50rpx;
  248. margin: 0px 14px;
  249. font-size: 24rpx;
  250. }
  251. .fj-li{
  252. margin-top: 20px;
  253. display: flex;
  254. /* flex-wrap: wrap; */
  255. }
  256. .fj-li .img_li{
  257. width: 100%;
  258. height: 18.5vw;
  259. }
  260. .fj-li .img_add{
  261. overflow: hidden;
  262. }
  263. .van-icon-description{
  264. font-size: 60px;
  265. }
  266. .van-dropdown-menu {
  267. width:100%;
  268. }
  269. .tit_tab{
  270. color:#FC9A55!important;
  271. border: 1px solid #FC9A55;
  272. padding:0px 5px;
  273. text-align: right;
  274. border-top-left-radius: 20px;
  275. border-top-right-radius: 20px;
  276. border-bottom-right-radius: 20px;
  277. font-size: 12px;
  278. }
  279. .tit_tab2{
  280. color:#5CAE77!important;
  281. border: 1px solid #5CAE77;
  282. padding:3px 8px;
  283. text-align: right;
  284. border-radius: 20px;
  285. align-self:flex-end;
  286. margin-left:auto;
  287. }
  288. .tit_tab4{
  289. color:#B3DB62!important;
  290. border: 1px solid #B3DB62;
  291. padding:1px 5px;
  292. border-radius: 5px;
  293. }
  294. .tit_tab5{
  295. color:#5CAE77!important;
  296. background-color: rgba(92, 174, 119, 0.2);
  297. padding:1px 5px;
  298. border-radius: 5px;
  299. margin-left: auto;
  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-around;
  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: 55px;
  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: #B3DB62;
  350. }
  351. .button_box:nth-child(2){
  352. background-color: #5CAE77;
  353. }
  354. .button_box:nth-child(3){
  355. background-color: #2C8E68;
  356. }
  357. .button_box:nth-child(4){
  358. background-color: #878787;
  359. }
  360. .button_box:nth-child(5){
  361. background-color: #E90000;
  362. }
  363. .button_box:nth-child(6){
  364. background-color: #FC9A55;
  365. }
  366. .button_box view text{
  367. display: block;
  368. }
  369. .top_view{
  370. display: flex;
  371. justify-content: space-between;
  372. margin-bottom: 15px;
  373. }
  374. .sx_view{
  375. background-color: #fff;
  376. display: flex;
  377. align-items: center;
  378. padding: 0 3%;
  379. }
  380. .sx_box{
  381. padding: 3% 5%;
  382. }
  383. .checkbox_icon{
  384. background-color: #F6F6F6;
  385. color: #444444;
  386. padding: 5px 15px;
  387. border-radius: 1rem;
  388. border:1px solid #F6F6F6;
  389. margin-top: 10px;
  390. font-size: 14px;
  391. }
  392. .ys_checkbox_icon{
  393. background-color: rgba(92, 174, 119, 0.3);
  394. color: #444444;
  395. padding: 5px 15px;
  396. border-radius: 1rem;
  397. border:1px solid #5CAE77;
  398. color: #5CAE77;
  399. margin-top: 10px;
  400. font-size: 14px;
  401. }
  402. .van-radio-group{
  403. display: flex;
  404. flex-wrap: wrap;
  405. }
  406. .sx_tit{
  407. margin-top: 10px;
  408. }
  409. .sx_input_box {
  410. display: flex;
  411. align-items: center;
  412. margin-top: 10px;
  413. }
  414. .sx_input_box input{
  415. background-color: #F6F6F6;
  416. padding: 0 10px;
  417. border-radius: 30px;
  418. text-align: center;
  419. height: 30px;
  420. }
  421. .sx_input_box text {
  422. margin: 0 10px;
  423. }
  424. .bottom{
  425. width: 84%;
  426. margin: 0 auto;
  427. text-align: center;
  428. margin-top: 50px;
  429. margin-bottom: 50px;
  430. display: flex;
  431. z-index: 999999;
  432. }
  433. .bottom view {
  434. width: 47%;
  435. margin: 0 auto;
  436. border-radius: 30px;
  437. display: inline-block;
  438. }
  439. .bottom .btn1{
  440. border: 1px solid #2C8E68;
  441. padding: 8px 0px;
  442. color: #2C8E68;
  443. }
  444. .bottom .btn2{
  445. border: 1px solid transparent;
  446. padding: 8px 0px;
  447. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  448. margin-left: 6%;
  449. color: #fff;
  450. }
  451. .bottom .btn3{
  452. border: 1px solid transparent;
  453. padding: 8px 0px;
  454. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  455. color: #fff;
  456. width: 100%;
  457. }
  458. .list_btn{
  459. display: flex;
  460. align-items: center;
  461. margin-left: 20px;
  462. text-align: center;
  463. }
  464. .btn {
  465. padding: 7px 10px;
  466. color: #fff;
  467. border-radius: 5rem;
  468. margin-top: 20px;
  469. min-width: 76px;
  470. }
  471. .btn:nth-child(1){
  472. margin-top: 0;
  473. }
  474. .btn_qs{
  475. background-color: #5CAE77;
  476. }
  477. .btn_zf{
  478. background-color: #E90000;
  479. }
  480. .btn_xf{
  481. background-color: #FC9A55;
  482. }
  483. .van-button--danger {
  484. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  485. }