index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. @import '../../app.less';
  2. .module.panel {
  3. .header {
  4. text-align: center;
  5. color: @night-blue;
  6. height: 44px;
  7. line-height: 44px;
  8. border-bottom: 1px solid @line_color;
  9. .assets {
  10. transform: translateY(-1px);
  11. margin-left: 5px;
  12. }
  13. .qa {
  14. cursor: pointer;
  15. }
  16. .qa:hover {
  17. color: @theme_color;
  18. }
  19. }
  20. .body {
  21. min-height: 356px;
  22. padding: 32px 44px;
  23. .chart-info {
  24. height: 110px;
  25. margin-bottom: 24px;
  26. .chart {
  27. height: 110px;
  28. width: 110px;
  29. margin-right: 22px;
  30. display: inline-block;
  31. }
  32. .info {
  33. display: inline-block;
  34. vertical-align: top;
  35. padding-top: 24px;
  36. .item {
  37. display: inline-block;
  38. margin-right: 24px;
  39. .title {
  40. color: @bluey-grey;
  41. font-size: 12px;
  42. }
  43. .data {
  44. color: @bluey-grey;
  45. font-size: 12px;
  46. .text {
  47. font-size: 18px;
  48. color: @night-blue;
  49. margin-right: 2px;
  50. }
  51. }
  52. }
  53. }
  54. }
  55. .list {
  56. .item {
  57. display: inline-block;
  58. }
  59. }
  60. .list.col-3 {
  61. margin: 0 -9px -12px;
  62. .item {
  63. width: 120px;
  64. margin-bottom: 12px;
  65. margin-left: 9px;
  66. margin-right: 9px;
  67. }
  68. }
  69. .list.col-4 {
  70. margin: 0 -10px -12px;
  71. .item {
  72. width: 84px;
  73. margin-bottom: 12px;
  74. margin-left: 10px;
  75. margin-right: 10px;
  76. }
  77. }
  78. }
  79. }
  80. .module.total-panel {
  81. .body {
  82. min-height: 166px;
  83. padding: 20px 30px 0;
  84. overflow: hidden;
  85. .chart-info {
  86. .info {
  87. .item {
  88. margin-right: 20px;
  89. }
  90. .date {
  91. padding-top: 20px;
  92. font-size: 12px;
  93. color: #8897A8;
  94. }
  95. }
  96. }
  97. }
  98. }
  99. .module.wait-panel {
  100. .body {
  101. min-height: 166px;
  102. padding: 20px 30px;
  103. .title {
  104. margin-top: 15px;
  105. margin-bottom: 10px;
  106. text-align: center;
  107. font-size: 16px;
  108. color: #5E677B;
  109. }
  110. .btn {
  111. text-align: center;
  112. .button {
  113. font-size: 14px;
  114. font-weight: 500;
  115. line-height: 24px;
  116. }
  117. }
  118. }
  119. }
  120. .module.buy-panel {
  121. .body {
  122. min-height: 166px;
  123. padding: 10px 10px 20px;
  124. position: relative;
  125. .assets {
  126. width: 100%;
  127. height: 100%;
  128. }
  129. .button {
  130. position: absolute;
  131. right: 25px;
  132. top: 60px;
  133. }
  134. }
  135. }