teamProfit.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. // background-color: #161616;
  6. width: 750rpx;height: 100vh;
  7. background: url('../../static/w3/bg.png');
  8. background-size: 750rpx 1624rpx;
  9. }
  10. .topbg {
  11. }
  12. .topBody {
  13. width:750rpx;
  14. }
  15. .header {
  16. display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
  17. .title {
  18. font-size: 34rpx;
  19. }
  20. }
  21. .thread {
  22. height:210rpx;
  23. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  24. }
  25. .myinfo {
  26. width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: center;
  27. .numlist {
  28. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  29. position: relative;
  30. height: 188rpx;
  31. background: url('../../static/w3/invite_bg2.png');
  32. background-size: 690rpx 188rpx;
  33. .left {
  34. display: flex;justify-content: center;padding:20rpx;
  35. border-radius: 38rpx;
  36. .icon {
  37. }
  38. image {
  39. width:64rpx;
  40. }
  41. .num {
  42. font-weight: bold;
  43. font-size: 40rpx;
  44. color: #FFFFFF;
  45. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  46. .name {
  47. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  48. }
  49. }
  50. }
  51. .right{
  52. }
  53. .icon{
  54. height: 176rpx;
  55. position: absolute;
  56. left: 260rpx;
  57. }
  58. }
  59. .inviteTitle {
  60. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  61. position: relative;
  62. width:690rpx;
  63. height: 97rpx;
  64. background: url('../../static/w3/item_bg.png');
  65. background-size: 690rpx 97rpx;
  66. .left {
  67. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  68. padding-left:20rpx;
  69. }
  70. .right{
  71. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  72. padding-right:0rpx;
  73. .icon{
  74. height: 36rpx;
  75. }
  76. }
  77. }
  78. .friendList{
  79. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  80. height :780rpx;
  81. width: 690rpx;
  82. // margin-top: 34rpx;
  83. .title{
  84. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  85. position: relative;
  86. width:690rpx;
  87. height: 88rpx;
  88. background: url('../../static/w3/listTitle.png');
  89. background-size: 690rpx 88rpx;
  90. margin-top: 34rpx;
  91. .left {
  92. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  93. padding-left:28rpx;
  94. }
  95. .right{
  96. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  97. padding-right:150rpx;
  98. }
  99. }
  100. .numlist2 {
  101. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  102. width:690rpx;
  103. // height: 690rpx;
  104. // background: url('../../static/w3/invite_bg.png');
  105. // background-size: 690rpx 690rpx;
  106. // background: rgba(22,22,22,0);
  107. .empty{
  108. display: flex;flex-direction: column;justify-content: normal;align-items: center;
  109. width:690rpx;
  110. height: 600rpx;
  111. .bg {
  112. margin-top: 100rpx;
  113. width:276rpx;
  114. height: 276rpx;
  115. background: url('../../static/w3/empty.png');
  116. // background: #ffffff;
  117. background-size: 276rpx 276rpx;
  118. }
  119. }
  120. .item {
  121. display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;
  122. // height: 140rpx;
  123. width:690rpx;
  124. // background: rgba(22,22,22,0);
  125. // background: url('../../static/w3/listBG1.png');
  126. .info{
  127. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  128. height: 88rpx;
  129. width:690rpx;
  130. .left {
  131. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  132. .nameList{
  133. display: flex;justify-content: center;
  134. margin-left: 28rpx;
  135. .num {
  136. text-align: left;
  137. display: flex;flex-direction: column;justify-content: flex-start;
  138. .data {
  139. font-size: 24rpx;color: #FFFFFF;font-weight: normal;
  140. }
  141. }
  142. }
  143. }
  144. .right{
  145. height: 40%;
  146. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  147. text-align: right;
  148. margin-right: 166rpx;
  149. .txt{
  150. text-align: right;
  151. font-size: 24rpx;
  152. color: #FFFFFF;
  153. margin-right: 0rpx;
  154. }
  155. }
  156. }
  157. }
  158. }
  159. }
  160. }
  161. .blankHeight {
  162. height:100rpx;
  163. }