时间:2023-05-31 06:39:02 | 来源:网站运营
时间:2023-05-31 06:39:02 来源:网站运营
第五篇:移动端开发:<meta name="viewport" content="width=device-width, user-scalable=no, inital-scale=1.0, maximum-scale=1.0,minmum-scale=1.0">
body{ box-sizing: border-box; /* 盒子模型 */ -webkit-box-sizing: border-box; /* 清除高亮 */ -webkit-tab-highlight-color:transparent; /* 处理ios输入框和按钮自定义样式 */ -webkit-appearance: none; } img,a{ /* 禁用长按页面时弹出菜单 */ -webkit-touch-callout: none; }
body { margin: 0 auto; min-width: 320px; max-width: 540px; background-color: #fff; font-size: 14px; font-family: -apple-system, 'Helvetica Neue', sans-serif; line-height: 1.5; color: #666; }
关键词:移动