mine.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. page {
  2. height: 100vh;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .mine{
  7. flex: 1;
  8. height: calc(100% - 120rpx);
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .mt28{
  13. margin-top: 28rpx;
  14. }
  15. .index-img{
  16. width: 100%;
  17. height: 620rpx;
  18. flex-shrink: 0;
  19. }
  20. .user-box{
  21. position: absolute;
  22. top: 188rpx;
  23. left: 50%;
  24. transform: translateX(-50%);
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. }
  29. .user-text{
  30. font-family: PingFangSC, PingFang SC;
  31. font-weight: 500;
  32. font-size: 32rpx;
  33. color: #FFFFFF;
  34. line-height: 40rpx;
  35. font-style: normal;
  36. }
  37. .user-number{
  38. font-weight: 400;
  39. font-size: 24rpx;
  40. margin: 4rpx 0 8rpx;
  41. }
  42. .bg-color{
  43. background-color: #F7F7F7;
  44. border-radius: 60rpx 60rpx 0 0;
  45. margin-top: -100rpx;
  46. flex: 1;
  47. width: 100%;
  48. position: relative;
  49. z-index: 0;
  50. }
  51. .content{
  52. margin: 0 32rpx;
  53. }
  54. .card-box{
  55. background: #FFFFFF;
  56. border-radius: 28rpx;
  57. padding: 20rpx 32rpx;
  58. margin-top: -60rpx;
  59. /* height: 300rpx; */
  60. }
  61. .card-img{
  62. width: 60rpx;
  63. height: 60rpx;
  64. margin-right: 24rpx;
  65. }
  66. .van-cell{
  67. align-items: center;
  68. padding: 28rpx 0 !important;
  69. line-height: initial !important;
  70. box-sizing: border-box;
  71. border-bottom: 1px solid #EDEDED;
  72. }
  73. .last-cell .van-cell {
  74. border-bottom:none !important;
  75. }
  76. .van-cell:after{
  77. border: none !important;
  78. }
  79. .van-icon{
  80. color: #000 !important;
  81. }
  82. .van-cell-text{
  83. font-family: PingFangSC, PingFang SC;
  84. font-weight: 400;
  85. font-size: 28rpx;
  86. color: #000000;
  87. line-height: 40rpx;
  88. }
  89. .logo-img{
  90. width: 211.79rpx;
  91. height: 107.24rpx;
  92. margin: 80rpx auto 46rpx;
  93. display: flex;
  94. }
  95. .logo-item{
  96. margin-bottom: 170rpx;
  97. }
  98. /* 客服弹框样式 */
  99. .van-dialog__header{
  100. font-weight: bold !important;
  101. }
  102. .dialog-box{
  103. padding: 32rpx;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. }
  108. .box-code{
  109. width: 264rpx;
  110. height: 264rpx;
  111. border-radius: 20rpx;
  112. }
  113. .box-text{
  114. font-family: PingFangSC, PingFang SC;
  115. font-weight: 400;
  116. font-size: 24rpx;
  117. color: #8D8D8D;
  118. line-height: 34rpx;
  119. margin-top: 32rpx;
  120. }
  121. .confirm-btn{
  122. width: 100% !important;
  123. color: #FDA233 !important;
  124. }
  125. .avatar-wrapper{
  126. background: none;
  127. border: none;
  128. padding: 0;
  129. margin: 0 !important;
  130. line-height: normal;
  131. border-radius: 50%;
  132. overflow: hidden;
  133. box-sizing: border-box;
  134. }
  135. button::after {
  136. border: none;
  137. }