index.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. .icon {
  2. position: absolute;
  3. top: 15px;
  4. right: 18px;
  5. display: flex;
  6. .iconDiffFilled,
  7. .iconFundFilled {
  8. width: 37px;
  9. height: 41px;
  10. cursor: pointer;
  11. background: url('@/assets/iconDiffFilled.png') no-repeat;
  12. }
  13. .iconFundFilled {
  14. margin-left: 28px;
  15. background-image: url('@/assets/iconFundFilled.png');
  16. }
  17. }
  18. .logoInfo {
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: center;
  22. align-items: center;
  23. position: relative;
  24. .logo {
  25. background: url('@/assets/defense.png') no-repeat center;
  26. background-size: 100% 100%;
  27. width: 144px;
  28. height: 159px;
  29. margin-bottom: 6px;
  30. }
  31. .logoTitle {
  32. font-size: 28px;
  33. font-weight: 400;
  34. color: #6e6e6e;
  35. line-height: 38px;
  36. display: flex;
  37. }
  38. .logoTime {
  39. font-size: 22px;
  40. font-weight: 400;
  41. color: #6e6e6e;
  42. line-height: 28px;
  43. margin-top: 10px;
  44. }
  45. .logoFont {
  46. position: absolute;
  47. display: flex;
  48. align-items: center;
  49. right: 0;
  50. bottom: 0;
  51. font-size: 28px;
  52. font-weight: 400;
  53. color: #6e6e6e;
  54. line-height: 38px;
  55. .iconSetting {
  56. margin-left: 10px;
  57. width: 28px;
  58. height: 28px;
  59. background: url('@/assets/icon-setting.png') no-repeat;
  60. background-size: 100% 100%;
  61. }
  62. }
  63. }
  64. .insbtn {
  65. display: flex;
  66. position: relative;
  67. width: 100%;
  68. justify-content: center;
  69. margin-top: 20px;
  70. :global {
  71. .ant-btn-primary {
  72. font-size: 24px;
  73. width: 140px;
  74. height: 46px;
  75. cursor: pointer;
  76. }
  77. }
  78. }
  79. .item {
  80. height: 80px;
  81. display: flex;
  82. align-items: center;
  83. position: relative;
  84. padding: 0 30px;
  85. .right {
  86. position: absolute;
  87. right: 0;
  88. margin-right: 30px;
  89. font-size: 28px;
  90. }
  91. .warningText {
  92. margin-left: 40px;
  93. font-size: 28px;
  94. font-weight: 400;
  95. color: #fe5850;
  96. line-height: 38px;
  97. }
  98. .itemName {
  99. font-size: 28px;
  100. font-weight: 500;
  101. color: #4a4a4a;
  102. line-height: 38px;
  103. font-weight: bold;
  104. }
  105. }
  106. .btns {
  107. float: right;
  108. }
  109. .warningItem {
  110. // border-bottom: 2px solid #555;
  111. height: 80px;
  112. display: flex;
  113. align-items: center;
  114. justify-content: space-between;
  115. padding: 0 30px;
  116. border-bottom: 1px solid rgba(219, 219, 219, 1);
  117. &:last-child {
  118. border-bottom: none;
  119. }
  120. span {
  121. font-size: 28px;
  122. }
  123. }
  124. .iconSuccess {
  125. width: 38px;
  126. height: 30px;
  127. background: url('@/assets/icon-success.png') no-repeat;
  128. background-size: 100% 100%;
  129. }
  130. .reportBtn {
  131. margin-top: 40px;
  132. width: 100%;
  133. height: 86px;
  134. display: block;
  135. font-size: 30px;
  136. font-weight: 400;
  137. color: #ffffff;
  138. }
  139. .itemMain {
  140. background-size: 100% 100%;
  141. border: 1px;
  142. border-radius: 12px;
  143. margin-bottom: 20px;
  144. margin-top: 20px;
  145. padding: 0 10px;
  146. }
  147. .itemMain2 {
  148. .itemMain;
  149. padding: 20px 10px;
  150. }
  151. .statisticsText {
  152. display: flex;
  153. flex-direction: column;
  154. justify-content: center;
  155. align-items: center;
  156. flex: 1;
  157. .num {
  158. color: #f5af3a;
  159. font-size: 40px;
  160. margin-bottom: 8px;
  161. font-weight: bold;
  162. letter-spacing: 2px;
  163. line-height: 56px;
  164. }
  165. .label {
  166. color: #555;
  167. font-size: 24px;
  168. }
  169. }
  170. .dialogBtns {
  171. display: flex;
  172. flex-direction: row;
  173. align-items: center;
  174. margin-top: 30px;
  175. margin-left: 40px;
  176. :global {
  177. .ant-btn.ant-btn-danger {
  178. color: #4a4a4a;
  179. background: #d5d5d5;
  180. border-color: transparent;
  181. }
  182. }
  183. }
  184. .dialog {
  185. // background: url('@/assets/newUI/eqDialog.png') no-repeat center;
  186. width: 762px;
  187. height: 234px;
  188. .close {
  189. // background: url('@/assets/newUI/close.png') no-repeat center;
  190. background-size: 100% 100%;
  191. }
  192. }
  193. .tabs {
  194. display: flex;
  195. // flex-direction: row-reverse;
  196. display: flex;
  197. color: #555;
  198. font-size: 22px;
  199. justify-content: center;
  200. .item {
  201. padding: 4px 20px;
  202. border: 1px solid #02a7f0;
  203. font-size: 20px;
  204. color: #fff;
  205. cursor: pointer;
  206. &:nth-child(1) {
  207. border-left: 1px solid #02a7f0;
  208. }
  209. &.active {
  210. background-color: #02a7f0;
  211. }
  212. }
  213. }