recordList.scss 3.3 KB

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