index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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. }
  76. }
  77. .list.col-4 {
  78. margin: 0 -10px -12px;
  79. .item {
  80. width: 84px;
  81. margin-bottom: 12px;
  82. margin-left: 10px;
  83. margin-right: 10px;
  84. }
  85. }
  86. }
  87. }
  88. .module.wait-panel {
  89. .body {
  90. position: relative;
  91. .chart-info {
  92. .info {
  93. padding-top: 0;
  94. .text {
  95. color: #050930;
  96. font-size: 16px;
  97. margin-bottom: 5px;
  98. }
  99. }
  100. }
  101. .button {
  102. width: 120px;
  103. position: absolute;
  104. top: 30px;
  105. right: 46px;
  106. }
  107. }
  108. }
  109. .module.buy-panel {
  110. .body {
  111. height: 256px;
  112. padding: 40px 10px;
  113. position: relative;
  114. .text {
  115. position: absolute;
  116. right: 60px;
  117. top: 90px;
  118. font-size: 10px;
  119. color: #fff;
  120. }
  121. .button {
  122. position: absolute;
  123. right: 68px;
  124. top: 120px;
  125. }
  126. }
  127. }
  128. .module.small-panel {
  129. .body {
  130. min-height: 166px;
  131. padding: 20px 30px 0;
  132. overflow: hidden;
  133. .chart-info {
  134. .info {
  135. padding-top: 20px;
  136. .item {
  137. margin-right: 20px;
  138. }
  139. .date {
  140. padding-top: 20px;
  141. font-size: 12px;
  142. color: #8897A8;
  143. }
  144. }
  145. }
  146. }
  147. }
  148. .module.small-wait-panel {
  149. .body {
  150. min-height: 166px;
  151. padding: 20px 30px;
  152. .title {
  153. margin-top: 15px;
  154. margin-bottom: 10px;
  155. text-align: center;
  156. font-size: 16px;
  157. color: #5E677B;
  158. }
  159. .btn {
  160. text-align: center;
  161. .button {
  162. font-size: 14px;
  163. font-weight: 500;
  164. line-height: 24px;
  165. }
  166. }
  167. }
  168. }
  169. .module.small-buy-panel {
  170. .body {
  171. min-height: 166px;
  172. padding: 10px 10px 20px;
  173. position: relative;
  174. .assets {
  175. width: 100%;
  176. height: 100%;
  177. }
  178. .button {
  179. position: absolute;
  180. right: 25px;
  181. top: 60px;
  182. }
  183. }
  184. }