updated 添加活动图片

This commit is contained in:
mumuy 2018-01-24 09:09:10 +08:00
parent db415a37f0
commit 6c05f76b2a
3 changed files with 19 additions and 0 deletions

BIN
image/my.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -85,6 +85,10 @@
<div class="box"><img src="image/qrcode.jpg" width="150" alt="亲戚关系微信小程序"/></div>
<p>微信扫一扫,使用小程序</p>
</div>
<div class="mod-my">
<div class="box"><img src="image/my.png" width="189" alt="我的活动二维码"/></div>
<p>一起玩起来吧</p>
</div>
</div>
</div>
</div>

View File

@ -128,4 +128,19 @@ a:hover{
}
.mod-qrcode p{
line-height: 30px;
}
.mod-my{
position: fixed;
left: 25px;
bottom: 25px;
text-align: center;
}
.mod-my .box{
width: 189px;
/*height: 148px;*/
overflow: hidden;
}
.mod-my p{
line-height: 30px;
}