You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
188 lines
3.3 KiB
188 lines
3.3 KiB
*{
|
|
margin: 0;padding: 0;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: #3973ac;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
pre{
|
|
background:#f9f9f9;
|
|
color: #d73a49;
|
|
line-height: 21px;
|
|
border: 1px solid #e8e8e8;
|
|
padding: 5px;
|
|
}
|
|
.header{
|
|
background-color: #fff;
|
|
color: #fff;
|
|
width: 100%;
|
|
z-index: 100;
|
|
}
|
|
.container{
|
|
width: 1140px;
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
}
|
|
.header .logo{
|
|
margin: 0;
|
|
float: left;
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
margin-top: 10px;
|
|
}
|
|
.header a{
|
|
color: #828282;
|
|
font-weight: bold;
|
|
font-family: "Microsoft JhengHei";
|
|
text-decoration: none;
|
|
}
|
|
.header .logo a{
|
|
font-size: 30px;
|
|
text-decoration: none;
|
|
}
|
|
.header .logo img{
|
|
width: 120px;
|
|
}
|
|
.header .navBtn{
|
|
float: right;
|
|
margin:30px 0 30px 20px;
|
|
display: inline-block;
|
|
}
|
|
.banner{
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: #3385ff;
|
|
padding: 20px 10px;
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
}
|
|
.banner h1 {
|
|
font-size: 34px;
|
|
margin: 20px 0px;
|
|
line-height: 45px;
|
|
font-weight: 500;
|
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
}
|
|
.banner p{
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.banner .downloadBtn{margin-top: 20px;}
|
|
.downloadBtn{display:inline-block;text-decoration:none;color:#fff;border:1px solid #fff;padding:10px 15px;border-radius:5px;}
|
|
.downloadBtn:hover{background:#fff;color:#20b2bb;text-decoration: none;}
|
|
.jumbotron{
|
|
width: 1000px;
|
|
margin: 10px auto;
|
|
box-shadow: 2px 2px 15px rgba(0,0,0,.3);
|
|
display: block;
|
|
}
|
|
|
|
|
|
.copyright{
|
|
font-size: 14px;
|
|
color: #333;
|
|
text-align: center;
|
|
padding: 10px;
|
|
}
|
|
.links{
|
|
margin-top: 20px;
|
|
}
|
|
.links a{
|
|
color: #20b2bb;
|
|
line-height: 23px;
|
|
margin: 5px;
|
|
}
|
|
.main{
|
|
background: #ededed;
|
|
overflow: hidden;
|
|
}
|
|
.mainIntro{
|
|
background: #fff;
|
|
box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
|
|
margin: 20px auto;
|
|
}
|
|
.product{
|
|
padding: 10px;
|
|
}
|
|
.product h3{
|
|
color: #333;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
.product h4{
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
border-left: 2px #3385ff solid;
|
|
background: #e6e6e6;
|
|
margin: 10px 0px;
|
|
}
|
|
.productContent{
|
|
color: #444;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
margin-top: 10px;
|
|
}
|
|
.productContent ol{
|
|
margin: 0px 15px;
|
|
}
|
|
.productContent a{
|
|
color: #3973ac;
|
|
text-decoration: none;
|
|
}
|
|
.productContent a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.productPost{
|
|
overflow: hidden;
|
|
}
|
|
.productPost li:first-child {
|
|
border-top: 0;
|
|
}
|
|
.productPost li {
|
|
float: left;
|
|
margin-right: 2%;
|
|
width: 48%;
|
|
line-height: 36px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
border-top: 1px dashed #e6e6e6;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.container{
|
|
width: 100%;
|
|
}
|
|
.header .logo{
|
|
float: none;
|
|
text-align: center;
|
|
margin: 20px 0px;
|
|
}
|
|
.header .navBtn{
|
|
margin:5px 0 10px 10px;
|
|
float: none;
|
|
}
|
|
.banner p{
|
|
text-align: left;
|
|
}
|
|
.jumbotron{
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
}
|
|
.clear{clear:both}
|
|
.links{
|
|
margin-top: 20px;
|
|
}
|
|
.links a{
|
|
color: #20b2bb;
|
|
line-height: 23px;
|
|
margin: 5px;
|
|
} |