X_coin.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .header {
  13. display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
  14. .title {
  15. font-size: 34rpx;
  16. }
  17. }
  18. .thread {
  19. height:210rpx;
  20. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  21. }
  22. .myinfo {
  23. display:flex;flex-direction: column;justify-content: flex-start;
  24. margin:30rpx 30rpx 60rpx;
  25. width: 690rpx;
  26. height: 232rpx;
  27. background: #333333;
  28. border-radius: 44rpx 44rpx 44rpx 44rpx;
  29. border: 2rpx solid #FFFFFF;
  30. .mingxiList {
  31. width: 690rpx;
  32. // height: 200rpx;
  33. display: flex;flex-direction: row;justify-content: center;align-items: center;
  34. position: relative;
  35. // height: 72rpx;
  36. // background: #FFFFFF;
  37. .left {
  38. // background: #FFFFFF;
  39. width: 300rpx;
  40. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  41. padding-left:40rpx; padding-top: 20rpx;
  42. .icon{
  43. height: 58rpx;
  44. width:252rpx;
  45. }
  46. }
  47. .right{
  48. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  49. padding-right:40rpx;
  50. padding-top: 20rpx;
  51. width: 390rpx;
  52. .icon{
  53. padding-left:5rpx;
  54. height: 36rpx;position: absolute;
  55. top:-100rpx;
  56. right:50rpx;
  57. }
  58. }
  59. .icon2{
  60. height: 234;
  61. left: 260rpx;
  62. }
  63. }
  64. .numlist {
  65. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  66. position: relative;
  67. height: 176rpx;
  68. // background: #28292D;
  69. border-radius: 24rpx 24rpx 24rpx 24rpx;
  70. .left {
  71. display: flex;justify-content: flex-start;flex-direction: row;
  72. margin-left: 50rpx;
  73. }
  74. .right{
  75. margin-right: 85rpx;
  76. .buyBtn{
  77. width: 192rpx;
  78. height: 72rpx;
  79. margin-top: -20rpx;
  80. background: linear-gradient( 151deg, #FFFFFF 0%, #D3D9F8 100%);
  81. border-radius: 24rpx 24rpx 24rpx 24rpx;
  82. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  83. font-weight: bold;
  84. font-size: 28rpx;
  85. color: #333333;
  86. }
  87. }
  88. }
  89. .numlist2 {
  90. .item {
  91. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  92. height: 148rpx;
  93. background: #28292D;
  94. border-radius: 24rpx 24rpx 24rpx 24rpx;
  95. margin-top: 24rpx;
  96. .left {
  97. display: flex;justify-content: center;padding:50rpx;
  98. .num {
  99. text-align: left;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  100. font-size: 40rpx;
  101. color: #FFFFFF;
  102. .data {
  103. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  104. }
  105. }
  106. }
  107. .right{
  108. height: 40%;
  109. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  110. .num1{
  111. padding-right:50rpx;
  112. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  113. font-weight: bold;
  114. font-size: 36rpx;
  115. color: #FE2D56;
  116. }
  117. .num2{
  118. color: #FFFFFF;
  119. }
  120. }
  121. }
  122. }
  123. }
  124. .blankHeight {
  125. height:100rpx;
  126. }