my.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. }
  59. .join_date {
  60. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  61. font-size: 28rpx;color:#fff;
  62. image {
  63. width:36rpx;margin-left: 6rpx;
  64. }
  65. }
  66. }
  67. .dashang {
  68. width:150rpx;
  69. .sel {
  70. display: flex;flex-direction: row;justify-content: center;align-items: center;
  71. width: 130rpx;
  72. height: 64rpx;
  73. background: linear-gradient( 137deg, #FF5869 0%, #FF3C83 100%);
  74. border-radius: 16rpx 16rpx 16rpx 16rpx;
  75. border: 2rpx solid #FFFFFF;
  76. .name {
  77. color:#fff;font-size: 20rpx;margin-right: 12rpx;
  78. }
  79. .block {
  80. width: 48rpx;
  81. height: 48rpx;
  82. background: #FFFFFF;
  83. border-radius: 8rpx 8rpx 8rpx 8rpx;
  84. }
  85. }
  86. .selno {
  87. display: flex;flex-direction: row;justify-content: center;align-items: center;
  88. width: 130rpx;
  89. height: 64rpx;
  90. background-color: rgba(255, 255, 255, 0.35);
  91. border-radius: 16rpx 16rpx 16rpx 16rpx;
  92. border: 2rpx solid #FFFFFF;
  93. .name {
  94. color:#fff;font-size: 20rpx;
  95. }
  96. .blockGray {
  97. width: 48rpx;margin-right: 12rpx;
  98. height: 48rpx;background-color: #fff;
  99. border-radius: 8rpx 8rpx 8rpx 8rpx;
  100. }
  101. }
  102. }
  103. }
  104. .title {
  105. font-size: 34rpx;
  106. }
  107. }
  108. .thread {
  109. height:210rpx;
  110. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  111. }
  112. .myinfo {
  113. width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start;
  114. .numlist {
  115. display: flex;flex-direction: row;justify-content: center;align-items: center;
  116. background: #28292D;
  117. border-radius: 24rpx 24rpx 24rpx 24rpx;
  118. .item {
  119. display: flex;justify-content: center;padding:20rpx;
  120. border-radius: 38rpx;width:316rpx;height:186rpx;
  121. .icon {
  122. }
  123. image {
  124. width:64rpx;
  125. }
  126. .num {
  127. color:#fff;font-size: 36rpx;
  128. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  129. .name {
  130. font-size: 28rpx;color:#BABABA;margin-top: 12rpx;
  131. }
  132. }
  133. }
  134. }
  135. .numlist2 {
  136. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  137. flex-wrap: wrap;
  138. background: #28292D;
  139. border-radius: 24rpx;
  140. .item {
  141. display: flex;justify-content: center;padding:20rpx;
  142. border-radius: 38rpx;width:160rpx;height:186rpx;
  143. .icon {
  144. }
  145. image {
  146. width:54rpx;
  147. }
  148. .num {
  149. color:#fff;
  150. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  151. .name {
  152. font-size: 24rpx;color:#BABABA;margin-top: 12rpx;
  153. }
  154. }
  155. }
  156. }
  157. }
  158. .btn_submit {
  159. width: 660rpx;height: 96rpx;margin:0 auto;
  160. border: 2rpx solid #404040;
  161. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
  162. display: flex;flex-direction: row;justify-content: center;align-items: center;
  163. }
  164. .blankHeight {
  165. height:100rpx;
  166. }