购买会员,加入交友墙
<div class='float-btn'>
<a href='./vipshop.php' target='_blank'>购买会员</a>
<a href='http://chat.qq.com.guog.asia' target='_blank'>交友墙</a>
</div>
<style>
.float-btn {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9999;
}
.float-btn a {
display: block;
width: 60px;
height: 30px;
background: #007bff;
color: #fff;
text-align: center;
line-height: 30px;
border-radius: 5px;
font-size: 14px;
text-decoration: none;
margin-bottom: 10px;
}
.float-btn a:hover {
background: #0056b3;
}
</style>
<div class='float-btn' style='left: 20px;'>
<a href='http://chat.qq.com.guog.asia' target='_blank'>交友墙</a>
</div>
<style>
.float-btn {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 9999;
}
.float-btn a {
display: block;
width: 60px;
height: 30px;
background: #007bff;
color: #fff;
text-align: center;
line-height: 30px;
border-radius: 5px;
font-size: 14px;
text-decoration: none;
margin-bottom: 10px;
}
.float-btn a:hover {
background: #0056b3;
}
</style>
原文地址: https://www.cveoy.top/t/topic/qo2P 著作权归作者所有。请勿转载和采集!