mine.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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-weight: 500;
  31. font-size: 32rpx;
  32. color: #FFFFFF;
  33. line-height: 40rpx;
  34. font-style: normal;
  35. }
  36. .user-number{
  37. font-weight: 400;
  38. font-size: 24rpx;
  39. margin: 4rpx 0 8rpx;
  40. }
  41. .bg-color{
  42. background-color: #F7F7F7;
  43. border-radius: 60rpx 60rpx 0 0;
  44. margin-top: -100rpx;
  45. flex: 1;
  46. width: 100%;
  47. position: relative;
  48. z-index: 0;
  49. }
  50. .content{
  51. margin: 0 32rpx;
  52. }
  53. .card-box{
  54. background: #FFFFFF;
  55. border-radius: 28rpx;
  56. padding: 20rpx 32rpx;
  57. margin-top: -60rpx;
  58. /* height: 300rpx; */
  59. }
  60. .card-img{
  61. width: 60rpx;
  62. height: 60rpx;
  63. margin-right: 24rpx;
  64. }
  65. .van-cell{
  66. align-items: center;
  67. padding: 28rpx 0 !important;
  68. line-height: initial !important;
  69. box-sizing: border-box;
  70. border-bottom: 1px solid #EDEDED;
  71. }
  72. .last-cell .van-cell {
  73. border-bottom:none !important;
  74. }
  75. .van-cell:after{
  76. border: none !important;
  77. }
  78. .van-icon{
  79. color: #000 !important;
  80. }
  81. .van-cell-text{
  82. font-weight: 400;
  83. font-size: 28rpx;
  84. color: #000000;
  85. line-height: 40rpx;
  86. }
  87. .logo-img{
  88. width: 211.79rpx;
  89. height: 107.24rpx;
  90. margin: 80rpx auto 46rpx;
  91. display: flex;
  92. }
  93. .logo-item{
  94. margin-bottom: 170rpx;
  95. }
  96. /* 客服弹框样式 */
  97. .van-dialog__header{
  98. font-weight: bold !important;
  99. }
  100. .dialog-box{
  101. padding: 32rpx;
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. }
  106. .box-code{
  107. width: 264rpx;
  108. height: 264rpx;
  109. border-radius: 20rpx;
  110. }
  111. .box-text{
  112. font-weight: 400;
  113. font-size: 24rpx;
  114. color: #8D8D8D;
  115. line-height: 34rpx;
  116. margin-top: 32rpx;
  117. }
  118. .confirm-btn{
  119. width: 100% !important;
  120. color: #FDA233 !important;
  121. }
  122. .avatar-wrapper{
  123. background: none;
  124. border: none;
  125. padding: 0;
  126. margin: 0 !important;
  127. line-height: normal;
  128. border-radius: 50%;
  129. overflow: hidden;
  130. box-sizing: border-box;
  131. }
  132. button::after {
  133. border: none;
  134. }