my.scss 4.5 KB

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