2020-12-29 23:37:40 +08:00
|
|
|
@import 'transition/index.less';
|
2020-09-28 20:19:10 +08:00
|
|
|
@import 'var/index.less';
|
|
|
|
|
@import 'public.less';
|
|
|
|
|
@import 'ant/index.less';
|
|
|
|
|
|
2020-11-17 17:02:42 +08:00
|
|
|
input:-webkit-autofill {
|
|
|
|
|
-webkit-box-shadow: 0 0 0 1000px white inset !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:-webkit-autofill {
|
|
|
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-15 00:13:23 +08:00
|
|
|
html {
|
|
|
|
|
overflow: hidden;
|
2021-02-05 22:13:19 +08:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2020-12-15 00:13:23 +08:00
|
|
|
}
|
|
|
|
|
|
2020-09-28 20:19:10 +08:00
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2020-12-31 21:44:11 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
|
overflow-x: hidden !important;
|
2020-09-28 20:19:10 +08:00
|
|
|
|
|
|
|
|
&.color-weak {
|
|
|
|
|
filter: invert(80%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.gray-mode {
|
|
|
|
|
filter: grayscale(100%);
|
|
|
|
|
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-05 22:13:19 +08:00
|
|
|
a:focus,
|
2021-02-20 00:08:22 +08:00
|
|
|
a:active,
|
|
|
|
|
button,
|
|
|
|
|
div,
|
2021-03-09 23:03:32 +08:00
|
|
|
svg,
|
2021-02-20 00:08:22 +08:00
|
|
|
span {
|
|
|
|
|
outline: none !important;
|
2021-02-05 22:13:19 +08:00
|
|
|
}
|