UNPKG

yl-bud

Version:

一览科技前端开发工具

86 lines (74 loc) 1.78 kB
@import "./variable"; @import "./iconfont"; html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, del, dfn, em, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary { -webkit-tap-highlight-color: transparent; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; //屏蔽 长按选择 -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html, body { height: 100%; width: 100%; } body { -webkit-font-smoothing: antialiased; padding: 0; margin: 0; font: 16px/1.2 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif; color: #333; } h1, h2, h3, h4, h5 { padding: 0; margin: 0; font-weight: normal; } ul, ol, li { list-style-type: none; } table { border-collapse: collapse; border-spacing: 0; } img { display: inline-block; -webkit-touch-callout: none; } a { text-decoration: none; -webkit-tap-highlight-color: transparent; } button { border: none; } input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], button { padding: 0; outline: none; border-radius: 0; border:none; } //蕾丝边分割线 .lace-stripe() { height: 13/@rem; background: url(@bg-lace) repeat-x left top; -webkit-background-size: 24/@rem 13/@rem; background-size: 24/@rem 13/@rem; }