微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 5.9 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .container{
  2. }
  3. .singleLinHidenEllipsis{
  4. color: black;
  5. text-align: center;
  6. width: auto;
  7. }
  8. .information_header{
  9. /* padding: 30rpx 32rpx 54rpx; */
  10. padding: 10rpx 32rpx 54rpx;
  11. display: flex;
  12. }
  13. .information_header .portrait_head{
  14. width: 110rpx;
  15. height: 110rpx;
  16. background: #000;
  17. border-radius: 50%;
  18. }
  19. .information_header .information_main{
  20. flex: 1;
  21. padding-left: 16rpx;
  22. }
  23. .information_header .name_wrap{
  24. display: flex;
  25. height: 54rpx;
  26. align-items: center;
  27. margin-bottom: 10rpx;
  28. }
  29. .information_header .name_wrap .name{
  30. font-size: 46rpx;
  31. }
  32. .information_header .name_wrap .jobs{
  33. margin-left: 18rpx;
  34. width: 155rpx;
  35. height: 40rpx;
  36. background: #5bae75;
  37. border:2rpx solid #2c8e68;
  38. color: #fff;
  39. border-radius: 40rpx;
  40. display: flex;
  41. font-size: 28rpx;
  42. justify-content: center;
  43. align-items: center;
  44. }
  45. .information_header .name_wrap .jobs .icon{
  46. width: 26rpx;
  47. height: 27rpx;
  48. margin-right: 5rpx;
  49. }
  50. .information_header .task_wrap{
  51. display: flex;
  52. height: 44rpx;
  53. margin-bottom: 18rpx;
  54. }
  55. .information_header .unfinished{
  56. margin-left: 12rpx;
  57. }
  58. .information_header .task_wrap .flex_block{
  59. height: 48rpx;
  60. display: flex;
  61. background: #fff;
  62. line-height: 44rpx;
  63. border-radius: 44rpx;
  64. border:2rpx solid #2c8e68;
  65. text-align: center;
  66. font-size: 28rpx;
  67. }
  68. .information_header .task_wrap .flex_block .desc{
  69. width: 115rpx;
  70. background: #2c8e68;
  71. position:relative;
  72. overflow: hidden;
  73. color: #fff;
  74. line-height: 44rpx;
  75. border-top-left-radius: 44rpx;
  76. border-bottom-left-radius: 44rpx;
  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> */