M_coin.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start;
  24. .numlist {
  25. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  26. position: relative;
  27. height: 176rpx;
  28. background: #28292D;
  29. border-radius: 24rpx 24rpx 24rpx 24rpx;
  30. .left {
  31. display: flex;justify-content: center;padding:20rpx;
  32. border-radius: 38rpx;
  33. .icon {
  34. }
  35. image {
  36. width:64rpx;
  37. }
  38. .num {
  39. font-weight: bold;
  40. font-size: 40rpx;
  41. color: #FFFFFF;
  42. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  43. .name {
  44. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  45. }
  46. }
  47. }
  48. .right{
  49. .buyBtn{
  50. width: 202rpx;
  51. height: 72rpx;
  52. background: linear-gradient( 149deg, #FF5967 0%, #FF2A95 100%);
  53. border-radius: 16rpx 16rpx 16rpx 16rpx;
  54. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  55. font-weight: bold;
  56. font-size: 28rpx;
  57. color: #FFFFFF;
  58. }
  59. }
  60. .icon{
  61. height: 176rpx;
  62. position: absolute;
  63. left: 260rpx;
  64. }
  65. }
  66. .mingxiList {
  67. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  68. position: relative;
  69. .left {
  70. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  71. padding-left:40rpx;
  72. padding-top: 20rpx;
  73. .icon{
  74. padding-left:5rpx;
  75. height: 36rpx;
  76. }
  77. }
  78. .right{
  79. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  80. padding-right:40rpx;
  81. padding-top: 20rpx;
  82. .icon{
  83. padding-left:5rpx;
  84. height: 36rpx;
  85. }
  86. }
  87. }
  88. .numlist2 {
  89. .item {
  90. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  91. height: 148rpx;
  92. background: #28292D;
  93. border-radius: 24rpx 24rpx 24rpx 24rpx;
  94. margin-top: 24rpx;
  95. .left {
  96. display: flex;justify-content: center;padding:50rpx;
  97. .num {
  98. text-align: left;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  99. font-size: 40rpx;
  100. color: #FFFFFF;
  101. .data {
  102. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  103. }
  104. }
  105. }
  106. .right{
  107. height: 40%;
  108. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  109. .num1{
  110. padding-right:50rpx;
  111. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  112. font-weight: bold;
  113. font-size: 36rpx;
  114. color: #FE2D56;
  115. }
  116. .num2{
  117. color: #FFFFFF;
  118. }
  119. }
  120. }
  121. }
  122. }
  123. .blankHeight {
  124. height:100rpx;
  125. }