my.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. // ::v-deep .u-loading-page{
  2. // position: relative!important;
  3. // z-index: 999999999!important;
  4. // // background: red;
  5. // }
  6. // ::v-deep .u-loading-page__warpper__loading-icon__img{
  7. // width: 150rpx!important;
  8. // height: 150rpx!important;
  9. // }
  10. view {
  11. box-sizing: border-box;
  12. }
  13. ::v-deep .u-safe-bottom{
  14. height: 0!important;
  15. }
  16. ::v-deep button::after{
  17. border: none!important;
  18. }
  19. .content{
  20. background:#F4F4F4 ;
  21. .top{
  22. padding: 0 32rpx;
  23. padding-top: 24rpx;
  24. background: linear-gradient(to bottom,#FEF9ED,#fff);
  25. padding-bottom: 40rpx;
  26. min-height: 240rpx;
  27. position: relative;
  28. .myW{
  29. width: 298rpx;
  30. height: 280rpx;
  31. position: absolute;
  32. z-index: 0;
  33. right: 0;
  34. bottom: 0rpx;
  35. }
  36. .userInfo{
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. position: relative;
  41. z-index: 1;
  42. .left{
  43. display: flex;
  44. align-items: center;
  45. .avatarBox{
  46. border-radius: 60rpx;
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. border: none;
  51. margin: 0;
  52. padding: 0;
  53. .avatar{
  54. width: 120rpx;
  55. height: 120rpx;
  56. border-radius: 50%;
  57. }
  58. }
  59. .btn{
  60. font-size: 36rpx;
  61. font-family: PingFang-SC-Heavy, PingFang-SC;
  62. font-weight: 800;
  63. color: #333333;
  64. margin-left: 24rpx;
  65. }
  66. .lMember{
  67. margin-left: 24rpx;
  68. padding-right: 30rpx;
  69. .btn1{
  70. font-size: 36rpx;
  71. font-family: PingFang-SC-Heavy, PingFang-SC;
  72. font-weight: 800;
  73. color: #333333;
  74. // margin-left: 24rpx;
  75. }
  76. .botDes{
  77. margin-top: 8rpx;
  78. font-size: 28rpx;
  79. font-family: PingFang-SC-Medium, PingFang-SC;
  80. font-weight: 500;
  81. color: #333333;
  82. }
  83. }
  84. }
  85. }
  86. .invite{
  87. display: flex;
  88. justify-content: space-between;
  89. align-items: center;
  90. height: 88rpx;
  91. background: #34291F;
  92. box-shadow: 0rpx 4rpx 28rpx -14rpx rgba(0,0,0,0.46);
  93. border-radius: 8rpx 24rpx 8rpx 24rpx;
  94. // padding: 0 32rpx;
  95. padding-left: 32rpx;
  96. margin-top: 48rpx;
  97. position: relative;
  98. z-index: 1;
  99. .left{
  100. display: flex;
  101. align-items: center;
  102. image{
  103. }
  104. text{
  105. font-size: 28rpx;
  106. font-family: PingFang-SC-Bold, PingFang-SC;
  107. font-weight: bold;
  108. color: #FFFFFF;
  109. margin-left: 16rpx;
  110. }
  111. }
  112. .right{
  113. margin-right: 32rpx;
  114. position: relative;
  115. z-index: 1;
  116. // height: 100%;
  117. .price{
  118. font-size: 28rpx;
  119. font-family: PingFang-SC-Bold, PingFang-SC;
  120. font-weight: bold;
  121. color: #F7BF0C;
  122. }
  123. .ar{
  124. width: 12rpx;
  125. height: 20rpx;
  126. color: #F7BF0C;
  127. margin-left: 8rpx;
  128. }
  129. }
  130. }
  131. }
  132. .serList{
  133. background: #FFFFFF;
  134. margin-top: 16rpx;
  135. padding: 0 32rpx;
  136. .item{
  137. display: flex;
  138. align-items: center;
  139. justify-content: space-between;
  140. height: 124rpx;
  141. border-bottom: 2rpx solid #E6E6E6;
  142. .left{
  143. display: flex;
  144. align-items: center;
  145. text{
  146. margin-left: 20rpx;
  147. }
  148. }
  149. .right{
  150. .num{
  151. margin-right: 24rpx;
  152. font-size: 28rpx;
  153. font-family: PingFang-SC-Medium, PingFang-SC;
  154. font-weight: 500;
  155. color: #333333;
  156. }
  157. }
  158. }
  159. }
  160. }