微信小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

291 рядки
5.6 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. }
  11. .information_header .portrait_head{
  12. width: 110rpx;
  13. height: 110rpx;
  14. background: #000;
  15. border-radius: 50%;
  16. }
  17. .information_header .information_main{
  18. flex: 1;
  19. padding-left: 16rpx;
  20. }
  21. .information_header .name_wrap{
  22. display: flex;
  23. height: 54rpx;
  24. align-items: center;
  25. margin-bottom: 10rpx;
  26. }
  27. .information_header .name_wrap .name{
  28. font-size: 46rpx;
  29. }
  30. .information_header .name_wrap .jobs{
  31. margin-left: 18rpx;
  32. width: 155rpx;
  33. height: 40rpx;
  34. background: #5bae75;
  35. border:2rpx solid #2c8e68;
  36. color: #fff;
  37. border-radius: 40rpx;
  38. display: flex;
  39. font-size: 28rpx;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .information_header .name_wrap .jobs .icon{
  44. width: 26rpx;
  45. height: 27rpx;
  46. margin-right: 5rpx;
  47. }
  48. .information_header .task_wrap{
  49. display: flex;
  50. height: 44rpx;
  51. margin-bottom: 18rpx;
  52. }
  53. .information_header .unfinished{
  54. margin-left: 12rpx;
  55. }
  56. .information_header .task_wrap .flex_block{
  57. height: 48rpx;
  58. display: flex;
  59. background: #fff;
  60. line-height: 44rpx;
  61. border-radius: 44rpx;
  62. border:2rpx solid #2c8e68;
  63. text-align: center;
  64. font-size: 28rpx;
  65. }
  66. .information_header .task_wrap .flex_block .desc{
  67. width: 115rpx;
  68. background: #2c8e68;
  69. position:relative;
  70. overflow: hidden;
  71. color: #fff;
  72. line-height: 44rpx;
  73. border-top-left-radius: 44rpx;
  74. border-bottom-left-radius: 44rpx;
  75. margin-top: -1rpx;
  76. margin-left: -1rpx;
  77. }
  78. .information_header .task_wrap .flex_block .desc::before{
  79. position:absolute;
  80. top:-40rpx;
  81. right:-40rpx;
  82. content:"";
  83. z-index:1;
  84. width:110rpx; /*如果需要圆角的话 不用比box的宽度长,如果不需要圆角需要增长*/
  85. height:40rpx;
  86. background-color:#fff;
  87. transform:rotate(-75deg);
  88. transform-origin:right bottom;
  89. border-radius:0px;
  90. }
  91. .information_header .task_wrap .flex_block .event{
  92. color: #2c8e68;
  93. margin-left: -2%;
  94. padding:0 8rpx 0 5rpx;
  95. }
  96. .information_header .address_wrap{
  97. font-size: 26rpx;
  98. color: #2b8e68;
  99. height: 46rpx;
  100. line-height: 46rpx;
  101. }
  102. .navList_main{
  103. width: 685rpx;
  104. height: 228rpx;
  105. background-color: #fff;
  106. border-radius: 24rpx;
  107. margin:0 auto;
  108. display: flex;
  109. box-shadow: 0rpx 0rpx 12rpx rgba(0,0,0,.2);
  110. }
  111. .navList_main .tab_item{
  112. flex: 1;
  113. display: flex;
  114. justify-content: center;
  115. align-items: center;
  116. flex-direction: column;
  117. }
  118. .navList_main .tab_item .icon{
  119. width: 100rpx;
  120. height: 100rpx;
  121. margin-bottom: 12rpx;
  122. }
  123. .navList_main .tab_item .icon_img{
  124. width: 100rpx;
  125. height: 100rpx;
  126. }
  127. .navList_main .tab_item .desc{
  128. font-size: 26rpx;
  129. }
  130. .child_function{
  131. margin: 55rpx 20rpx 0;
  132. display: flex;
  133. }
  134. .child_function .flex_block{
  135. flex: 1;
  136. display: flex;
  137. justify-content: center;
  138. align-items: center;
  139. flex-direction: column;
  140. }
  141. .child_function .flex_block .image{
  142. width: 76rpx;
  143. height: 70rpx;
  144. margin-bottom: 20rpx;
  145. }
  146. .child_function .flex_block .attribute{
  147. width: 76rpx;
  148. height: 70rpx;
  149. }
  150. .child_function .flex_block .desc{
  151. font-size: 26rpx;
  152. }
  153. .work_plan{
  154. padding: 40rpx 32.5rpx 30rpx;
  155. display: flex;
  156. }
  157. .work_plan .menu_item{
  158. height: 60rpx;
  159. width: 140rpx;
  160. background-color: #fff;
  161. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  162. border-radius: 60rpx;
  163. line-height: 60rpx;
  164. text-align: center;
  165. font-size: 32rpx;
  166. position: relative;
  167. margin-right: 16rpx;
  168. }
  169. .work_plan .menu_item.active{
  170. background-color: #5bae78;
  171. color: #fff;
  172. }
  173. .work_plan .menu_item .remind{
  174. height: 30rpx;
  175. background: #e90101;
  176. color: #fff;
  177. font-size: 26rpx;
  178. position: absolute;
  179. line-height: 30rpx;
  180. padding:0 10rpx;
  181. border-radius: 50%;
  182. top: -10rpx;
  183. right: -10rpx;
  184. }
  185. .work_plan .more{
  186. flex: 1;
  187. text-align: center;
  188. line-height: 60rpx;
  189. font-size: 36rpx;
  190. color: #31936c;
  191. }
  192. .workflow{
  193. padding: 10rpx 32.5rpx;
  194. }
  195. .workflow .workflow_list{
  196. height: 150rpx;
  197. background-color: #fff;
  198. border-radius: 24rpx;
  199. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  200. margin-bottom: 20rpx;
  201. padding:15rpx 25rpx 10rpx 35rpx;
  202. }
  203. .workflow .workflow_list .process_intro{
  204. display: flex;
  205. height: 62rpx;
  206. align-items: center;
  207. }
  208. .workflow .process_intro .name{
  209. width: 324rpx;
  210. font-size: 34rpx;
  211. margin-right: 30rpx;
  212. overflow: hidden;
  213. text-overflow: ellipsis;
  214. white-space: nowrap;
  215. }
  216. .workflow .process_intro .state{
  217. width: 93rpx;
  218. height: 42rpx;
  219. background-color: #fbe3e3;
  220. color: #f31e1f;
  221. border-radius: 12rpx;
  222. text-align: center;
  223. line-height: 42rpx;
  224. }
  225. .workflow .process_intro .time{
  226. flex: 1;
  227. text-align: right;
  228. font-size: 32rpx;
  229. color: #9ea1aa;
  230. }
  231. .workflow .workflow_list .process_pay{
  232. display: flex;
  233. height: 52rpx;
  234. align-items: center;
  235. }
  236. .workflow .workflow_list .process_pay .describe{
  237. font-size: 30rpx;
  238. width: 330rpx;
  239. color: #3c9370;
  240. display: flex;
  241. align-items: center;
  242. }
  243. .workflow .workflow_list .process_pay .describe .amount_icon{
  244. width: 32rpx;
  245. height: 32rpx;
  246. margin-right: 12rpx;
  247. }
  248. .workflow .workflow_list .process_pay .amount{
  249. font-size: 38rpx;
  250. flex: 1;
  251. text-align: right;
  252. color: #f31e1f;
  253. }
  254. .workflow .workflow_list .process_pay .amount .unit{
  255. font-size: 26rpx;
  256. }
  257. /* <view class="workflow_list">
  258. <view class="process_intro">
  259. <view class="name">啊啊啊啊啊啊啊啊啊啊</view>
  260. <view class="state">待审</view>
  261. <view class="time">2021-1-26</view>
  262. </view>
  263. <view class="process_pay">
  264. <view class="describe">银行转账</view>
  265. <view class="amount">¥-2600.00</view>
  266. </view>
  267. </view> */