File: /www/wwwroot/doba123.com/wp-content/themes/duba2/css/reset.css
@charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-size: 14px;
font-family: arial, "Microsoft YaHei";
}
img {
border: 0;
vertical-align: middle;
}
h1,
h2,
h3,
h4,
p {
font-weight: normal;
margin: 0;
}
a {
color: #333;
text-decoration: none;
outline: none;
}
a:hover,
a:focus {
color: #333;
text-decoration: none;
}
ul,
li,
dl,
dd,
dt {
margin: 0;
padding: 0;
list-style: none;
}
/* 重置表单控件*/
input,
select,
textarea,
button {
outline: none;
border: none;
-webkit-appearance: none;
}
/*浮动*/
.fl {
float: left;
}
.fr {
float: right;
}
/*清除浮动*/
.clearfix:after {
display: block;
content: "";
clear: both;
overflow: hidden;
}
.clearfix {
zoom: 1;
}
/* 设置编辑内容默认样式 */
.show-editor{line-height: 24px; }
.show-editor h1{font-size: 24px;margin-bottom: 10px;}
.show-editor h2{font-size: 20px;margin-bottom: 10px;}
.show-editor h3{font-size: 16px;margin-bottom: 10px;}
.show-editor p{font-size: 14px;margin-bottom: 10px;}
.show-editor img{max-width: 100%!important; width: auto!important; height: auto!important;}
/*wordpress编辑器设置图片*/
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
}
.single-content img {
max-width: 100%;
height: auto;
display: block;
margin: 15px auto;
}
.single-content p {
margin-bottom: 15px;
}
/*
*
*编程使我快乐
*
*/