index.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. height: 50rpx;
  23. font-size: 36rpx;
  24. font-weight: bold;
  25. margin-top: 16rpx;
  26. text {
  27. display: inline-block;
  28. height: 40rpx;
  29. font-size: 28rpx;
  30. margin-left: 40rpx;
  31. }
  32. }
  33. .user-phone {
  34. height: 38rpx;
  35. font-size: 24rpx;
  36. font-family: PingFang SC-Regular, PingFang SC;
  37. line-height: 38rpx;
  38. margin-top: 10rpx;
  39. }
  40. }
  41. }
  42. /* 行动力 */
  43. .display-data {
  44. display: flex;
  45. height: 182rpx;
  46. background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, .5) 100%);
  47. &_l,
  48. &_r {
  49. display: flex;
  50. flex-direction: column;
  51. justify-content: center;
  52. align-items: center;
  53. height: 100%;
  54. }
  55. &_l {
  56. width: 320rpx;
  57. .first-line {
  58. height: 66rpx;
  59. line-height: 66rpx;
  60. font-size: 48rpx;
  61. font-family: PingFang SC-Bold, PingFang SC;
  62. font-weight: bold;
  63. }
  64. .tow-line {
  65. height: 40rpx;
  66. line-height: 40rpx;
  67. font-size: 28rpx;
  68. margin-top: 16rpx;
  69. }
  70. }
  71. &_r {
  72. flex: 1;
  73. font-size: 28rpx;
  74. line-height: 40rpx;
  75. .tow-line {
  76. margin-top: 25rpx;
  77. }
  78. }
  79. }
  80. }
  81. .operating {
  82. .item {
  83. width: 100%;
  84. .con {
  85. display: flex;
  86. justify-content: space-between;
  87. width: calc(100% - 30rpx);
  88. height: 90rpx;
  89. line-height: 90rpx;
  90. border-bottom: 1rpx solid #eeeeee;
  91. margin-left: 30rpx;
  92. padding-right: 20rpx;
  93. box-sizing: border-box;
  94. .label {
  95. display: flex;
  96. align-items: center;
  97. font-size: 28rpx;
  98. font-family: PingFang SC-Medium, PingFang SC;
  99. font-weight: 500;
  100. color: #333333;
  101. text {
  102. font-size: 50rpx;
  103. margin-right: 10rpx;
  104. }
  105. .bd-wechat {
  106. width: 90rpx;
  107. height: 36rpx;
  108. line-height: 36rpx;
  109. text-align: center;
  110. border-radius: 4rpx;
  111. border: 1rpx solid #CCCCCC;
  112. font-size: 20rpx;
  113. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  114. font-weight: normal;
  115. color: #999999;
  116. margin-left: 10rpx;
  117. }
  118. }
  119. }
  120. }
  121. .item:last-child .con {
  122. border-bottom: 0;
  123. }
  124. .item-right {
  125. display: flex;
  126. align-items: center;
  127. line-height: 20rpx;
  128. .user-img {
  129. width: 58rpx;
  130. height: 58rpx;
  131. border-radius: 50%;
  132. margin-right: 20rpx;
  133. }
  134. }
  135. .tips {
  136. font-size: 24rpx !important;
  137. margin-top: -4rpx;
  138. margin-right: 10rpx;
  139. color: #333333;
  140. }
  141. .right-false {
  142. color: var(--error);
  143. }
  144. }
  145. /* 退出登录 */
  146. .out-login {
  147. width: 500rpx;
  148. height: 90rpx;
  149. border-radius: 90rpx !important;
  150. font-size: 28rpx;
  151. font-family: PingFang SC-Regular, PingFang SC;
  152. color: #333333 !important;
  153. }
  154. .van-picker{
  155. width: 100vw;
  156. position: absolute !important;
  157. bottom: 0;
  158. z-index: 999999999999;
  159. }