微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

318 行
5.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. }
  120. .tit_box{
  121. display: flex;
  122. align-items: center;
  123. justify-content: space-between;
  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: 16px;
  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. .li .fj_name{
  186. font-size: 14px;
  187. color: #B3DB62;
  188. line-height: 25px;
  189. }
  190. .li .time{
  191. font-size: 14px;
  192. color: #9B9CAA;
  193. }
  194. .li .money{
  195. font-size: 18px;
  196. color: #5CAE77;
  197. }
  198. .van-checkbox__label {
  199. display: flex;
  200. justify-content: space-between;
  201. width: 100%;
  202. }
  203. .van-checkbox__icon-wrap {
  204. border-radius: 5px;
  205. }
  206. .van-checkbox__icon {
  207. border-radius: 5px;
  208. border: 2px solid #2C8E68!important;
  209. background-color: rgba(44, 142, 104, 0.2);
  210. }
  211. .bottom{
  212. width: 100%;
  213. margin: 0 auto;
  214. text-align: center;
  215. padding: 15px 0;
  216. display: flex;
  217. position: fixed;
  218. bottom: 0%;
  219. background: #fff;
  220. box-shadow: 0 0 5px #ddd;
  221. }
  222. .bottom view {
  223. width: 47%;
  224. margin: 0 auto;
  225. border-radius: 30px;
  226. display: inline-block;
  227. }
  228. .bottom .btn2{
  229. border: 1px solid transparent;
  230. padding: 10px 0px;
  231. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  232. color: #fff;
  233. }
  234. .downView{
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. padding: 0 20px;
  239. border: 1px solid #5CAE77;
  240. border-radius: 50px;
  241. background: #fff;
  242. margin-left: auto;
  243. }
  244. .downView image{
  245. width: 10px;
  246. height: 8px;
  247. margin-left: 10px;
  248. }
  249. .fj-box text{
  250. background-color: #5CAE77;
  251. color: #ffffff;
  252. text-align: center;
  253. border-radius: 5px;
  254. white-space:pre-wrap;
  255. padding: 5rpx 8rpx;
  256. width: 50rpx;
  257. margin: 0px 14px;
  258. font-size: 24rpx;
  259. }
  260. .fj-li{
  261. margin-top: 20px;
  262. display: flex;
  263. /* flex-wrap: wrap; */
  264. }
  265. .fj-li .img_li{
  266. width: 100%;
  267. height: 18.5vw;
  268. }
  269. .fj-li .img_add{
  270. overflow: hidden;
  271. }
  272. .van-icon-description{
  273. font-size: 60px;
  274. }
  275. .van-dropdown-menu {
  276. width:100%;
  277. margin-bottom: 15px;
  278. }
  279. .tit_tab{
  280. color:#FC9A55!important;
  281. background-color: rgb(252,154,85,0.2);
  282. padding:0px 10px;
  283. text-align: right;
  284. border-top-left-radius: 20px;
  285. border-top-right-radius: 20px;
  286. border-bottom-right-radius: 20px;
  287. }
  288. .tit_tab2{
  289. color:#B3DB62!important;
  290. border: 1px solid #B3DB62;
  291. padding:0px 5px;
  292. text-align: right;
  293. border-radius: 20px;
  294. }
  295. .money_box{
  296. display: flex;
  297. justify-content: space-between;
  298. margin-top: 10px;
  299. }
  300. .money_box text{
  301. color: #666666;
  302. }
  303. .ll_box{
  304. display: flex;
  305. align-items: center;
  306. }
  307. .ll_box text{
  308. margin-left: 5px;
  309. }