首页 > 代码库 > 我自己的style
我自己的style
/**DATE:TimeAUTHOR:ZoeTEAM:壹网科技INTRO:cssName**/@charset "utf-8";/*通用公共样式 开始*//* 清除内外边距 */body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre, fieldset, lengend, button, input, textarea,th, td { margin: 0; padding: 0;}/* 设置默认字体 */body,button, input, select, textarea { font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; }h1 { font-size: 18px; }h2 { font-size: 16px; }h3 { font-size: 14px; }h4, h5, h6 { font-size: 100%; }address, cite, dfn, em, var { font-style: normal; }code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } small { font-size: 12px; } /* 重置列表元素 */ul, ol { list-style: none; }/* 重置文本格式元素 */a { text-decoration: none; }a:hover { text-decoration: underline; }abbr[title], acronym[title] { border-bottom: 1px dotted; cursor: help;}q:before, q:after { content: ‘‘; }/* 重置表单元素 */legend { color: #000; }fieldset, img { border: none; } button, input, select, textarea { font-size: 100%; }/* 重置表格元素 */table { border-collapse: collapse; border-spacing: 0;}/* 重置 hr */hr { border: none; height: 1px;}/* 让非ie浏览器默认也显示垂直滚动条,防止因滚动条引起的闪烁 */html { overflow-y: scroll; }
我自己的style
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。