@import "./bootstrap.css"; @import "./sub.less"; @import "./variable.less"; @import "./layout.less"; @import "./media.less"; html { font-size: 16px; @media screen and (min-width: 0px) and (max-width: 1700px) { font-size: 14px; } } ::selection { background-color: #e7f6ef; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #c4c4c4; } ::-webkit-scrollbar-thumb:hover { background: #7c7c7c; }