updated 添加微信小程序入口

This commit is contained in:
mumuy 2017-01-09 16:49:28 +08:00
parent 7daf8b8c26
commit 06ffcf6635
5 changed files with 50 additions and 13 deletions

View File

@ -10,17 +10,21 @@
<body>
<div class="wrapper">
<div class="container">
<div class="mod-app">
<div class="icon"><img src="image/icon.png" width="72" height="72"/></div>
<div class="info">
<p>三姑六婆计算器</p>
<p><a href="https://pan.baidu.com/s/1sljDB8D" target="_blank">下载</a></p>
</div>
</div>
<div class="mod-view">
<img src="image/1.jpg" height="300">
<img src="image/2.jpg" height="300">
</div>
<div class="mod-app">
<div class="icon"><img src="image/icon.png" width="72" height="72"/></div>
<div class="info">
<p>三姑六婆计算器</p>
<p><a href="https://pan.baidu.com/s/1sljDB8D" target="_blank">下载</a></p>
</div>
</div>
<div class="mod-view">
<img src="image/1.jpg" height="300">
<img src="image/2.jpg" height="300">
</div>
<div class="mod-qrcode">
<div class="box"><img src="image/qrcode.jpg" width="150"/></div>
<p>微信扫一扫,使用小程序</p>
</div>
</div>
</div>
</body>

BIN
image/qrcode.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -67,12 +67,16 @@
<div class="ft">
<div class="copy">
<p><a class="github-button" href="https://github.com/mumuy" data-style="mega" data-count-href="/mumuy/followers" data-count-api="/users/mumuy#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @mumuy on GitHub">Follow @mumuy</a>
<a class="github-button" href="https://github.com/mumuy/relationship" data-style="mega" data-count-href="/mumuy/relationship/stargazers" data-count-api="/repos/mumuy/relationship#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mumuy/relationship on GitHub">Star</a></p>
<a class="github-button" href="https://github.com/mumuy/relationship" data-style="mega" data-count-href="/mumuy/relationship/stargazers" data-count-api="/repos/mumuy/relationship#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mumuy/relationship on GitHub">Star</a></p>
<p>android版下载<a href="http://passer-by.com/relationship/app.html" target="_blank">三姑六婆计算器</a></p>
<p>&copy; <a href="http://passer-by.com">passer-by.com</a></p>
</div>
</div>
</div>
<div class="mod-qrcode">
<div class="box"><img src="image/qrcode.jpg" width="150"/></div>
<p>微信扫一扫,使用小程序</p>
</div>
</div>
</div>
</div>

View File

@ -43,3 +43,18 @@ a:hover{
height: 300px;
margin-right: 10px;
}
.mod-qrcode{
position: fixed;
right: 25px;
bottom: 25px;
text-align: center;
}
.mod-qrcode .box{
width: 150px;
height: 148px;
overflow: hidden;
}
.mod-qrcode p{
line-height: 30px;
}

View File

@ -84,7 +84,6 @@ a:hover{
resize: none;
outline: none;
}
.mod-panel .ft{
padding-top: 20px;
border-top:1px dotted #e0e0e0;
@ -104,4 +103,19 @@ a:hover{
}
.mod-panel .copy p{
line-height: 24px;
}
.mod-qrcode{
position: fixed;
right: 25px;
bottom: 25px;
text-align: center;
}
.mod-qrcode .box{
width: 150px;
height: 148px;
overflow: hidden;
}
.mod-qrcode p{
line-height: 30px;
}