代码拉取完成,页面将自动刷新
/**
* Created by ZhangGong on 2017/2/19.
*/
/*
说明:
@xx-bgc:背景色
@xx-color:字体颜色
@xx-height:xx的高度
*/
/*reset*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
ol,
hr {
margin: 0;
padding: 0;
font: 14px/1.5, normal, 'Arial', "Tahoma";
color: #444;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
.wrap {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.wrap {
width: 750px;
}
}
@media (min-width: 992px) {
.wrap {
width: 970px;
}
}
@media (min-width: 1200px) {
.wrap {
width: 1170px;
}
}
.wrap-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-sm {
padding: 2px 5px;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
}
.table > thead > tr > th {
vertical-align: bottom;
}
.table-th {
font-weight: 800;
padding: 8px;
border: none;
overflow: hidden;
}
.table-tr {
border-bottom: 1px solid #ddd;
overflow: hidden;
}
.table-tr div {
padding: 8px;
}
.table-tr-size {
max-width: 800px;
}
.page-header {
height: 25px;
line-height: 25px;
background: #dfe0e1;
width: 100%;
min-width: 500px;
padding: 25px 0;
position: fixed;
top: 0;
z-index: 999999;
}
.ddr-logo {
font-size: 26px;
font-weight: bold;
margin-left: 20px;
color: #444;
float: left;
}
.ddr-logo a {
color: #444;
}
.nav-top {
float: right;
margin-right: 20px;
}
.nav-top li {
display: inline-block;
margin-right: 10px;
}
.nav-top li:last-of-type {
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}
.nav-top a {
color: #555;
}
.nav-on, .nav-top a:hover {
border-bottom: 2px solid #666;
line-height: 21px;
}
.main-top {
margin: auto;
width: 600px;
padding: 50px 50px 20px;
overflow: hidden;
}
.main-top-left {
float: left;
margin-right: 50px;
}
.main-top-left img {
width: 215px;
height: 215px;
margin-left: -30px;
}
.main-top-right {
float: left;
text-align: left;
}
.main-top-right:after {
clear: both;
}
.main-top-right h2 {
font-size: 40px;
margin-bottom: 20px;
font-weight: 400;
color: #444;
}
.main-download button {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
margin: 10px;
font-size: 18px;
color: #fff;
height: 44px;
line-height: 22px;
background: #4fc08d;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
padding: 0 30px;
margin-right: 15px;
}
.main-download a {
color: #0066ff;
}
.character-wrap {
width: 860px;
min-height: 240px;
text-align: center;
}
.character-box h3 {
color: #4fc08d;
padding: 50px;
min-width: 40px;
}
.character-box p {
width: 100%;
text-align: center;
}
.page-content {
min-height: 560px;
background: #fff;
margin-top: 75px;
margin-bottom: 180px;
}
.page-footer {
color: #e8fff7;
background: #727f80;
height: 180px;
margin-top: -180px;
padding-bottom: 10px;
}
.foot-center {
min-width: 350px;
text-align: center;
}
.foot-link-img {
padding: 20px;
}
.foot-link-img img {
width: 60px;
height: 60px;
margin: 0 40px;
}
.foot-link-text a {
color: #fff;
margin: 5px;
}
.foot-link-text p {
color: #fff;
margin: 10px;
}
/*Download*/
.dl-title {
font-size: 26px;
font-weight: 400;
color: #222;
border-bottom: 1px solid #222;
margin: 20px 0;
}
.dl-content {
padding: 15px 15px 50px;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。