微信小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.wxss 8.2 KiB

3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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: 50%;
  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: 324rpx;
  225. font-size: 34rpx;
  226. margin-right: 30rpx;
  227. overflow: hidden;
  228. text-overflow: ellipsis;
  229. white-space: nowrap;
  230. }
  231. .workflow .process_intro .state{
  232. width: 93rpx;
  233. height: 42rpx;
  234. background-color: #fbe3e3;
  235. color: #f31e1f;
  236. border-radius: 12rpx;
  237. text-align: center;
  238. line-height: 42rpx;
  239. }
  240. .workflow .process_intro .time{
  241. flex: 1;
  242. text-align: right;
  243. font-size: 32rpx;
  244. color: #9ea1aa;
  245. }
  246. .workflow .workflow_list .process_pay{
  247. display: flex;
  248. height: 52rpx;
  249. align-items: center;
  250. }
  251. .workflow .workflow_list .process_pay .describe{
  252. font-size: 30rpx;
  253. width: 330rpx;
  254. color: #3c9370;
  255. display: flex;
  256. align-items: center;
  257. }
  258. .workflow .workflow_list .process_pay .describe .amount_icon{
  259. width: 32rpx;
  260. height: 32rpx;
  261. margin-right: 12rpx;
  262. }
  263. .workflow .workflow_list .process_pay .amount{
  264. font-size: 38rpx;
  265. flex: 1;
  266. text-align: right;
  267. color: #f31e1f;
  268. }
  269. .workflow .workflow_list .process_pay .amount .unit{
  270. font-size: 26rpx;
  271. }
  272. /* <view class="workflow_list">
  273. <view class="process_intro">
  274. <view class="name">啊啊啊啊啊啊啊啊啊啊</view>
  275. <view class="state">待审</view>
  276. <view class="time">2021-1-26</view>
  277. </view>
  278. <view class="process_pay">
  279. <view class="describe">银行转账</view>
  280. <view class="amount">¥-2600.00</view>
  281. </view>
  282. </view> */
  283. .textLimit{
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. }
  288. .btn{
  289. width: 100%;
  290. height:90rpx;
  291. padding:0 24rpx;
  292. box-sizing:border-box;
  293. line-height: 90rpx;
  294. text-align: center;
  295. display: flex;
  296. background:rgba(255,255,255,.8);
  297. justify-content: space-between;
  298. }
  299. .address-item {
  300. min-height: 98rpx;
  301. display: flex;
  302. justify-content: flex-start;
  303. align-items: center;
  304. border-bottom: 1px solid #f1f1f1;
  305. padding: 0 32rpx
  306. }
  307. .item-title {
  308. width: 140rpx;
  309. color: #4d4c4c;
  310. font-size: 28rpx;
  311. height: 98rpx;
  312. line-height: 98rpx;
  313. }
  314. .item-content {
  315. width: 520rpx;
  316. white-space: nowrap;
  317. overflow: hidden;
  318. text-overflow: ellipsis;
  319. font-size: 28rpx;
  320. height: 98rpx;
  321. line-height: 98rpx;
  322. color: #4d4c4c;
  323. }
  324. /* 地区级联选择器 */
  325. .picker-view {
  326. width: 100%;
  327. display: flex;
  328. background-color: #fff;
  329. flex-direction: column;
  330. justify-content: center;
  331. align-items: center;
  332. bottom: 0rpx;
  333. left: 0rpx;
  334. }
  335. .picker-item {
  336. line-height: 70rpx;
  337. margin-left: 5rpx;
  338. margin-right: 5rpx;
  339. text-align: center;
  340. }
  341. .picker-view__pane {
  342. height: 100rpx;
  343. width: 100%;
  344. padding: 20rpx 32rpx;
  345. display: flex;
  346. justify-content: space-between;
  347. align-items: center;
  348. box-sizing: border-box;
  349. }
  350. .picker-view__pane text{
  351. color: #00cc88;
  352. font-size: 30rpx;
  353. }
  354. .pick-view__group {
  355. width: 96%;
  356. height: 450rpx;
  357. }