@charset "UTF-8"; /** * 浏览器样式重置 */ @font-face { font-family: SiYuanHeiTi; } * { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; font-style: normal; vertical-align: baseline; } *, ::after, ::before { box-sizing: border-box; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-highlight: none; touch-action: manipulation; user-select: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } [hidden] { display: none; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* 允许选择 */ input, textarea { user-select: text; } /* 重置文本格式元素 */ a, a:hover { text-decoration: none; } /* img 搭车:让链接里的 img 无边框 */ fieldset, img { border: none; } img { width: 100%; } html, body { width: 100%; height: 100%; color: #bbb; font: 14px/1.6 SiYuanHeiTi, -apple-system, Helvetica Neue, Roboto, Microsoft Yahei, sans-serif; word-wrap: break-word; text-rendering: optimizeLegibility; text-size-adjust: none; -webkit-font-smoothing: antialiased; } .layui-layout-admin .layui-body { bottom: 0px; } .skin-class { background-color: #000000; } .skin-class .layui-layer-title { background-color: #000000; border-radius: 0; border-bottom: 1px solid #242f3b; color: #fff; font-size: 16px; } .skin-class .layui-layer-content { background-color: #000000; } .skin-class .layui-layer-btn { background-color: #000000; text-align: center; } .skin-class .layui-layer-btn .layui-layer-btn1 { border: 1px solid #242f3b; background-color: transparent; color: #fff; } /*# sourceMappingURL=reset.css.map */