CET-vue-3.0/src/design/index.less

49 lines
830 B
Plaintext
Raw Normal View History

2021-10-20 14:32:09 +08:00
@import 'transition/index.less';
@import 'var/index.less';
@import 'public.less';
@import 'ant/index.less';
@import './theme.less';
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s !important;
}
html {
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
html,
body {
width: 100%;
height: 100%;
&.color-weak {
filter: invert(80%);
}
&.gray-mode {
filter: grayscale(100%);
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
}
2022-03-10 09:47:29 +08:00
/* 【LOWCOD-2300】【vue3】online--online表单开发下拉框位置靠下时点开下拉框整屏跳 */
body {
overflow: visible;
overflow-x: hidden;
}
2021-10-20 14:32:09 +08:00
a:focus,
a:active,
button,
div,
svg,
span {
outline: none !important;
}