app.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. /* latin-ext */
  2. @font-face {
  3. font-family: 'Raleway';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local("Raleway Light"), local("Raleway-Light"), url(/fonts/sass/fonts/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2?465e6096) format("woff2");
  7. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. /* latin */
  10. @font-face {
  11. font-family: 'Raleway';
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local("Raleway Light"), local("Raleway-Light"), url(/fonts/sass/fonts/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2?72ee9e8a) format("woff2");
  15. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19. font-family: 'Raleway';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: local("Raleway"), local("Raleway-Regular"), url(/fonts/sass/fonts/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2?74ca170a) format("woff2");
  23. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  24. }
  25. /* latin */
  26. @font-face {
  27. font-family: 'Raleway';
  28. font-style: normal;
  29. font-weight: 400;
  30. src: local("Raleway"), local("Raleway-Regular"), url(/fonts/sass/fonts/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2?3988f246) format("woff2");
  31. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  32. }
  33. /* latin-ext */
  34. @font-face {
  35. font-family: 'Raleway';
  36. font-style: normal;
  37. font-weight: 600;
  38. src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(/fonts/sass/fonts/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2?76cfb67b) format("woff2");
  39. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  40. }
  41. /* latin */
  42. @font-face {
  43. font-family: 'Raleway';
  44. font-style: normal;
  45. font-weight: 600;
  46. src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(/fonts/sass/fonts/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2?066e7051) format("woff2");
  47. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  48. }
  49. /* zenicon */
  50. @font-face {
  51. font-family: zenicon;
  52. src: url(/fonts/sass/fonts/zenicon.woff2?54321b87) format("woff2");
  53. }
  54. .ft.icon {
  55. font-family: zenicon;
  56. line-height: 1;
  57. letter-spacing: normal;
  58. text-transform: none;
  59. white-space: nowrap;
  60. word-wrap: normal;
  61. text-rendering: auto;
  62. -webkit-transform: scale(1.2);
  63. transform: scale(1.2);
  64. -webkit-transform-origin: 50% 0;
  65. transform-origin: 50% 0;
  66. -webkit-font-smoothing: antialiased;
  67. -moz-osx-font-smoothing: grayscale;
  68. speak: none;
  69. direction: ltr;
  70. -webkit-font-feature-settings: "liga";
  71. padding-left: 1px;
  72. }
  73. .ft + .el-el-button,
  74. .ft + .ft,
  75. .ft + .z-confirm,
  76. .ft + .z-execute,
  77. .ft + .z-link,
  78. .ft + a {
  79. margin-left: .6rem;
  80. }
  81. .ft.l12 {
  82. margin-left: 12px;
  83. }
  84. .ft.r12 {
  85. margin-right: 12px;
  86. }
  87. .ft.hover {
  88. cursor: pointer;
  89. }
  90. .ft.hover:hover {
  91. color: #0285d7;
  92. }
  93. .ft.dark {
  94. color: #0d0d0d;
  95. }
  96. .ft.gray {
  97. color: #666;
  98. }
  99. .ft.yellow {
  100. color: #f90;
  101. }
  102. .ft.red {
  103. color: #ed3f14;
  104. }
  105. .ft.green {
  106. color: #19be6b;
  107. }
  108. .ft.blue {
  109. color: #2d8cf0;
  110. }
  111. .ft.center {
  112. text-align: center;
  113. }
  114. .ft.right {
  115. text-align: right;
  116. }
  117. .ft.bold {
  118. font-weight: 700;
  119. }
  120. .ft.underline {
  121. text-decoration: underline;
  122. }
  123. .ft.through {
  124. text-decoration: line-through;
  125. }
  126. .ft.italic {
  127. font-style: italic;
  128. }
  129. .ft.cursor {
  130. cursor: pointer;
  131. }
  132. .ft.h1 {
  133. font-size: 1.3rem;
  134. }
  135. .ft.h2 {
  136. font-size: 1.2rem;
  137. }
  138. .ft.h3 {
  139. font-size: 1.1rem;
  140. }
  141. .ft.h4 {
  142. font-size: .9rem;
  143. }
  144. .ft.h5 {
  145. font-size: .8rem;
  146. }
  147. .app-view-loading {
  148. position: fixed;
  149. top: 0;
  150. left: 0;
  151. right: 0;
  152. bottom: 0;
  153. z-index: 99999;
  154. background-color: rgba(255, 255, 255, 0.7);
  155. display: -webkit-box;
  156. display: -ms-flexbox;
  157. display: flex;
  158. -webkit-box-align: center;
  159. -ms-flex-align: center;
  160. align-items: center;
  161. -webkit-box-pack: center;
  162. -ms-flex-pack: center;
  163. justify-content: center;
  164. }
  165. .app-view-loading > div {
  166. text-align: center;
  167. }
  168. .app-view-loading > div > div {
  169. color: #ccc;
  170. margin: 0;
  171. font: 11px verdana;
  172. line-height: 16px;
  173. text-transform: uppercase;
  174. letter-spacing: 1px;
  175. }
  176. .app-view-loading > div > span {
  177. display: inline-block;
  178. vertical-align: middle;
  179. width: 8px;
  180. height: 8px;
  181. margin: 2px;
  182. background: #007DB6;
  183. border-radius: 8px;
  184. -webkit-animation: app-view-loadanim 1s infinite alternate;
  185. animation: app-view-loadanim 1s infinite alternate;
  186. }
  187. .app-view-loading > div > span:nth-of-type(2) {
  188. background: #008FB2;
  189. -webkit-animation-delay: 0.2s;
  190. animation-delay: 0.2s;
  191. }
  192. .app-view-loading > div > span:nth-of-type(3) {
  193. background: #009B9E;
  194. -webkit-animation-delay: 0.4s;
  195. animation-delay: 0.4s;
  196. }
  197. .app-view-loading > div > span:nth-of-type(4) {
  198. background: #00A77D;
  199. -webkit-animation-delay: 0.6s;
  200. animation-delay: 0.6s;
  201. }
  202. .app-view-loading > div > span:nth-of-type(5) {
  203. background: #00B247;
  204. -webkit-animation-delay: 0.8s;
  205. animation-delay: 0.8s;
  206. }
  207. .app-view-loading > div > span:nth-of-type(6) {
  208. background: #5AB027;
  209. -webkit-animation-delay: 1.0s;
  210. animation-delay: 1.0s;
  211. }
  212. .app-view-loading > div > span:nth-of-type(7) {
  213. background: #A0B61E;
  214. -webkit-animation-delay: 1.2s;
  215. animation-delay: 1.2s;
  216. }
  217. @-webkit-keyframes app-view-loadanim {
  218. 0% {
  219. opacity: 0;
  220. }
  221. 100% {
  222. opacity: 1;
  223. }
  224. }
  225. @keyframes app-view-loadanim {
  226. 0% {
  227. opacity: 0;
  228. }
  229. 100% {
  230. opacity: 1;
  231. }
  232. }
  233. body {
  234. font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  235. color: #333;
  236. font-size: 14px;
  237. margin: 0;
  238. padding: 0;
  239. -webkit-font-smoothing: antialiased;
  240. }
  241. div,
  242. span {
  243. outline: 0;
  244. }
  245. em,
  246. i {
  247. font-style: normal;
  248. }
  249. dd,
  250. dl,
  251. dt,
  252. li,
  253. ol,
  254. ul {
  255. margin: 0;
  256. padding: 0;
  257. list-style: none;
  258. }