create-iking-admin
Version:
金合技术中台脚手架
87 lines (72 loc) • 1.43 kB
text/less
@import 'transition/index.less';
@import 'var/index.less';
@import 'public.less';
@import './ant/index.less';
@import './theme.less';
@import './color.less';
@import './image.less';
@import '@/global/assets/icons/default-icons/iconfont.css';
@import '@/microApp/styles/index.less';
input:-webkit-autofill {
box-shadow: 0 0 0 1000px white inset ;
}
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s ;
}
html {
overflow: hidden;
text-size-adjust: 100%;
}
html,
body {
width: 100%;
height: 100%;
overflow: visible ;
overflow-x: hidden ;
&.color-weak {
filter: invert(80%);
}
&.gray-mode {
filter: grayscale(100%);
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
margin-bottom: 0;
}
}
a:focus,
a:active,
button,
div,
svg,
span {
outline: none;
}
.sortable-ghost {
color: #fff ;
background: @button-primary-color ;
opacity: 0.8;
}
.ant-message {
z-index: 9999 ;
}
.ant-pagination{
text-align: right;
}
.loop-col(@n) when ((@n / 10) < 24) {
.ant-col-offset--@{n} {
margin-left: (@n /10 * 100% / 24);
}
.loop-col(@n + 10);
}
.loop-col(5);
// .ant-col-offset--5{
// margin-left: 2.00004%;
// }