progresst.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .top.data-v-3dfe1540 {
  12. padding: 40rpx 0;
  13. background-color: #fff;
  14. margin: 20rpx 0;
  15. }
  16. .top .top-t.data-v-3dfe1540 {
  17. display: -webkit-box;
  18. display: -webkit-flex;
  19. display: flex;
  20. -webkit-box-pack: justify;
  21. -webkit-justify-content: space-between;
  22. justify-content: space-between;
  23. padding: 0 55rpx;
  24. }
  25. .top .top-t .top-item.data-v-3dfe1540 {
  26. width: 160rpx;
  27. display: -webkit-box;
  28. display: -webkit-flex;
  29. display: flex;
  30. -webkit-box-orient: vertical;
  31. -webkit-box-direction: normal;
  32. -webkit-flex-direction: column;
  33. flex-direction: column;
  34. -webkit-box-pack: center;
  35. -webkit-justify-content: center;
  36. justify-content: center;
  37. -webkit-box-align: center;
  38. -webkit-align-items: center;
  39. align-items: center;
  40. margin-bottom: 30rpx;
  41. }
  42. .top .top-t .top-item image.data-v-3dfe1540 {
  43. width: 160rpx;
  44. height: 160rpx;
  45. background: #ffffff;
  46. border-radius: 14px;
  47. margin-bottom: 15rpx;
  48. }
  49. .top .top-t .top-item .item-tit.data-v-3dfe1540 {
  50. font-size: 24rpx;
  51. font-family: PingFang SC;
  52. font-weight: 500;
  53. color: #333333;
  54. line-height: 1;
  55. }
  56. .main.data-v-3dfe1540 {
  57. background-color: #fff;
  58. padding-right: 30rpx;
  59. height: 100%;
  60. position: relative;
  61. }
  62. .main .line.data-v-3dfe1540 {
  63. width: 2rpx;
  64. height: 100%;
  65. background-color: #fa7e67;
  66. position: absolute;
  67. left: 60rpx;
  68. }
  69. .main .item.data-v-3dfe1540 {
  70. position: relative;
  71. }
  72. .main .item image.data-v-3dfe1540 {
  73. width: 45rpx;
  74. height: 45rpx;
  75. background: #fa7e67;
  76. border-radius: 50%;
  77. position: absolute;
  78. top: 49rpx;
  79. left: 40rpx;
  80. z-index: 3;
  81. }
  82. .main .item .item-info.data-v-3dfe1540 {
  83. width: 600rpx;
  84. position: relative;
  85. left: 112rpx;
  86. padding-bottom: 34rpx;
  87. border-bottom: 1px solid #ededed;
  88. }
  89. .main .item .item-info .item-tit.data-v-3dfe1540 {
  90. padding-top: 52rpx;
  91. font-size: 32rpx;
  92. font-family: PingFang SC;
  93. font-weight: 500;
  94. color: #333333;
  95. line-height: 1;
  96. }
  97. .main .item .item-info .item-tit text.data-v-3dfe1540 {
  98. display: inline-block;
  99. width: 87rpx;
  100. height: 33rpx;
  101. border: 1px solid #0ec400;
  102. border-radius: 5rpx;
  103. font-size: 24rpx;
  104. font-family: PingFang SC;
  105. font-weight: 500;
  106. color: #0ec400;
  107. text-align: center;
  108. line-height: 30rpx;
  109. margin-left: 10rpx;
  110. }
  111. .main .item .item-info .item-time.data-v-3dfe1540 {
  112. padding-top: 17rpx;
  113. font-size: 24rpx;
  114. font-family: PingFang SC;
  115. font-weight: 500;
  116. color: #bfbfbf;
  117. line-height: 1;
  118. }
  119. .main .item .item-info .item-num.data-v-3dfe1540 {
  120. margin-top: 21rpx;
  121. height: 392rpx;
  122. width: 592rpx;
  123. background-color: red;
  124. }
  125. .main .item .item-info .all-info.data-v-3dfe1540 {
  126. margin-top: 20rpx;
  127. width: 601rpx;
  128. height: 174rpx;
  129. border: 1px solid #cccccc;
  130. border-radius: 10rpx;
  131. font-size: 24rpx;
  132. font-family: PingFang SC;
  133. font-weight: 500;
  134. color: #999999;
  135. -webkit-box-align: center;
  136. -webkit-align-items: center;
  137. align-items: center;
  138. -webkit-flex-wrap: wrap;
  139. flex-wrap: wrap;
  140. }
  141. .main .item .item-info .all-info view.data-v-3dfe1540 {
  142. -webkit-flex-shrink: 0;
  143. flex-shrink: 0;
  144. width: 50%;
  145. padding-left: 20rpx;
  146. }
  147. .main .item .item-info .all-info view text.data-v-3dfe1540 {
  148. display: inline-block;
  149. margin-left: 5rpx;
  150. color: #000000;
  151. }
  152. .main .item .item-info .all-info view .jd.data-v-3dfe1540 {
  153. color: #e80000;
  154. }
  155. .main .item .line1.data-v-3dfe1540 {
  156. position: absolute;
  157. width: 2rpx;
  158. height: 61rpx;
  159. background-color: #fff;
  160. top: 0;
  161. left: 60rpx;
  162. z-index: 2;
  163. }
  164. .main .item .line2.data-v-3dfe1540 {
  165. position: absolute;
  166. width: 2rpx;
  167. height: 250rpx;
  168. background-color: #fff;
  169. bottom: 0;
  170. left: 60rpx;
  171. }
  172. .main .item .line5.data-v-3dfe1540 {
  173. position: absolute;
  174. width: 2rpx;
  175. height: 100%;
  176. background-color: #fa7e67;
  177. top: 0;
  178. left: 60rpx;
  179. z-index: 1;
  180. }
  181. .main .item .line6.data-v-3dfe1540 {
  182. position: absolute;
  183. width: 2rpx;
  184. height: 61rpx;
  185. background-color: #fa7e67;
  186. top: 0;
  187. left: 60rpx;
  188. }