前端调试开发软件 web前端开发招聘昆明 前端技术开发术语
pc端,取决于自己需要的一些东西
代码片段 1
@charset “utf-8”;
/*———– 重置样式 —————-*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
margin: 0;
padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th {
font-weight: normal;
}
html,
body,
fieldset,
iframe,
abbr {
border: 0;
}
i,
cite,
em,
var,
address,
dfn {
font-style: normal;
}
[hidefocus],
summary {
outline: 0;
}
ul,
ol,
ul li,
li,
ol li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
font-size: 100%;
}
sup,
sub {
font-size: 83%;
}
pre,
code,
kbd,
samp {
font-family: inherit;
}
q:before,
q:after {
content: none;
}
textarea {
overflow: auto;
resize: none;
}
label,
summary {
cursor: default;
}
a,
button {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
font-weight: bold;
}
ins,
u,
s,
a,
a:hover {
text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
font-family: ‘Microsoft YaHei’, faef6fc5ed1, arial, b8bf53;
font-size: 12px;
color: #444;
outline: 0;
}
body {
background: #fff;
color: #444;
}
a {
color: #444;
border: none;
text-decoration: none;
outline: none; /*移除虚线框 IE8,FF有用*/
hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/
}
a:focus {
outline: 0;
-moz-outline-style: none;
}
a:hover {
text-decoration: underline;
}
img {
overflow: hidden;
border: 0 none;
}
button,
input,
select,
textarea {
font-size: 100%;
font-family: tahoma;
margin: 0;
outline: 0 none;
vertical-align: baseline;
_overflow: visible;
*vertical-align: middle;
*overflow: visible;
}
/* ================ 全局function ============ */
.f_fl {
float: left;
}
.f_fr {
float: right;
}
.f_ib {
display: inline-block;
*display: inline;
*zoom: 1;
}
.f_oh {
overflow: hidden;
zoom: 1;
} /* 清除浮动*/
.clearfix {
clear: both;
zoom: 1;
} /*清除浮动*/
.clearfix:after {
clear: both;
display: block;
height: 0;
font-size: 0;
content: ‘.’;
visibility: hidden;
}
/*font function*/
.f_ffa {
font-family: ‘SimSun’;
} /*标记宋体*/
.f_ffy {
font-family: ‘Microsoft YaHei’, faef6fc5ed1, arial, b8bf53;
} /*标记微软雅黑字体*/
.f_fs12 {
font-size: 12px;
}
.f_fs14 {
font-size: 14px;
}
.f_lh18 {
line-height: 18px;
}
.f_lh20 {
line-height: 20px;
}
.f_lh22 {
line-height: 22px;
}
.f_lh24 {
line-height: 24px;
}
.f_lh30 {
line-height: 30px;
}
.f_fwn {
font-weight: normal;
} /*正常体*/
.f_fwb {
font-weight: bold;
} /*粗体*/
.f_lhn {
line-height: normal;
}
.f_csp {
cursor: pointer;
}
.f_mt10 {
margin-top: 10px;
}
.f_mt20 {
margin-top: 20px;
}
.f_mt25 {
margin-top: 25px;
}
.f_mt30 {
margin-top: 30px;
}
.f_mt40 {
margin-top: 40px;
}
.f_mt50 {
margin-top: 50px;
}
.f_mt60 {
margin-top: 60px;
}
.f_ml5 {
margin-left: 5px;
}
.f_ml20 {
margin-left: 20px;
}
.f_ml50 {
margin-left: 50px;
}
.f_ml60 {
margin-left: 60px;
}
.f_ml70 {
margin-left: 10px;
}
.f_mr20 {
margin-right: 20px;
}
.f_mr50 {
margin-right: 50px;
}
.f_pt10 {
padding-top: 10px;
}
.f_pt20 {
padding-top: 20px;
}
.f_pt30 {
padding-top: 30px;
}
.f_pb10 {
padding-bottom: 10px;
}
.f_pb30 {
padding-bottom: 30px;
}
.f_pr20 {
padding-right: 20px;
}
.f_pl20 {
padding-left: 20px;
}
移动网的重置样式
代码片段 2
@charset “utf-8”;
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
margin: 0;
padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th {
font-weight: normal;
}
html,
body,
fieldset,
iframe,
abbr {
border: 0;
}
i,
cite,
em,
var,
address,
dfn {
font-style: normal;
}
[hidefocus],
summary {
outline: 0;
}
ul,
ol,
ul li,
li,
ol li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
font-size: 100%;
}
sup,
sub {
font-size: 83%;
}
pre,
code,
kbd,
samp {
font-family: inherit;
}
q:before,
q:after {
content: none;
}
textarea {
overflow: auto;
resize: none;
}
label,
summary {
cursor: default;
}
a,
button {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
font-weight: bold;
}
ins,
u,
s,
a,
a:hover {
text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
font-family: ‘microsoft yahei’;
color: #666;
outline: 0;
}
a {
color: #333;
border: none;
text-decoration: none;
outline: none; /*移除虚线框 IE8,FF有用*/
hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/
}
a:focus {
outline: 0;
-moz-outline-style: none;
}
a:hover {
color: #0065bb;
}
img {
overflow: hidden;
border: 0 none;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
font-size: 100%;
font-family: tahoma;
margin: 0;
outline: 0 none;
vertical-align: baseline;
_overflow: visible;
*vertical-align: middle;
*overflow: visible;
}
label,
select,
button,
input[type=’button’],
input[type=’reset’],
input[type=’submit’],
input[type=’radio’],
input[type=’checkbox’] {
cursor: pointer;
}
html {
font-size: 20px;
}
/*— 自定义全局function —*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: ”;
}
.clearfix:after {
clear: both;
}
.hide {
display: none;
}
.show {
display: block;
}
前端开发技术 c#前端开发招聘要求 es6 前端技术开发
» 本文来自:前端开发者 » 《前端开发常用CSS reset样式表》
» 本文链接地址:https://www.rokub.com/5514.html
» 您也可以订阅本站:https://www.rokub.com
评论前必须登录!
注册