Commit 655448ff authored by 神楽坂玲奈's avatar 神楽坂玲奈

support

parent f00af023
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
body { body {
background: #244470 url(../images/index/background.png); background: #244470 url(../images/index/background.png);
font-family: "\5FAE\8F6F\96C5\9ED1"; font-family: "\5FAE\8F6F\96C5\9ED1";
padding: 1px; padding: 1px;
} }
a { a {
text-shadow: 1px 1px 1px #0C2549; text-shadow: 1px 1px 1px #0C2549;
text-decoration: none; text-decoration: none;
} }
#nav a { #nav a {
transition: all .3s ease-in-out; transition: all .3s ease-in-out;
text-decoration: none; text-decoration: none;
} }
#nav a:link { #nav a:link {
color: white; color: white;
} }
#nav a:hover { #nav a:hover {
color: white; color: white;
} }
#nav a:visited { #nav a:visited {
color: white; color: white;
} }
#nav { #nav {
width: 900px; width: 900px;
height: 50px; height: 50px;
...@@ -60,7 +52,6 @@ a { ...@@ -60,7 +52,6 @@ a {
background: linear-gradient(#3966ae, #263c7b); background: linear-gradient(#3966ae, #263c7b);
} }
.nav_logo { .nav_logo {
width: 120px; width: 120px;
height: 30px; height: 30px;
...@@ -70,12 +61,11 @@ a { ...@@ -70,12 +61,11 @@ a {
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2);
display: block; display: block;
font: 25px bold 'Nunito',sans-serif; font: 25px bold 'Nunito', sans-serif;
float: left; float: left;
font-size: 24px; font-size: 24px;
} }
.nav_link { .nav_link {
min-width: 60px; min-width: 60px;
height: 30px; height: 30px;
...@@ -89,7 +79,6 @@ a { ...@@ -89,7 +79,6 @@ a {
text-align: center; text-align: center;
} }
#main { #main {
width: 99.99%; width: 99.99%;
height: 310px; height: 310px;
...@@ -100,7 +89,6 @@ a { ...@@ -100,7 +89,6 @@ a {
border-color: #e1e1e1; border-color: #e1e1e1;
} }
#main_sub { #main_sub {
width: 900px; width: 900px;
margin: 0 auto; margin: 0 auto;
...@@ -108,25 +96,21 @@ a { ...@@ -108,25 +96,21 @@ a {
height: 280px; height: 280px;
} }
#information { #information {
width: 390px; width: 390px;
float: left; float: left;
} }
.title { .title {
font-size: 45px; font-size: 45px;
font-weight: bold; font-weight: bold;
font-family: 'Nunito',sans-serif; font-family: 'Nunito', sans-serif;
} }
.subtitle { .subtitle {
font: 30px "\5FAE\8F6F\96C5\9ED1"; font: 30px "\5FAE\8F6F\96C5\9ED1";
} }
.subinc { .subinc {
font-size: 15px; font-size: 15px;
color: #525252; color: #525252;
...@@ -134,32 +118,32 @@ a { ...@@ -134,32 +118,32 @@ a {
margin: 0 0 0 100px; margin: 0 0 0 100px;
} }
#buttons {
#buttons{ margin: 0;
margin:0; padding: 0;
padding:0;
height: 60px; height: 60px;
width:400px; width: 400px;
} }
#download { #download {
width: 200px; width: 200px;
height: 60px; height: 60px;
margin: 50px auto 0 50px; margin: 50px auto 0 50px;
display: inline-block; display: inline-block;
color: white; color: white;
border-radius: 10px; border-radius: 10px;
background: #5B5399; background: #5B5399;
background-image: linear-gradient(bottom,#5B5399 0%,#7B72CF 100%); background-image: linear-gradient(bottom, #5B5399 0%, #7B72CF 100%);
background-image: -o-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%); background-image: -o-linear-gradient(bottom, #5B5399 0%, #7B72CF 100%);
background-image: -moz-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%); background-image: -moz-linear-gradient(bottom, #5B5399 0%, #7B72CF 100%);
background-image: -webkit-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%); background-image: -webkit-linear-gradient(bottom, #5B5399 0%, #7B72CF 100%);
background-image: -ms-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%); background-image: -ms-linear-gradient(bottom, #5B5399 0%, #7B72CF 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#5B5399),color-stop(1,#7B72CF)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5B5399), color-stop(1, #7B72CF));
float:left; float: left;
} }
#download_url:hover{
#download_url:hover {
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8); text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
} }
...@@ -171,19 +155,22 @@ a { ...@@ -171,19 +155,22 @@ a {
margin: 5px 0 0 0; margin: 5px 0 0 0;
display: block; display: block;
} }
#download_sublist{
width:48px; #download_sublist {
padding:55px 0 0 15px; width: 48px;
float:left; padding: 55px 0 0 15px;
font-size:12px; float: left;
font-size: 12px;
} }
#download_sublist a{
color:#134468; #download_sublist a {
text-shadow:2px 2px #CFCFCF; color: #134468;
border-bottom:dashed #CFCFCF 1px; text-shadow: 2px 2px #CFCFCF;
border-bottom: dashed #CFCFCF 1px;
} }
#download_sublist a:hover{
color:#072847; #download_sublist a:hover {
color: #072847;
} }
.download_information { .download_information {
...@@ -194,22 +181,20 @@ a { ...@@ -194,22 +181,20 @@ a {
text-align: center; text-align: center;
} }
#slider { #slider {
clear: both; clear: both;
width: 500px; width: 500px;
padding: 0; padding: 0;
margin: 0 auto; margin: 0 auto;
margin-top:6px; margin-top: 6px;
z-index: 0; z-index: 0;
clear: both; clear: both;
display: block; display: block;
float: right; float: right;
top: -212px; top: -205px;
*top: 0; *top: 0;
} }
.show1 { .show1 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -217,7 +202,6 @@ a { ...@@ -217,7 +202,6 @@ a {
border-radius: 10px; border-radius: 10px;
} }
.show2 { .show2 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -225,7 +209,6 @@ a { ...@@ -225,7 +209,6 @@ a {
border-radius: 10px; border-radius: 10px;
} }
.show3 { .show3 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -233,52 +216,74 @@ a { ...@@ -233,52 +216,74 @@ a {
border-radius: 10px; border-radius: 10px;
} }
footer { footer {
width: 900px; width: 900px;
margin: 0 auto; margin: 0 auto;
} }
footer h2 { footer h2 {
font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1"; font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2e2e2e; color: #2e2e2e;
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
#footer1 { #footer1 {
height: 200px; height: 200px;
width: 300px; width: 23%;
border-right: 1px #bfbfbf dashed; border-right: 1px #bfbfbf dashed;
margin-top: 10px; margin-top: 10px;
float: left; float: left;
} }
#footer1 a { #footer1 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1"; font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a; color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
#footer2 { #footer2 {
height: 200px; height: 200px;
width: 300px; width: 23%;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left; float: left;
margin-top: 10px;
border-right: 1px #bfbfbf dashed;
padding-left: 10px;
} }
#footer3 { #footer3 {
width: 280px; width: 23%;
height: 200px;
float: left; float: left;
margin-top: 10px; margin-top: 10px;
padding-left: 10px; padding-left: 10px;
} }
#footer4 {
height: 200px;
width: 23%;
float: left;
padding-left: 10px;
margin-top: 10px;
border-right: 1px #bfbfbf dashed;
}
#support_alipay {
width: 116px;
height: 24px;
background: url('../images/index/support.png');
display: inline-block;
margin: 5px;
}
#support_alipay:hover {
background: url('../images/index/support_L.png');
}
#support_google_plus {
margin: 5px 0;
padding-left: 3px;
display:inline-block;
}
#footer3 a { #footer3 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1"; font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
...@@ -286,9 +291,17 @@ footer h2 { ...@@ -286,9 +291,17 @@ footer h2 {
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
#menu sup {
position: absolute;
top: 5px;
}
#links img {
width: 88px;
height: 31px;
border: 0;
}
#menu sup {position: absolute; top: 5px;} #links a {
margin: 5px 3px 3px 5px;
#links img {width: 88px; height: 31px; border:0;} }
#links a {margin: 5px 3px 3px 5px;}
...@@ -78,23 +78,6 @@ ...@@ -78,23 +78,6 @@
</li> </li>
</ul> </ul>
</li> </li>
<div style="padding-top: 12px; text-align: center;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function () {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</ul> </ul>
<script type="text/javascript"> <script type="text/javascript">
var menu = new menu.dd("menu"); var menu = new menu.dd("menu");
...@@ -138,6 +121,27 @@ ...@@ -138,6 +121,27 @@
<a href="https://plus.google.com/107594261950300262383" rel="publisher">Google+</a><br/> <a href="https://plus.google.com/107594261950300262383" rel="publisher">Google+</a><br/>
<a href="https://github.com/zh99998/mycard" rel="publisher">Github</a> <a href="https://github.com/zh99998/mycard" rel="publisher">Github</a>
</div> </div>
<div id="footer4">
<h2>支持我们</h2>
<a href="https://me.alipay.com/zh99998" rel="nofollow" target="_blank" id="support_alipay"></a>
<div id="plus">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function () {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
<div id="footer2"> <div id="footer2">
<h2>合作伙伴</h2> <h2>合作伙伴</h2>
<div id="links"></div> <div id="links"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment