friendsList.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. page {
  2. background-color: #0F0F1D;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. width: 750rpx;height:1624rpx;
  8. background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  9. border-radius: 0rpx 0rpx 0rpx 0rpx;
  10. background-repeat: repeat-y;
  11. }
  12. .topbg {
  13. }
  14. .topBody {
  15. width:750rpx;
  16. }
  17. .header {
  18. display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
  19. .title {
  20. font-size: 34rpx;
  21. }
  22. }
  23. .thread {
  24. height:210rpx;
  25. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  26. }
  27. .myinfo {
  28. width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start;
  29. .imgList {
  30. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  31. }
  32. .numlist {
  33. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  34. position: relative;
  35. height: 188rpx;
  36. // background: url('http://c.yujianmate.com/images/v1/w3/invite_bg2.png');
  37. // background-size: 690rpx 188rpx;
  38. .left {
  39. display: flex;justify-content: center;padding:20rpx;
  40. border-radius: 38rpx;
  41. .icon {
  42. }
  43. image {
  44. width:64rpx;
  45. }
  46. .num {
  47. font-weight: bold;
  48. font-size: 40rpx;
  49. color: #FFFFFF;
  50. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  51. .name {
  52. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  53. }
  54. }
  55. }
  56. .right{
  57. }
  58. .icon{
  59. height: 176rpx;
  60. position: absolute;
  61. left: 260rpx;
  62. }
  63. }
  64. .inviteTitle {
  65. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  66. position: relative;
  67. width:690rpx;
  68. height: 97rpx;
  69. background: url('http://c.yujianmate.com/images/v1/w3/item_bg.png');
  70. background-size: 690rpx 97rpx;
  71. .left {
  72. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  73. padding-left:20rpx;
  74. }
  75. .right{
  76. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  77. padding-right:0rpx;
  78. .icon{
  79. height: 36rpx;
  80. }
  81. }
  82. }
  83. .friendList{
  84. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  85. // height :780rpx;
  86. width: 690rpx;
  87. // margin-top: 34rpx;
  88. .title{
  89. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  90. position: relative;
  91. width:494rpx;
  92. height: 84rpx;
  93. background: url('http://c.yujianmate.com/images/v1/w3/invite_item_bg.png');
  94. background-size: 494rpx 84rpx;
  95. margin-top: 34rpx;
  96. .left {
  97. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  98. padding-left:28rpx;
  99. }
  100. .right{
  101. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  102. padding-right:0rpx;
  103. .icon{
  104. height: 36rpx;
  105. }
  106. }
  107. }
  108. .numlist2 {
  109. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  110. width:690rpx;
  111. // height: 690rpx;
  112. // background: url('http://c.yujianmate.com/images/v1/w3/invite_bg.png');
  113. // background-size: 690rpx 690rpx;
  114. // background: #ffffff;
  115. .empty{
  116. display: flex;flex-direction: column;justify-content: normal;align-items: center;
  117. width:690rpx;
  118. height: 600rpx;
  119. .bg {
  120. margin-top: 100rpx;
  121. width:434rpx;
  122. height: 234rpx;
  123. background: url('http://c.yujianmate.com/images/v1/w3/empty.png');
  124. background-size: 434rpx 234rpx;
  125. }
  126. }
  127. .item {
  128. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  129. height: 140rpx;
  130. width:690rpx;
  131. background: rgba(22,22,22,0);
  132. border-radius: 0rpx 0rpx 0rpx 0rpx;
  133. .line{
  134. width: 610rpx;
  135. height: 2rpx;
  136. background: #47171B;
  137. border-radius: 0rpx 0rpx 0rpx 0rpx;
  138. }
  139. .info{
  140. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  141. height: 135rpx;
  142. width:690rpx;
  143. .left {
  144. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  145. .img{
  146. margin-left: 40rpx;
  147. height: 80rpx;
  148. }
  149. .nameList{
  150. display: flex;justify-content: center;
  151. margin-left: 20rpx;
  152. .num {
  153. text-align: left;
  154. display: flex;flex-direction: column;justify-content: flex-start;
  155. .name{
  156. font-size: 28rpx;
  157. color: #FFFFFF;
  158. display: flex;flex-direction: row;justify-content: flex-start;
  159. .icon{
  160. margin-left: 5rpx;
  161. height: 40rpx;
  162. }
  163. }
  164. .data {
  165. font-size: 24rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  166. }
  167. }
  168. }
  169. }
  170. .right{
  171. height: 40%;
  172. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  173. text-align: right;
  174. .txt{
  175. text-align: right;
  176. font-size: 24rpx;
  177. color: #FFFFFF;
  178. margin-right: 0rpx;
  179. }
  180. .txt1{
  181. margin-right: 34rpx;
  182. }
  183. }
  184. }
  185. }
  186. }
  187. }
  188. .btn_submit {
  189. width: 456rpx;height: 92rpx;position: fixed;bottom:80rpx;left:145rpx;
  190. background: #FFFFFF;
  191. border-radius: 40rpx 40rpx 40rpx 40rpx;
  192. display: flex;flex-direction: row;justify-content: center;align-items: center;
  193. font-weight: bold;
  194. font-size: 32rpx;
  195. .icon{
  196. height: 36rpx;
  197. margin-right : 12rpx;
  198. margin-top : 5rpx;
  199. }
  200. }
  201. }
  202. .blankHeight {
  203. height:100rpx;
  204. }