| | |
| | | @import 'color.less'; |
| | | @import 'transition/index.less'; |
| | | @import 'var/index.less'; |
| | | @import 'public.less'; |
| | | @import 'ant/index.less'; |
| | | @import './theme.less'; |
| | | @import './entry.css'; |
| | | @import 'theme.less'; |
| | | @import 'entry.css'; |
| | | |
| | | input:-webkit-autofill { |
| | | box-shadow: 0 0 0 1000px white inset !important; |
| | | box-shadow: 0 0 0 1000px transparent inset; |
| | | -webkit-text-fill-color: @text-color-base; |
| | | } |
| | | |
| | | :-webkit-autofill { |
| | |
| | | |
| | | html, |
| | | body { |
| | | position: relative; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: visible; |
| | | overflow-x: hidden; |
| | | overflow: hidden; |
| | | |
| | | &.color-weak { |
| | | filter: invert(80%); |
| | |
| | | span { |
| | | outline: none; |
| | | } |
| | | |
| | | // 保持 和 windi 一样的全局样式,减少升级带来的影响 |
| | | ul { |
| | | margin: 0; |
| | | padding: 0; |
| | | list-style: none; |
| | | } |