index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .topContent {
  2. padding: 0.08rem 0.12rem;
  3. margin: 0.16rem 0;
  4. color: #1c50b3;
  5. font-size: 0.28rem;
  6. .titleContent {
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. .time {
  11. // font-size: 0.2rem;
  12. color: #6e6e6e;
  13. }
  14. .iconLeft {
  15. width: 0.38rem;
  16. height: 0.38rem;
  17. background: url('@/assets/smartOps/icon06.png') no-repeat center;
  18. background-size: 100% 100%;
  19. }
  20. .iconRight {
  21. .iconLeft;
  22. margin-left: 0.2rem;
  23. background: url('@/assets/smartOps/icon07.png') no-repeat center;
  24. background-size: 100% 100%;
  25. }
  26. }
  27. .middle {
  28. margin: 0.1rem 0;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. .left {
  33. position: relative;
  34. .in {
  35. width: 2.12rem;
  36. height: 2.12rem;
  37. background: url('@/assets/smartOps/icon04.png') no-repeat center;
  38. background-size: 100% 100%;
  39. animation-name: scaleUp;
  40. animation-duration: 5s;
  41. animation-iteration-count: infinite;
  42. animation-timing-function: linear;
  43. }
  44. .out {
  45. position: absolute;
  46. left: 0;
  47. top: 0;
  48. width: 2.12rem;
  49. height: 2.12rem;
  50. background: url('@/assets/smartOps/icon05.png') no-repeat center;
  51. background-size: 100% 100%;
  52. animation-name: spin;
  53. animation-duration: 30s;
  54. animation-iteration-count: infinite;
  55. animation-timing-function: linear;
  56. }
  57. }
  58. .right {
  59. display: flex;
  60. flex-direction: column;
  61. align-items: flex-end;
  62. .item {
  63. width: 5.85rem;
  64. height: 0.52rem;
  65. white-space: nowrap;
  66. margin-bottom: 0.1rem;
  67. background: url('@/assets/smartOps/icon01.png') no-repeat center;
  68. background-size: 100% 100%;
  69. line-height: 0.52rem;
  70. }
  71. .item1 {
  72. .item;
  73. padding-left: 0.96rem;
  74. }
  75. .item2 {
  76. .item;
  77. width: 5.27rem;
  78. padding-left: 0.4rem;
  79. background-image: url('@/assets/smartOps/icon02.png');
  80. }
  81. .item3 {
  82. .item;
  83. width: 5.27rem;
  84. padding-left: 0.4rem;
  85. background-image: url('@/assets/smartOps/icon03.png');
  86. }
  87. .item4 {
  88. .item;
  89. margin-bottom: 0;
  90. padding-left: 0.96rem;
  91. background-image: url('@/assets/smartOps/icon08.png');
  92. }
  93. }
  94. }
  95. .text {
  96. padding: 0.08rem 0.2rem;
  97. line-height: 0.24rem;
  98. font-size: 0.24rem;
  99. color: #4a90e2;
  100. // text-align: center;
  101. }
  102. }
  103. .anaBtn {
  104. font-size: 0.12rem !important;
  105. padding: 0.06rem;
  106. line-height: 0.12rem;
  107. height: auto !important;
  108. }
  109. @keyframes spin {
  110. from {
  111. transform: rotate(0deg);
  112. }
  113. to {
  114. transform: rotate(360deg);
  115. }
  116. }
  117. @keyframes scaleUp {
  118. 0% {
  119. transform: translate(0rem, 0rem);
  120. }
  121. 25% {
  122. transform: translate(0rem, -0.05rem);
  123. }
  124. 75% {
  125. transform: translate(0rem, 0.05rem);
  126. }
  127. 100% {
  128. transform: translate(0rem, 0rem);
  129. }
  130. }
  131. .marginBottom {
  132. margin-bottom: 0.2rem;
  133. }
  134. .marginLeft {
  135. margin-left: 0.2rem;
  136. }
  137. .marginRight {
  138. margin-right: 0.2rem;
  139. }
  140. .searchContent {
  141. display: flex;
  142. align-items: center;
  143. margin-bottom: 0.2rem;
  144. color: #4a4a4a;
  145. font-size: 0.24rem;
  146. white-space: nowrap;
  147. margin-top: 0.4rem;
  148. :global {
  149. .ant-select {
  150. margin: 0 0.4rem 0 0.1rem;
  151. // background-color: #284e83;
  152. }
  153. }
  154. }
  155. .timePicker {
  156. // background-color: #284e83;
  157. }
  158. .form {
  159. width: 100%;
  160. margin-bottom: 0.14rem;
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. :global {
  165. .ant-picker {
  166. background: #2f4d83;
  167. .ant-picker-input > input {
  168. color: #ffffff;
  169. }
  170. .ant-picker-separator {
  171. color: #ffffff;
  172. }
  173. .ant-picker-suffix {
  174. color: #ffffff;
  175. }
  176. }
  177. }
  178. }
  179. body .formDropDown :global {
  180. .ant-picker-range-arrow::after {
  181. background: #2f4d83;
  182. }
  183. .ant-picker-panel-container {
  184. background: #2f4d83;
  185. }
  186. .ant-picker-header {
  187. color: #ffffff;
  188. }
  189. table {
  190. background-color: #2f4d83;
  191. }
  192. .ant-picker-content th {
  193. color: white;
  194. }
  195. .ant-picker-cell {
  196. color: white;
  197. }
  198. }
  199. .tableSelect {
  200. background: rgba(145, 192, 238, 0.16) !important;
  201. }
  202. .tabContent {
  203. :global {
  204. .ant-table-tbody > tr:nth-child(even) {
  205. background: inherit;
  206. }
  207. }
  208. }