www.gusucode.com > 22:【198-3950】景区旅游旅行官方网站类织梦模板(带手机端) > 22:【198-3950】景区旅游旅行官方网站类织梦模板(带手机端)/skin/css/base.css

    /* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
@charset "UTF-8";
/**
 * Base Css
 * @Authors Mr.Cai
 * @Email 297272788@qq.com
 * @Date 2015-06-11
 */
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, button, p, hr, thead, tbody, tfoot, th, td {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
	list-style-image: none;
}
a {
	color: inherit;
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
a:active, a:hover, a:focus, input:focus, textarea:focus {
	outline: 0;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	font-size: 12px;
	line-height: 1.6;
}
body, button, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: normal;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
table th, table td {
	border: 1px solid #ddd;
	padding: 8px 10px;
}
table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
}
img {
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, select {
	text-transform: none;
}
input[type="text"], textarea {
	padding: 5px 8px;
	border: 1px #ccc solid;
	border-radius: 2px;
	color: #555;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto;
}
textarea {
	resize: vertical;
}
select:disabled option:checked, option:disabled:checked {
	color: #D2D2D2;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:darkGray;
opacity:1;
}
select[size], select[multiple], select[size][multiple] {
	border: 1px solid #AAA;
	padding: 0;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.m-footer .link li {
	display: inline;
	margin: 0px 4px;
	list-style: none
}