index.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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: 256px;
  22. padding: 32px 44px;
  23. padding-right: 30px;
  24. .chart-info {
  25. height: 110px;
  26. margin-bottom: 24px;
  27. .pie-chart {
  28. width: 110px;
  29. height: 110px;
  30. margin-right: 22px;
  31. display: inline-block;
  32. }
  33. .info {
  34. display: inline-block;
  35. vertical-align: top;
  36. padding-top: 10px;
  37. .desc-wrapper {
  38. margin-bottom: 5px;
  39. .desc {
  40. font-size: 12px;
  41. color: #8897A8;
  42. }
  43. }
  44. .item {
  45. display: inline-block;
  46. margin-right: 24px;
  47. .title {
  48. color: @bluey-grey;
  49. font-size: 12px;
  50. }
  51. .data {
  52. color: @bluey-grey;
  53. font-size: 12px;
  54. .text {
  55. font-size: 18px;
  56. color: @night-blue;
  57. margin-right: 2px;
  58. }
  59. }
  60. }
  61. }
  62. }
  63. .list {
  64. .item {
  65. display: inline-block;
  66. }
  67. }
  68. .list.col-3 {
  69. margin: 0 -9px -12px;
  70. .item {
  71. width: 120px;
  72. margin-bottom: 12px;
  73. margin-left: 9px;
  74. margin-right: 9px;
  75. padding: 11px 0;
  76. text-align: center;
  77. white-space: nowrap;
  78. }
  79. }
  80. .list.col-4 {
  81. margin: 0 -10px -12px;
  82. .item {
  83. width: 84px;
  84. margin-bottom: 12px;
  85. margin-left: 10px;
  86. margin-right: 10px;
  87. padding: 11px 0;
  88. text-align: center;
  89. white-space: nowrap;
  90. }
  91. }
  92. }
  93. }
  94. .module.wait-panel {
  95. .body {
  96. position: relative;
  97. .chart-info {
  98. .info {
  99. padding-top: 0;
  100. .text {
  101. color: #050930;
  102. font-size: 16px;
  103. margin-bottom: 5px;
  104. }
  105. }
  106. }
  107. .button {
  108. width: 120px;
  109. position: absolute;
  110. top: 30px;
  111. right: 46px;
  112. }
  113. }
  114. }
  115. .module.buy-panel {
  116. .body {
  117. height: 256px;
  118. padding: 40px 10px;
  119. position: relative;
  120. .text {
  121. position: absolute;
  122. right: 60px;
  123. top: 90px;
  124. font-size: 10px;
  125. color: #fff;
  126. }
  127. .button {
  128. position: absolute;
  129. right: 68px;
  130. top: 120px;
  131. }
  132. }
  133. }
  134. .module.small-panel {
  135. .body {
  136. min-height: 166px;
  137. padding: 20px 30px 0;
  138. overflow: hidden;
  139. .chart-info {
  140. .info {
  141. padding-top: 20px;
  142. .item {
  143. margin-right: 20px;
  144. }
  145. .date {
  146. padding-top: 20px;
  147. font-size: 12px;
  148. color: #8897A8;
  149. }
  150. }
  151. }
  152. }
  153. }
  154. .module.small-wait-panel {
  155. .body {
  156. min-height: 166px;
  157. padding: 20px 30px;
  158. .title {
  159. margin-top: 15px;
  160. margin-bottom: 10px;
  161. text-align: center;
  162. font-size: 16px;
  163. color: #5E677B;
  164. }
  165. .btn {
  166. text-align: center;
  167. .button {
  168. font-size: 14px;
  169. font-weight: 500;
  170. line-height: 24px;
  171. }
  172. }
  173. }
  174. }
  175. .module.small-buy-panel {
  176. .body {
  177. min-height: 166px;
  178. padding: 10px 10px 20px;
  179. position: relative;
  180. .assets {
  181. width: 100%;
  182. height: 100%;
  183. }
  184. .button {
  185. position: absolute;
  186. right: 25px;
  187. top: 60px;
  188. }
  189. }
  190. }