invite.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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:0rpx 30rpx 60rpx;justify-content: center;
  29. .imgList {
  30. width: 100%;
  31. height: 249rpx;
  32. display: flex;justify-content: space-around;
  33. position: relative;
  34. .imgItem{
  35. position: absolute;
  36. bottom: -60rpx;
  37. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  38. z-index: 1;
  39. }
  40. }
  41. .numlist {
  42. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  43. position: relative;
  44. height: 188rpx;
  45. background: url('http://c.yujianmate.com/images/v1/w3/invite_bg2.png');
  46. background-size: 690rpx 188rpx;
  47. .left {
  48. display: flex;justify-content: center;padding:20rpx;
  49. border-radius: 38rpx;
  50. .icon {
  51. }
  52. image {
  53. width:64rpx;
  54. }
  55. .num {
  56. font-weight: bold;
  57. font-size: 40rpx;
  58. color: #FFFFFF;
  59. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  60. .name {
  61. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  62. }
  63. }
  64. }
  65. .right{
  66. }
  67. .icon{
  68. height: 176rpx;
  69. position: absolute;
  70. left: 260rpx;
  71. }
  72. .numItem {
  73. font-weight: bold;
  74. font-size: 36rpx;
  75. color: #FFFFFF;
  76. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  77. .name {
  78. font-size: 24rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  79. }
  80. }
  81. }
  82. .inviteTitle {
  83. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  84. position: relative;
  85. width:690rpx;
  86. height: 97rpx;
  87. // background: url('http://c.yujianmate.com/images/v1/w3/item_bg.png');
  88. // background-size: 690rpx 97rpx;
  89. background: #2D3458;
  90. border-radius: 24rpx 24rpx 24rpx 24rpx;
  91. .left {
  92. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  93. padding-left:20rpx;
  94. }
  95. .right{
  96. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  97. padding-right:0rpx;
  98. .icon{
  99. height: 36rpx;
  100. }
  101. }
  102. }
  103. .friendList{
  104. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  105. // height :780rpx;
  106. width: 690rpx;
  107. // margin-top: 34rpx;
  108. .title{
  109. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  110. position: relative;
  111. width:690rpx;
  112. height: 84rpx;
  113. background: url('http://c.yujianmate.com/images/v1/w3/invite_item_bg.png');
  114. background-size: 494rpx 84rpx;
  115. background-repeat: no-repeat;
  116. margin-top: 34rpx;
  117. .left {
  118. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  119. padding-left:28rpx;
  120. }
  121. .right{
  122. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  123. padding-right:0rpx;
  124. .icon{
  125. height: 36rpx;
  126. }
  127. }
  128. }
  129. .numlist2 {
  130. display: flex;flex-direction: column;justify-content: space;align-items: flex-start;
  131. width:690rpx;
  132. height: 560rpx;
  133. // background: url('http://c.yujianmate.com/images/v1/w3/invite_bg.png');
  134. // background-size: 690rpx 560rpx;
  135. // background: #ffffff;
  136. .empty{
  137. display: flex;flex-direction: column;justify-content: normal;align-items: center;
  138. width:690rpx;
  139. height: 560rpx;
  140. .bg {
  141. margin-top: 100rpx;
  142. width:434rpx;
  143. height: 234rpx;
  144. background: url('http://c.yujianmate.com/images/v1/w3/empty.png');
  145. background-size: 434rpx 234rpx;
  146. }
  147. }
  148. .item {
  149. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  150. height: 138rpx;
  151. width:690rpx;
  152. background: rgba(22,22,22,0);
  153. border-radius: 0rpx 0rpx 0rpx 0rpx;
  154. .line{
  155. width: 610rpx;
  156. height: 2rpx;
  157. background: #47171B;
  158. border-radius: 0rpx 0rpx 0rpx 0rpx;
  159. }
  160. .info{
  161. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  162. height: 135rpx;
  163. width:690rpx;
  164. .left {
  165. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  166. .img{
  167. margin-left: 40rpx;
  168. height: 80rpx;
  169. }
  170. .nameList{
  171. display: flex;justify-content: center;
  172. margin-left: 20rpx;
  173. .num {
  174. text-align: left;
  175. display: flex;flex-direction: column;justify-content: flex-start;
  176. .name{
  177. font-size: 28rpx;
  178. color: #FFFFFF;
  179. display: flex;flex-direction: row;justify-content: flex-start;
  180. .icon{
  181. margin-left: 5rpx;
  182. height: 40rpx;
  183. }
  184. }
  185. .data {
  186. font-size: 24rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  187. }
  188. }
  189. }
  190. }
  191. .right{
  192. height: 40%;
  193. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  194. text-align: right;
  195. .txt{
  196. text-align: right;
  197. font-size: 24rpx;
  198. color: #FFFFFF;
  199. margin-right: 0rpx;
  200. }
  201. .txt1{
  202. margin-right: 34rpx;
  203. }
  204. }
  205. }
  206. }
  207. }
  208. }
  209. .btn_submit {
  210. width: 456rpx;height: 92rpx;position: fixed;bottom:80rpx;left:145rpx;
  211. background: #FFFFFF;
  212. border-radius: 40rpx 40rpx 40rpx 40rpx;
  213. display: flex;flex-direction: row;justify-content: center;align-items: center;
  214. font-weight: bold;
  215. font-size: 32rpx;
  216. .icon{
  217. height: 36rpx;
  218. margin-right : 12rpx;
  219. margin-top : 5rpx;
  220. }
  221. }
  222. }
  223. .blankHeight {
  224. height:100rpx;
  225. }