# 快速导航

# PC 端重置样式

点击即可查看代码
@charset 'UTF-8';
/**
 * 
 * @authors suibichuanji (itclancode@163.com)
 * @wechatPublic: itclanCoder
 * @version $Id$
 * @description pc端重置样式表
 */
html {
  font: 14px/1.5 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
}
li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;

  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;

  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  line-height: normal;

  margin: 0;

  color: inherit;
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;

  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;

  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/* 清除input[type=number]的默认样式 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  height: auto;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
}

/*去除input默认填充的背景颜色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222

# 移动端重置样式

点击即可查看代码
@charset "UTF-8";
/**
 * 
 * @authors suibichuanji (itclancode@163.com)
 * @wechatPublic: itclanCoder
 * @description app移动端重置样式表
 */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
strong,
b {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  vertical-align: middle;

  border: 0;
}
input,
select {
  font-family: arial, '\5FAE\8F6F\96C5\9ED1', sans-serif;
  font-size: 100%;
  line-height: 150%;

  vertical-align: middle;

  -webkit-appearance: none;
  border: none;
  -webkit-appearance: none; /*解决ios上按钮的圆角问题*/
  border-radius: 0; /*解决ios上输入框圆角问题*/
  outline: medium; /*去掉鼠标点击的默认黄色边框*/
  background-color: transparent;
}
a {
  text-decoration: none;

  outline: none;
  background-color: transparent;

  hide-focus: expression(this.hideFocus=true); /*兼容IE写法*/
  -webkit-tap-highlight-color: transparent; /* 在IOS下 点击链接通过js定义的可点击元素的时候,它就会出现一个半透明的灰色背景
如果不要,就transparent*/
  /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0);也可以写成这样,清除移动端 a 标签等点击区域变色 */
}

body {
  font: 14px/1.5 arial, '\5FAE\8F6F\96C5\9ED1', sans-serif, Tahoma, Microsoft
      YaHei, Apple LiGothic medium, Helvetica, Arial, PingFangSC-Regular, '\5b8b\4f53';

  -webkit-text-size-adjust: none; /* 想让网页字体小于12px而不等于12px的需求,那么就可以禁止浏览器文字大小调整功能 none
因为有些英文是需要小于12px的*/
  -ms-text-size-adjust: none;
  -webkit-overflow-scrolling: touch; /*避免ios滑动滚动条卡顿,允许独立的滚动区域和触摸回弹,使用具有回弹效果的滚动, 当手指从触摸屏上移开,内容会继续保持一段时间的滚动效果。继续滚动的速度和持续的时间和滚动手势的强烈程度成正比*/
}
::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track-piece {
  display: none;
}

::-webkit-scrollbar-thumb:vertical {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
       文字大小/行高 文字类型
font:14px/1.5 arial
    14的1.5倍
*/
/*
    outline:none; 轮廓
    hide-focus:expression(this.hideFocus=true); 兼容 针对于IE的写法 效果跟上面一样
*/
/*
-webkit-text-size-adjust:none;
想让网页字体小于12px而不等于12px的需求,那么就可以禁止浏览器文字大小调整功能 none
因为有些英文是需要小于12px的
*/

/*
-webkit-tap-highlight-color:transparent;
在IOS下 点击链接通过js定义的可点击元素的时候,它就会出现一个半透明的灰色背景
如果不要,就transparent
如果要或想设置其他颜色,-webkit-tap-highlight-color: red | green
*/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
白色

关注公众号

一个走心,有温度的号,同千万同行一起交流学习

加作者微信

扫二维码 备注 【加群】

扫码易购

福利推荐