微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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