index.module.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. .subjectEcharts {
  2. padding: 12px 12px 14px 12px;
  3. font-family: 'DINA';
  4. }
  5. .container {
  6. position: relative;
  7. padding: 14px 12px;
  8. border-radius: 10px;
  9. background-color: #fff;
  10. margin-bottom: 12px;
  11. }
  12. .emtry{
  13. position: absolute;
  14. left: 50%;
  15. top: 50%;
  16. transform: translateX(-50%);
  17. font-size: 14px;
  18. color: #AAAAAA;
  19. }
  20. .head {
  21. display: flex;
  22. font-size: 15px;
  23. color: #333;
  24. padding-bottom: 14px;
  25. .headLeft {
  26. display: flex;
  27. align-items: center;
  28. .icon {
  29. display: block;
  30. width: 18px;
  31. height: 18px;
  32. margin-right: 8px;
  33. }
  34. }
  35. .headRight {
  36. margin-left: auto;
  37. display: flex;
  38. align-items: center;
  39. &>div {
  40. font-size: 10px;
  41. border-radius: 12px;
  42. border: 1px solid;
  43. margin: 0 3px;
  44. line-height: 18px;
  45. width: 40px;
  46. text-align: center;
  47. }
  48. }
  49. }
  50. .headLabelWrap{
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. padding: 10px;
  55. font-size: 12px;
  56. .headLabel{
  57. margin: 0 6px;
  58. display: flex;
  59. align-items: center;
  60. }
  61. .headLabelDot{
  62. width: 4px;
  63. height: 4px;
  64. border-radius: 50%;
  65. margin-right: 3px;
  66. }
  67. }
  68. .content {
  69. display: flex;
  70. align-items: center;
  71. padding: 8px 2px;
  72. }
  73. .echartsMain {
  74. margin: 0 -12px;
  75. height: 202px;
  76. }
  77. .items {
  78. flex: 1;
  79. display: flex;
  80. align-items: center;
  81. margin-left: 17px;
  82. justify-content: space-between;
  83. .item {
  84. .itemNum {
  85. display: flex;
  86. justify-content: flex-end;
  87. align-items: center;
  88. font-weight: 400;
  89. font-size: 22px;
  90. color: #333;
  91. margin-bottom: 3px;
  92. white-space: nowrap;
  93. .rect {
  94. width: 8px;
  95. height: 8px;
  96. background: #FF8057;
  97. border-radius: 2px;
  98. margin-right: 6px;
  99. }
  100. }
  101. .itemTitle {
  102. font-size: 12px;
  103. color: #777;
  104. white-space: nowrap;
  105. }
  106. }
  107. .line {
  108. padding: 0 10px;
  109. border-left: 1px solid;
  110. border-right: 1px solid;
  111. border-image: linear-gradient(to bottom, #f9f9f9, #eaeaea, #f9f9f9) 1;
  112. }
  113. }
  114. .subjectWrap {
  115. padding: 0;
  116. }
  117. .listItem {
  118. position: relative;
  119. display: flex;
  120. align-items: center;
  121. padding: 10px 15px 10px 27px;
  122. border: 1px solid transparent;
  123. &:not(:last-child) {
  124. border-bottom: 1px dashed #EAEAEA;
  125. }
  126. .itemLeft {
  127. border-right: 1px solid;
  128. border-image: linear-gradient(to bottom, #f9f9f9, #eaeaea, #f9f9f9) 1;
  129. .subjectName {
  130. width: 54px;
  131. font-size: 13px;
  132. font-weight: 600;
  133. color: #333;
  134. line-height: 18px;
  135. margin-bottom: 3px;
  136. white-space: nowrap;
  137. }
  138. .subjectType {
  139. font-size: 10px;
  140. font-weight: 400;
  141. color: #666;
  142. line-height: 14px;
  143. }
  144. }
  145. .dot {
  146. position: absolute;
  147. left: 15px;
  148. top: 15px;
  149. width: 4px;
  150. height: 4px;
  151. background: #AAAAAA;
  152. border-radius: 50%;
  153. }
  154. }
  155. .listItemActive {
  156. background-color: rgba(255,128,87,0.09);
  157. border: 1px solid #FF8057 !important;
  158. border-radius: 10px;
  159. }
  160. .listitems {
  161. flex: 1;
  162. display: flex;
  163. align-items: center;
  164. margin-left: 17px;
  165. justify-content: space-between;
  166. .item {
  167. .itemNum {
  168. display: flex;
  169. justify-content: flex-end;
  170. align-items: center;
  171. font-size: 16px;
  172. color: #333;
  173. margin-bottom: 3px;
  174. white-space: nowrap;
  175. }
  176. .itemTitle {
  177. font-size: 10px;
  178. color: #777;
  179. white-space: nowrap;
  180. }
  181. }
  182. .line {
  183. border-left: 1px solid;
  184. border-right: 1px solid;
  185. border-image: linear-gradient(to bottom, #f9f9f9, #eaeaea, #f9f9f9) 1;
  186. }
  187. }