my.scss 2.7 KB

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