index.scss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. .user-box {
  2. width: 750rpx;
  3. background-color: var(--bgColor);
  4. padding: 30rpx;
  5. box-sizing: border-box;
  6. color: #FFFFFF;
  7. font-family: PingFang SC-Regular, PingFang SC;
  8. /* 用户展示内容 */
  9. .user-con {
  10. display: flex;
  11. height: 128rpx;
  12. align-items: center;
  13. background: none;
  14. .v-img {
  15. margin-top: 5rpx;
  16. }
  17. .user-msg {
  18. flex: 1;
  19. height: 100%;
  20. margin-left: 30rpx;
  21. .user-name {
  22. width: 450rpx;
  23. height: 50rpx;
  24. font-size: 36rpx;
  25. font-weight: bold;
  26. margin-top: 16rpx;
  27. text {
  28. display: inline-block;
  29. height: 40rpx;
  30. font-size: 28rpx;
  31. margin-left: 40rpx;
  32. }
  33. }
  34. .user-phone {
  35. height: 38rpx;
  36. font-size: 24rpx;
  37. font-family: PingFang SC-Regular, PingFang SC;
  38. line-height: 38rpx;
  39. margin-top: 10rpx;
  40. }
  41. }
  42. }
  43. /* 行动力 */
  44. .display-data {
  45. display: flex;
  46. height: 182rpx;
  47. background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, .5) 100%);
  48. &_l,
  49. &_r {
  50. display: flex;
  51. flex-direction: column;
  52. justify-content: center;
  53. align-items: center;
  54. height: 100%;
  55. }
  56. &_l {
  57. width: 320rpx;
  58. .first-line {
  59. height: 66rpx;
  60. line-height: 66rpx;
  61. font-size: 48rpx;
  62. font-family: PingFang SC-Bold, PingFang SC;
  63. font-weight: bold;
  64. }
  65. .tow-line {
  66. height: 40rpx;
  67. line-height: 40rpx;
  68. font-size: 28rpx;
  69. margin-top: 16rpx;
  70. }
  71. }
  72. &_r {
  73. flex: 1;
  74. font-size: 28rpx;
  75. line-height: 40rpx;
  76. .tow-line {
  77. margin-top: 25rpx;
  78. }
  79. }
  80. }
  81. }
  82. .orderForm {
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. padding-left: 40rpx;
  87. padding-right: 26rpx;
  88. width: 100vw;
  89. height: 90rpx;
  90. box-sizing: border-box;
  91. background-color: #fff;
  92. .left {
  93. .work {
  94. color: #3874F6;
  95. margin-right: 18rpx;
  96. }
  97. font-family: PingFang SC,
  98. PingFang SC;
  99. font-weight: 500;
  100. font-size: 28rpx;
  101. color: #262626;
  102. }
  103. .right {
  104. font-family: PingFang SC, PingFang SC;
  105. font-size: 28rpx;
  106. color: #999999;
  107. }
  108. }
  109. .orders {
  110. display: flex;
  111. width: 100vw;
  112. background-color: #fff;
  113. .stuta {
  114. flex: 1;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. padding-top: 20rpx;
  119. padding-bottom: 18rpx;
  120. box-sizing: border-box;
  121. .iconfont {
  122. position: relative;
  123. font-size: 44rpx;
  124. color: #666;
  125. .badge {
  126. position: absolute;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. top: -15rpx;
  131. right: -20rpx;
  132. min-width: 30rpx;
  133. height: 30rpx;
  134. background: #FF3B30;
  135. border-radius: 24rpx;
  136. font-size: 20rpx;
  137. color: #FFFFFF;
  138. }
  139. }
  140. .text {
  141. font-size: 20rpx;
  142. color: #333333;
  143. margin-top: 8rpx;
  144. }
  145. }
  146. }
  147. .operating {
  148. background-color: #fff;
  149. margin-top: 20rpx;
  150. .item {
  151. width: 100%;
  152. .con {
  153. display: flex;
  154. justify-content: space-between;
  155. width: calc(100% - 30rpx);
  156. height: 90rpx;
  157. line-height: 90rpx;
  158. border-bottom: 1rpx solid #eeeeee;
  159. margin-left: 30rpx;
  160. padding-right: 20rpx;
  161. box-sizing: border-box;
  162. .label {
  163. display: flex;
  164. align-items: center;
  165. font-size: 28rpx;
  166. font-family: PingFang SC-Medium, PingFang SC;
  167. font-weight: 500;
  168. color: #333333;
  169. text {
  170. font-size: 50rpx;
  171. margin-right: 10rpx;
  172. }
  173. .bd-wechat {
  174. width: 90rpx;
  175. height: 36rpx;
  176. line-height: 36rpx;
  177. text-align: center;
  178. border-radius: 4rpx;
  179. border: 1rpx solid #CCCCCC;
  180. font-size: 20rpx;
  181. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  182. font-weight: normal;
  183. color: #999999;
  184. margin-left: 10rpx;
  185. }
  186. }
  187. }
  188. }
  189. .item:last-child .con {
  190. border-bottom: 0;
  191. }
  192. .item-right {
  193. display: flex;
  194. align-items: center;
  195. line-height: 20rpx;
  196. .user-img {
  197. width: 58rpx;
  198. height: 58rpx;
  199. border-radius: 50%;
  200. margin-right: 20rpx;
  201. }
  202. }
  203. .tips {
  204. font-size: 24rpx !important;
  205. margin-top: -4rpx;
  206. margin-right: 10rpx;
  207. color: #333333;
  208. }
  209. .right-false {
  210. color: var(--error);
  211. }
  212. }
  213. .but {
  214. position: fixed;
  215. bottom: 200rpx;
  216. width: 100vw;
  217. text-align: center;
  218. /* 退出登录 */
  219. .out-login {
  220. width: 500rpx;
  221. height: 90rpx;
  222. border-radius: 90rpx !important;
  223. font-size: 28rpx;
  224. font-family: PingFang SC-Regular, PingFang SC;
  225. color: #333333 !important;
  226. }
  227. }