style.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .appContent {
  2. /*text-align: center*/
  3. }
  4. .systemconfig_tab_area .el-tabs__item{
  5. font-size: 16px;
  6. font-weight: bold;
  7. }
  8. :root{
  9. --el-border-radius-base: 20px!important;
  10. }
  11. @font-face {
  12. font-family: 'o2SystemConfig';
  13. src:
  14. url('../x_component_systemconfig/$Main/default/fonts/o2SystemConfig.ttf?tjx91t') format('truetype'),
  15. url('../x_component_systemconfig/$Main/default/fonts/o2SystemConfig.woff?tjx91t') format('woff'),
  16. url('../x_component_systemconfig/$Main/default/fonts/o2SystemConfig.svg?tjx91t#o2SystemConfig') format('svg');
  17. font-weight: normal;
  18. font-style: normal;
  19. font-display: block;
  20. }
  21. [class^="o2icon-"], [class*=" o2icon-"] {
  22. /* use !important to prevent issues with browser extensions that change fonts */
  23. font-family: 'o2SystemConfig' !important;
  24. speak: never;
  25. font-style: normal;
  26. font-weight: normal;
  27. font-variant: normal;
  28. text-transform: none;
  29. line-height: 1;
  30. /* Better Font Rendering =========== */
  31. -webkit-font-smoothing: antialiased;
  32. -moz-osx-font-smoothing: grayscale;
  33. }
  34. .o2icon-disable:before {
  35. content: "\e926";
  36. }
  37. .o2icon-enable:before {
  38. content: "\e927";
  39. }
  40. .o2icon-key:before {
  41. content: "\e928";
  42. }
  43. .o2icon-timer:before {
  44. content: "\e92d";
  45. }
  46. .o2icon-lock:before {
  47. content: "\e92b";
  48. }
  49. .o2icon-plus:before {
  50. content: "\e92a";
  51. }
  52. .o2icon-del:before {
  53. content: "\e929";
  54. }
  55. .o2icon-user:before {
  56. content: "\e92c";
  57. }
  58. .o2icon-close:before {
  59. content: "\e925";
  60. }
  61. .o2icon-wechat:before {
  62. content: "\e900";
  63. }
  64. .o2icon-sms:before {
  65. content: "\e901";
  66. }
  67. .o2icon-signin:before {
  68. content: "\e902";
  69. }
  70. .o2icon-dump:before {
  71. content: "\e903";
  72. }
  73. .o2icon-push:before {
  74. content: "\e904";
  75. }
  76. .o2icon-org:before {
  77. content: "\e905";
  78. }
  79. .o2icon-center:before {
  80. content: "\e906";
  81. }
  82. .o2icon-tools:before {
  83. content: "\e907";
  84. }
  85. .o2icon-mail:before {
  86. content: "\e908";
  87. }
  88. .o2icon-pct75:before {
  89. content: "\e909";
  90. }
  91. .o2icon-flow:before {
  92. content: "\e90a";
  93. }
  94. .o2icon-connect:before {
  95. content: "\e90b";
  96. }
  97. .o2icon-mq:before {
  98. content: "\e90c";
  99. }
  100. .o2icon-cache:before {
  101. content: "\e90d";
  102. }
  103. .o2icon-dingding:before {
  104. content: "\e90e";
  105. }
  106. .o2icon-web:before {
  107. content: "\e90f";
  108. }
  109. .o2icon-servers:before {
  110. content: "\e910";
  111. }
  112. .o2icon-security:before {
  113. content: "\e911";
  114. }
  115. .o2icon-process:before {
  116. content: "\e912";
  117. }
  118. .o2icon-mobile:before {
  119. content: "\e913";
  120. }
  121. .o2icon-message:before {
  122. content: "\e914";
  123. }
  124. .o2icon-database:before {
  125. content: "\e915";
  126. }
  127. .o2icon-config:before {
  128. content: "\e916";
  129. }
  130. .o2icon-cloud:before {
  131. content: "\e917";
  132. }
  133. .o2icon-right:before {
  134. content: "\e918";
  135. }
  136. .o2icon-down:before {
  137. content: "\e919";
  138. }
  139. .o2icon-forward:before {
  140. content: "\e91a";
  141. }
  142. .o2icon-webres:before {
  143. content: "\e91b";
  144. }
  145. .o2icon-ui:before {
  146. content: "\e91c";
  147. }
  148. .o2icon-service:before {
  149. content: "\e91d";
  150. }
  151. .o2icon-component:before {
  152. content: "\e91e";
  153. }
  154. .o2icon-password:before {
  155. content: "\e91f";
  156. }
  157. .o2icon-icon:before {
  158. content: "\e920";
  159. }
  160. .o2icon-search:before {
  161. content: "\e921";
  162. }
  163. .o2icon-log:before {
  164. content: "\e922";
  165. }
  166. .o2icon-deploy:before {
  167. content: "\e923";
  168. }
  169. .o2icon-apps:before {
  170. content: "\e924";
  171. }
  172. .o2icon-download:before {
  173. content: "\e95e";
  174. }
  175. .o2icon-upload:before {
  176. content: "\e961";
  177. }
  178. .o2icon-sso:before {
  179. content: "\f2ba";
  180. }
  181. .o2icon-play:before {
  182. content: "\ea15";
  183. }
  184. .o2icon-stop:before {
  185. content: "\ea17";
  186. }