X_coin.scss 6.2 KB

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