最全的页面初始化样式
程序员文章站
2022-04-01 23:27:28
复制即可使用,页面开发必备 ......
复制即可使用,页面开发必备
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; } body { background: #fff; color: #555; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; } td, th, caption { font-size: 14px; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; } address, caption, cite, code, dfn, em, strong, th, i, b, strong { font-style: normal; font-weight: normal; } a { color: #555; text-decoration: none; } a:hover { text-decoration: underline; } img { border: none; vertical-align: middle; } ol, ul, li { list-style: none; } input, textarea, select, button { font: 14px Verdana, Helvetica, Arial, sans-serif; } table { border-collapse: collapse; border-spacing: 0; } html { overflow-y: scroll; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { *zoom: 1; }
上一篇: 搅局者BCC不是比特币 业内提醒投资风险
推荐阅读
-
jquery mobile页面跳转后样式丢失js失效的解决方法教程
-
用Jquery.load载入页面后样式没了页面混乱的解决方法
-
jsp页面中插入css样式的三种方法总结
-
Vue.js-04:第四章 - 页面元素样式的设定
-
解析从 Vue 初始化到首次渲染生成 DOM 以及从 Vue 数据修改到页面更新 DOM 的流程
-
最全的页面初始化样式
-
LiveGBS无插件播放页面的集成----单独的播放器样式
-
小程序项目别的页面初始化拿到的值为两种状态(已解决)
-
小强的HTML5移动开发之路(50)——jquerymobile页面初始化过程
-
使用 jQuery 基本选择器获取页面元素,然后利用 jQuery 对象的 css() 方法动态设置 <span> 和 <a> 标签的样式