h5 默认为移动端页面_移动端页面默认样式重置

这篇博客主要讨论了如何针对移动端页面进行默认样式的重置,包括设置html的基本样式,清除元素内外边距,统一字体大小,处理表格、图片、链接等元素的样式,以及优化交互体验如去除点击高亮。这有助于提高移动端页面的视觉一致性与用户体验。
摘要由CSDN通过智能技术生成

@charset "utf-8";

html {

color:#000;

background:#fff;

overflow-y:scroll;

-webkit-text-size-adjust:100%;

-ms-text-size-adjust:100%

}

html * {

outline:0;

-webkit-text-size-adjust:none;

-webkit-tap-highlight-color:rgba(0,0,0,0)

}

html,body {

font-family:sans-serif

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {

margin:0;

padding:0

}

input,select,textarea {

font-size:100%

}

table {

border-collapse:collapse;

border-spacing:0

}

fieldset,img {

border:0

}

abbr,acronym {

border:0;

font-variant:normal

}

del {

text-decoration:line-through

}

address,caption,cite,code,dfn,em,th,var {

font-style:normal;

font-weight:500

}

ol,ul {

list-style:none

}

caption,th {

text-align:left

}

h1,h2,h3,h4,h5,h6 {

font-size:100%;

font-weight:500

}

q:before,q:after {

content:''

}

sub,sup {

font-size:75%;

line-height:0;

position:relative;

vertical-align:baseline

}

sup {

top:-.5em

}

sub {

bottom:-.25em

}

a:hover {

text-decoration:underline

}

ins,a {

text-decoration:none

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值