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

410 行
7.4 KiB

  1. .singleLinHidenEllipsis{
  2. color: black;
  3. text-align: center;
  4. width: auto;
  5. }
  6. .information_header{
  7. /* padding: 30rpx 32rpx 54rpx; */
  8. padding: 10rpx 32rpx 54rpx;
  9. display: flex;
  10. position: relative;
  11. }
  12. .information_header .setup{
  13. width: 38rpx;
  14. height: 38rpx;
  15. position: absolute;
  16. right: 34rpx;
  17. top: 15rpx;
  18. display: block;
  19. }
  20. .information_header .portrait_head{
  21. width: 110rpx;
  22. height: 110rpx;
  23. background: #000;
  24. border-radius: 50%;
  25. }
  26. .information_header .information_main{
  27. flex: 1;
  28. padding-left: 16rpx;
  29. }
  30. .information_header .name_wrap{
  31. display: flex;
  32. height: 54rpx;
  33. align-items: center;
  34. margin-bottom: 10rpx;
  35. }
  36. .information_header .name_wrap .name{
  37. font-size: 46rpx;
  38. }
  39. .information_header .name_wrap .jobs{
  40. margin-left: 18rpx;
  41. width: 155rpx;
  42. height: 40rpx;
  43. background: #5bae75;
  44. border:2rpx solid #2c8e68;
  45. color: #fff;
  46. border-radius: 40rpx;
  47. display: flex;
  48. font-size: 28rpx;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. .information_header .name_wrap .jobs .icon{
  53. width: 26rpx;
  54. height: 27rpx;
  55. margin-right: 5rpx;
  56. }
  57. .information_header .task_wrap{
  58. display: flex;
  59. height: 44rpx;
  60. margin-bottom: 18rpx;
  61. }
  62. .information_header .unfinished{
  63. margin-left: 12rpx;
  64. }
  65. .information_header .task_wrap .flex_block{
  66. height: 48rpx;
  67. display: flex;
  68. background: #fff;
  69. line-height: 44rpx;
  70. border-radius: 44rpx;
  71. border:2rpx solid #2c8e68;
  72. text-align: center;
  73. font-size: 24rpx;
  74. }
  75. .information_header .task_wrap .flex_block .icon{
  76. width: 30rpx;
  77. height: 30rpx;
  78. vertical-align: sub;
  79. display:inline-block;
  80. }
  81. .information_header .task_wrap .flex_block .desc{
  82. width: 115rpx;
  83. background: #2c8e68;
  84. position:relative;
  85. overflow: hidden;
  86. color: #fff;
  87. line-height: 44rpx;
  88. border-top-left-radius: 44rpx;
  89. border-bottom-left-radius: 44rpx;
  90. margin-top: -1rpx;
  91. margin-left: -1rpx;
  92. }
  93. .information_header .task_wrap .flex_block .desc::before{
  94. position:absolute;
  95. top:-40rpx;
  96. right:-40rpx;
  97. content:"";
  98. z-index:1;
  99. width:110rpx; /*如果需要圆角的话 不用比box的宽度长,如果不需要圆角需要增长*/
  100. height:40rpx;
  101. background-color:#fff;
  102. transform:rotate(-75deg);
  103. transform-origin:right bottom;
  104. border-radius:0px;
  105. }
  106. .information_header .task_wrap .flex_block .event{
  107. color: #2c8e68;
  108. margin-left: -2%;
  109. padding:0 20rpx 0 20rpx;
  110. }
  111. .information_header .address_wrap{
  112. font-size: 26rpx;
  113. color: #2b8e68;
  114. height: 46rpx;
  115. line-height: 46rpx;
  116. }
  117. .navList_main{
  118. width: 685rpx;
  119. height: 228rpx;
  120. background-color: #fff;
  121. border-radius: 24rpx;
  122. margin:0 auto;
  123. display: flex;
  124. box-shadow: 0rpx 0rpx 12rpx rgba(0,0,0,.2);
  125. }
  126. .navList_main .tab_item{
  127. flex: 1;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. flex-direction: column;
  132. }
  133. .navList_main .tab_item .icon{
  134. width: 100rpx;
  135. height: 100rpx;
  136. margin-bottom: 12rpx;
  137. }
  138. .navList_main .tab_item .icon_img{
  139. width: 100rpx;
  140. height: 100rpx;
  141. }
  142. .navList_main .tab_item .desc{
  143. font-size: 26rpx;
  144. }
  145. .child_function{
  146. margin: 55rpx 20rpx 0;
  147. display: flex;
  148. }
  149. .child_function .flex_block{
  150. flex: 1;
  151. display: flex;
  152. justify-content: center;
  153. align-items: center;
  154. flex-direction: column;
  155. }
  156. .child_function .flex_block .image{
  157. width: 76rpx;
  158. height: 70rpx;
  159. margin-bottom: 20rpx;
  160. }
  161. .child_function .flex_block .attribute{
  162. width: 76rpx;
  163. height: 70rpx;
  164. }
  165. .child_function .flex_block .desc{
  166. font-size: 26rpx;
  167. }
  168. .work_plan{
  169. padding: 40rpx 32.5rpx 30rpx;
  170. display: flex;
  171. }
  172. .work_plan .menu_item{
  173. height: 60rpx;
  174. width: 140rpx;
  175. background-color: #fff;
  176. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  177. border-radius: 60rpx;
  178. line-height: 60rpx;
  179. text-align: center;
  180. font-size: 32rpx;
  181. position: relative;
  182. margin-right: 16rpx;
  183. }
  184. .work_plan .menu_item.active{
  185. background-color: #5bae78;
  186. color: #fff;
  187. }
  188. .work_plan .menu_item .remind{
  189. height: 30rpx;
  190. background: #e90101;
  191. color: #fff;
  192. font-size: 26rpx;
  193. position: absolute;
  194. line-height: 30rpx;
  195. padding:0 10rpx;
  196. border-radius: 50px;
  197. top: -10rpx;
  198. right: -10rpx;
  199. }
  200. .work_plan .more{
  201. flex: 1;
  202. text-align: center;
  203. line-height: 60rpx;
  204. font-size: 36rpx;
  205. color: #31936c;
  206. }
  207. .workflow{
  208. padding: 10rpx 32.5rpx;
  209. }
  210. .workflow .workflow_list{
  211. height: 150rpx;
  212. background-color: #fff;
  213. border-radius: 24rpx;
  214. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  215. margin-bottom: 20rpx;
  216. padding:15rpx 25rpx 10rpx 35rpx;
  217. }
  218. .workflow .workflow_list .process_intro{
  219. display: flex;
  220. height: 62rpx;
  221. align-items: center;
  222. }
  223. .workflow .process_intro .name{
  224. width: 390rpx;
  225. font-size: 34rpx;
  226. margin-right: 30rpx;
  227. display: flex;
  228. justify-content: space-between;
  229. align-items: center;
  230. }
  231. .workflow .process_intro .name .name_tit{
  232. width: 290rpx;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. white-space: nowrap;
  236. }
  237. .workflow .process_intro .state{
  238. width: 93rpx;
  239. height: 42rpx;
  240. background-color: #fbe3e3;
  241. color: #f31e1f;
  242. border-radius: 12rpx;
  243. text-align: center;
  244. line-height: 42rpx;
  245. }
  246. .workflow .process_intro .time{
  247. flex: 1;
  248. text-align: right;
  249. font-size: 32rpx;
  250. color: #9ea1aa;
  251. }
  252. .workflow .workflow_list .process_pay{
  253. display: flex;
  254. height: 52rpx;
  255. align-items: center;
  256. }
  257. .workflow .workflow_list .process_pay .describe{
  258. font-size: 30rpx;
  259. width: 330rpx;
  260. color: #3c9370;
  261. display: flex;
  262. align-items: center;
  263. }
  264. .workflow .workflow_list .process_pay .describe .amount_icon{
  265. width: 32rpx;
  266. height: 32rpx;
  267. margin-right: 12rpx;
  268. }
  269. .workflow .workflow_list .process_pay .amount{
  270. font-size: 38rpx;
  271. flex: 1;
  272. text-align: right;
  273. color: #f31e1f;
  274. }
  275. .workflow .workflow_list .process_pay .amount .unit{
  276. font-size: 26rpx;
  277. }
  278. .textLimit{
  279. overflow: hidden;
  280. text-overflow: ellipsis;
  281. white-space: nowrap;
  282. }
  283. .btn{
  284. width: 100%;
  285. height:90rpx;
  286. padding:0 24rpx;
  287. box-sizing:border-box;
  288. line-height: 90rpx;
  289. text-align: center;
  290. display: flex;
  291. background:rgba(255,255,255,.8);
  292. justify-content: space-between;
  293. }
  294. .address-item {
  295. min-height: 98rpx;
  296. display: flex;
  297. justify-content: flex-start;
  298. align-items: center;
  299. border-bottom: 1px solid #f1f1f1;
  300. padding: 0 32rpx
  301. }
  302. .item-title {
  303. width: 140rpx;
  304. color: #4d4c4c;
  305. font-size: 28rpx;
  306. height: 98rpx;
  307. line-height: 98rpx;
  308. }
  309. .item-content {
  310. width: 520rpx;
  311. white-space: nowrap;
  312. overflow: hidden;
  313. text-overflow: ellipsis;
  314. font-size: 28rpx;
  315. height: 98rpx;
  316. line-height: 98rpx;
  317. color: #4d4c4c;
  318. }
  319. /* 地区级联选择器 */
  320. .picker-view {
  321. width: 100%;
  322. display: flex;
  323. background-color: #fff;
  324. flex-direction: column;
  325. justify-content: center;
  326. align-items: center;
  327. bottom: 0rpx;
  328. left: 0rpx;
  329. }
  330. .picker-item {
  331. line-height: 70rpx;
  332. margin-left: 5rpx;
  333. margin-right: 5rpx;
  334. text-align: center;
  335. }
  336. .picker-view__pane {
  337. height: 100rpx;
  338. width: 100%;
  339. padding: 20rpx 32rpx;
  340. display: flex;
  341. justify-content: space-between;
  342. align-items: center;
  343. box-sizing: border-box;
  344. }
  345. .picker-view__pane text{
  346. color: #00cc88;
  347. font-size: 30rpx;
  348. }
  349. .pick-view__group {
  350. width: 96%;
  351. height: 450rpx;
  352. }
  353. .agree{
  354. background-color: rgba(92, 174, 119, 0.1);
  355. color:#5CAE77 ;
  356. text-align: center;
  357. float: right;
  358. padding: 2px 5px;
  359. border-radius: 5px;
  360. font-size: 12px;
  361. }
  362. .in{
  363. background-color: rgba(245, 163, 39, 0.1);
  364. color:#F5A327 ;
  365. text-align: center;
  366. float: right;
  367. padding: 2px 5px;
  368. border-radius: 5px;
  369. font-size: 12px;
  370. }
  371. .disagree{
  372. background-color: rgba(233, 0, 0, 0.1);
  373. color:#E90000 ;
  374. text-align: center;
  375. float: right;
  376. padding: 2px 5px;
  377. border-radius: 5px;
  378. font-size: 12px;
  379. }