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

support

parent f00af023
* {
margin: 0;
padding: 0;
}
body {
background: #244470 url(../images/index/background.png);
font-family: "\5FAE\8F6F\96C5\9ED1";
padding: 1px;
}
a {
text-shadow: 1px 1px 1px #0C2549;
text-decoration: none;
}
#nav a {
transition: all .3s ease-in-out;
text-decoration: none;
}
#nav a:link {
color: white;
}
#nav a:hover {
color: white;
}
#nav a:visited {
color: white;
}
#nav {
width: 900px;
height: 50px;
......@@ -60,7 +52,6 @@ a {
background: linear-gradient(#3966ae, #263c7b);
}
.nav_logo {
width: 120px;
height: 30px;
......@@ -70,12 +61,11 @@ a {
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
display: block;
font: 25px bold 'Nunito',sans-serif;
font: 25px bold 'Nunito', sans-serif;
float: left;
font-size: 24px;
}
.nav_link {
min-width: 60px;
height: 30px;
......@@ -89,7 +79,6 @@ a {
text-align: center;
}
#main {
width: 99.99%;
height: 310px;
......@@ -100,7 +89,6 @@ a {
border-color: #e1e1e1;
}
#main_sub {
width: 900px;
margin: 0 auto;
......@@ -108,25 +96,21 @@ a {
height: 280px;
}
#information {
width: 390px;
float: left;
}
.title {
font-size: 45px;
font-weight: bold;
font-family: 'Nunito',sans-serif;
font-family: 'Nunito', sans-serif;
}
.subtitle {
font: 30px "\5FAE\8F6F\96C5\9ED1";
}
.subinc {
font-size: 15px;
color: #525252;
......@@ -134,32 +118,32 @@ a {
margin: 0 0 0 100px;
}
#buttons{
margin:0;
padding:0;
#buttons {
margin: 0;
padding: 0;
height: 60px;
width:400px;
width: 400px;
}
#download {
width: 200px;
height: 60px;
margin: 50px auto 0 50px;
display: inline-block;
color: white;
border-radius: 10px;
background: #5B5399;
background-image: 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: -webkit-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));
float:left;
}
#download_url:hover{
background-image: 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: -webkit-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));
float: left;
}
#download_url:hover {
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
}
......@@ -171,19 +155,22 @@ a {
margin: 5px 0 0 0;
display: block;
}
#download_sublist{
width:48px;
padding:55px 0 0 15px;
float:left;
font-size:12px;
#download_sublist {
width: 48px;
padding: 55px 0 0 15px;
float: left;
font-size: 12px;
}
#download_sublist a{
color:#134468;
text-shadow:2px 2px #CFCFCF;
border-bottom:dashed #CFCFCF 1px;
#download_sublist a {
color: #134468;
text-shadow: 2px 2px #CFCFCF;
border-bottom: dashed #CFCFCF 1px;
}
#download_sublist a:hover{
color:#072847;
#download_sublist a:hover {
color: #072847;
}
.download_information {
......@@ -194,22 +181,20 @@ a {
text-align: center;
}
#slider {
clear: both;
width: 500px;
padding: 0;
margin: 0 auto;
margin-top:6px;
margin-top: 6px;
z-index: 0;
clear: both;
display: block;
float: right;
top: -212px;
top: -205px;
*top: 0;
}
.show1 {
width: 500px;
height: 275px;
......@@ -217,7 +202,6 @@ a {
border-radius: 10px;
}
.show2 {
width: 500px;
height: 275px;
......@@ -225,7 +209,6 @@ a {
border-radius: 10px;
}
.show3 {
width: 500px;
height: 275px;
......@@ -233,52 +216,74 @@ a {
border-radius: 10px;
}
footer {
width: 900px;
margin: 0 auto;
}
footer h2 {
font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2e2e2e;
text-shadow: 1px 1px 1px #dedede;
}
#footer1 {
height: 200px;
width: 300px;
width: 23%;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left;
}
#footer1 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede;
}
#footer2 {
height: 200px;
width: 300px;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
width: 23%;
float: left;
margin-top: 10px;
border-right: 1px #bfbfbf dashed;
padding-left: 10px;
}
#footer3 {
width: 280px;
width: 23%;
height: 200px;
float: left;
margin-top: 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 {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
......@@ -286,9 +291,17 @@ footer h2 {
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 img {width: 88px; height: 31px; border:0;}
#links a {margin: 5px 3px 3px 5px;}
#links a {
margin: 5px 3px 3px 5px;
}
......@@ -78,23 +78,6 @@
</li>
</ul>
</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>
<script type="text/javascript">
var menu = new menu.dd("menu");
......@@ -138,6 +121,27 @@
<a href="https://plus.google.com/107594261950300262383" rel="publisher">Google+</a><br/>
<a href="https://github.com/zh99998/mycard" rel="publisher">Github</a>
</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">
<h2>合作伙伴</h2>
<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