清零及移动端的特点添加一些基础样式

html { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }

body { margin: 0; font-size: 1.4rem; line-height: 1.5; color: #333333; background-color: white; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } svg:not(:root) { overflow: hidden; }

a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #0088cc; }

a:active { outline: 0; }

a:active { color: #006699; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; } sub { bottom: -0.25em; }

img { border: 0; vertical-align: middle; }

hr { -moz-box-sizing: content-box; box-sizing: content-box;height:0;}

pre { overflow: auto;white-space: pre;white-space: pre-wrap;word-wrap: break-word;}

code, kbd, pre, samp { font-family: monospace, monospace;font-size:1em;}

button, input, optgroup, select, textarea { color: inherit;font: inherit;margin:0;}

button { overflow: visible;}

button, select { text-transform: none;}

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button;cursor: pointer;}button[disabled], html input[disabled] { cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner { border:0;padding:0;}input { line-height: normal;}input[type="checkbox"], input[type="radio"] { box-sizing: border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}input[type="search"] { -webkit-appearance: textfield;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}fieldset { border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend { border:0;padding:0;}textarea { overflow: auto;resize: vertical;}optgroup { font-weight: bold;}table { border-collapse: collapse;border-spacing:0;}td, th { padding:0;}html, button, input, select, textarea { font-family:"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin:0;}ul, ol, li, dl, dd { margin:0;padding:0;}ul, ol { list-style: none outside none;}h1, h2, h3 { line-height:2;font-weight: normal;}h1 { font-size:1.8rem;}h2 { font-size:1.6rem;}h3 { font-size:1.4rem;}input::-moz-placeholder, textarea::-moz-placeholder { color:#cccccc;}input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#cccccc;}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#cccccc;} * { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

时间: 2024-11-10 10:50:35

清零及移动端的特点添加一些基础样式的相关文章

(网管工作日志)Canon 清零

公司打印机canon ip 1980最近一直在报错:废墨盒已满,本来想找到这个废墨盒清理一下,可找了半天还是不确定找到的对不对..可打印机不能不用,所以就按网上说的方法将打印机清零,效果不错. 方法: 1.在打印时提示废墨盒已满时,将打印机电源拔掉,然后按多次电源开关,将电放完为止: 2.按住电源开关不放,并同时接上电源线,5秒过后(反正我是5秒左右,也可以按久些),松开电源开关,这时会出现一个打印机副本: 3.运行清零软件.打印机为ip1980.清零软件链接http://down.51cto.

使用CSS清零

使用 CSS 清零(CSS Reset)可以实现跨浏览器兼容. CSS 清零可以消除不同浏览器对 margin,padding 这些属性的默认表现,可以更容易控制诸如对齐,间隙等等问题. 使用 Eric Meyer's CSS 清零代码.代码如下: 1 /* http://meyerweb.com/eric/tools/css/reset/ 2 v2.0 | 20110126 3 License: none (public domain) 4 */ 5 6 html, body, div, sp

常见位操作:获取,设置,清零

1 /*常见位操作:获取,设置,清零 2 * 3 * */ 4 public class BitGet { 5 /* 6 * 该函数实现获取功能 7 * 先将1左移动i位,左移动0位变成了00000001, 8 * 然后再和Num十进制12转化为二进制00001100进行&运算, 9 * 00000001 如果是左移动两位就为 00000100 10 * 00001100 00001100 11 * -------- -------- 12 * 00000000 00000100 13 * 从而

现场DCS仪表清零后报表每小时用量的SQL处理方法(列转行)

最近我在做项目的时候,在现场碰到客户煤气仪表每天累积量达到几百万,一个月累计下来表的度数就要超出仪表的上限,所以客户每个月25号必须进行一次清零.这样仪表的度数就重新从零开始计算.在统计每小时煤气产量的时候,现场如果是手工抄数就不要紧,只需要做一下简单的公式计算即可 [产量]=[清零时表的读数]-[上个整点读数]+[当前点清零后的读数]即可.但是对于一个软件系统来说,没有人的大脑进行干预可就没有那么简单,他需要知道仪表是否清零,得知道什么时候清的零,还需要知道清零时候的读数.知道这三点才能提供软

各种投影灯泡的清零方法!

刚开学,学校的多媒体坏了很多,除了新安装的12套,其余的基本都 有问题. 连续2个星期,基本都 在维修多媒体中,很忙,很累. 好在是,新招入的小徐同学,还 是很给力的,够勤快,脑子也很灵光,是个好苗子. 这两天,接连遇到几次要给投影机清零 的问题. 于是收集整理了一下各种投影机清零的方法. ******************************** sharp DLP投影机的清零 待机状态时同时按"right"+"down"+"enter"

SQL 自增列清零方法

SQL Identity自增列清零方法1.使用DBCC控制台命令: dbcc checkident(表名,RESEED,0) 2.truncate table 也可将当前标识值清零 但当有外键等约束时,无法truncate表 可以先禁用外键约束来truncate表: --禁用外键约束 exec sp_msforeachtable 'alter table ? nocheck constraint all' --清空数据 truncate table 表名 --启用外键约束 exec sp_msf

转载:2410中断中SRCPND和INTPND清零的疑问

2410中断中SRCPND和INTPND清零的疑问SRCPND是中断源引脚寄存器,某个位被置1表示相应的中断被触发,但我们知道在同一时刻内系统可以触发若干个中断,只要中断被触发了,SRCPND的相应位便被置1,也就是说SRCPND在同一时刻可以有若干位同时被置1,然而INTPND则不同,他在某一时刻只能有1个位被置1,INTPND 某个位被置1(该位对应的中断在所有已触发的中断里具有最高优先级且该中断没有被屏蔽),则表示CPU即将或已经在对该位相应的中断进行处理,于是我们可以有一个总结:SRCP

mysql设置自增id清零 auto_increment

清空表数据之后,如何让自增id清零,即从0开始计数呢 ALTER TABLE TABLE_NAME AUTO_INCREMENT = 0; 想让id从1开始,就让 AUTO_INCREMENT = 1 就行了.

mysql数据库表自增ID批量清零 AUTO_INCREMENT = 0

mysql数据库表自增ID批量清零 AUTO_INCREMENT = 0 #将数据库表自增ID批量清零 SELECT CONCAT( 'ALTER TABLE ', TABLE_NAME, ' AUTO_INCREMENT = 0;' ) FROM information_schema.tables WHERE table_schema = 'DBNAME' LIMIT 0 , 10000;