my.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. width: 100%;
  7. height:100vh;
  8. }
  9. .topbg {
  10. }
  11. .topBody {
  12. width:750rpx;
  13. }
  14. .header {
  15. display: flex;flex-direction: row;justify-content: flex-end;align-items: flex-end;color:$title;
  16. width:750rpx;height:calc(var(--status-bar-height) + 100rpx);z-index: 999;
  17. padding-top: calc(var(--status-bar-height) + 220rpx);
  18. width:750rpx;height:600rpx;
  19. background: url("../../static/home/avator.png");background-size: 750rpx 750rpx;background-repeat: no-repeat;z-index: 0;
  20. .infoBg {
  21. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  22. width:750rpx;height:280rpx;
  23. background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  24. padding-top:80rpx;
  25. .left {
  26. padding-left: 50rpx;width:200rpx;
  27. image {
  28. width:136rpx;height:136rpx;border-radius: 100rpx;border:solid 4rpx #fff;
  29. }
  30. }
  31. .right {
  32. color:#fff;width:400rpx;font-size: 40rpx;
  33. .nickname {
  34. font-weight: bold;margin-bottom: 10rpx;
  35. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  36. image {
  37. width:76rpx;margin-left: 8rpx;margin-right: 10rpx;
  38. }
  39. .siming {
  40. display: flex;flex-direction: row;justify-content: center;align-items: center;
  41. width: 84rpx;height: 32rpx;
  42. border-radius: 12rpx 12rpx 12rpx 12rpx;
  43. border: 2rpx solid #FFFFFF;
  44. font-size: 20rpx;color:#fff;font-weight: normal;
  45. }
  46. }
  47. .join_date {
  48. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  49. font-size: 28rpx;color:#fff;
  50. image {
  51. width:36rpx;margin-left: 6rpx;
  52. }
  53. }
  54. }
  55. .dashang {
  56. width:150rpx;
  57. .sel {
  58. display: flex;flex-direction: row;justify-content: center;align-items: center;
  59. width: 130rpx;
  60. height: 64rpx;
  61. background: linear-gradient( 137deg, #FF5869 0%, #FF3C83 100%);
  62. border-radius: 16rpx 16rpx 16rpx 16rpx;
  63. border: 2rpx solid #FFFFFF;
  64. .name {
  65. color:#fff;font-size: 20rpx;margin-right: 12rpx;
  66. }
  67. .block {
  68. width: 48rpx;
  69. height: 48rpx;
  70. background: #FFFFFF;
  71. border-radius: 8rpx 8rpx 8rpx 8rpx;
  72. }
  73. }
  74. .selno {
  75. display: flex;flex-direction: row;justify-content: center;align-items: center;
  76. width: 130rpx;
  77. height: 64rpx;
  78. background-color: rgba(255, 255, 255, 0.35);
  79. border-radius: 16rpx 16rpx 16rpx 16rpx;
  80. border: 2rpx solid #FFFFFF;
  81. .name {
  82. color:#fff;font-size: 20rpx;
  83. }
  84. .blockGray {
  85. width: 48rpx;margin-right: 12rpx;
  86. height: 48rpx;background-color: #fff;
  87. border-radius: 8rpx 8rpx 8rpx 8rpx;
  88. }
  89. }
  90. }
  91. }
  92. .title {
  93. font-size: 34rpx;
  94. }
  95. }
  96. .thread {
  97. height:210rpx;
  98. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  99. }
  100. .myinfo {
  101. width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start;
  102. .numlist {
  103. display: flex;flex-direction: row;justify-content: center;align-items: center;
  104. background: #28292D;
  105. border-radius: 24rpx 24rpx 24rpx 24rpx;
  106. .item {
  107. display: flex;justify-content: center;padding:20rpx;
  108. border-radius: 38rpx;width:316rpx;height:186rpx;
  109. .icon {
  110. }
  111. image {
  112. width:64rpx;
  113. }
  114. .num {
  115. color:#fff;font-size: 36rpx;
  116. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  117. .name {
  118. font-size: 28rpx;color:#BABABA;margin-top: 12rpx;
  119. }
  120. }
  121. }
  122. }
  123. .numlist2 {
  124. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  125. flex-wrap: wrap;
  126. background: #28292D;
  127. border-radius: 24rpx;
  128. .item {
  129. display: flex;justify-content: center;padding:20rpx;
  130. border-radius: 38rpx;width:160rpx;height:186rpx;
  131. .icon {
  132. }
  133. image {
  134. width:54rpx;
  135. }
  136. .num {
  137. color:#fff;
  138. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  139. .name {
  140. font-size: 24rpx;color:#BABABA;margin-top: 12rpx;
  141. }
  142. }
  143. }
  144. }
  145. }
  146. .btn_submit {
  147. width: 660rpx;height: 96rpx;margin:0 auto;
  148. border: 2rpx solid #404040;
  149. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
  150. display: flex;flex-direction: row;justify-content: center;align-items: center;
  151. }
  152. .blankHeight {
  153. height:100rpx;
  154. }