|
|
|
@ -27,7 +27,8 @@
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.header a{
|
|
|
|
|
color: #20b2bb;
|
|
|
|
|
color: #828282;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-family: "Microsoft JhengHei";
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
@ -35,6 +36,9 @@
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
.header .logo img{
|
|
|
|
|
width: 120px;
|
|
|
|
|
}
|
|
|
|
|
.header .navBtn{
|
|
|
|
|
float: right;
|
|
|
|
|
margin:30px 0 30px 20px;
|
|
|
|
@ -43,7 +47,7 @@
|
|
|
|
|
.banner{
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #20b2bb;
|
|
|
|
|
background-color: #3385ff;
|
|
|
|
|
padding: 20px 10px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
@ -138,7 +142,7 @@
|
|
|
|
|
<body>
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1 class="logo"><a href="/">GO-FLY</a></h1>
|
|
|
|
|
<h1 class="logo"><a href="/"><img src="../images/logo.png" alt="GOFLY客服" title="GOFLY客服"/></a></h1>
|
|
|
|
|
<a class="navBtn" href="/index_en">English</a>
|
|
|
|
|
<a class="navBtn" href="/index_cn">中文版</a>
|
|
|
|
|
<a class="navBtn" href="https://github.com/taoshihan1991/go-fly" target="_blank">Github</a>
|
|
|
|
|