點擊按鈕彈出打賞浮動窗口
第一種效果:點擊按鈕彈出打賞浮動窗口
彈出層其實是默認(rèn)隱藏,點擊按鈕顯示。在彈出的窗口里點擊支付寶,出現(xiàn)的是支付寶的二維碼圖片,點擊微信是微信支付二維碼圖片。
完整代碼下載
第二種效果
實現(xiàn)方法:
樣式
<link rel="stylesheet">
<style>
.clear:before,
.clear:after {
content: "";
display: table;
}
.clear:after {
clear: both;
}
.clear {
clear: both;
}
.dashang {
text-align: center;
}
.dashang .dashang-right {
float:center;
position: relative;
top: -1px;
}
.dashang .entry-like,
.dashang .entry-sponsor {
display: inline-block;
font-size: 14px;
margin: 0 2px;
}
.dashang .entry-like a {
background-color: #76b852;
border-radius: 3px;
color: #fff;
display: inline-block;
padding: 1px 10px;
}
.dashang .entry-like a:hover {
opacity: 0.85;
}
.dashang .entry-like a.liked {
background-color: #bbb;
}
.dashang .entry-like a.liked:hover {
opacity: 1;
}
.dashang .entry-sponsor span {
background-color: #ffbe02;
border-radius: 3px;
color: #fff;
display: inline-block;
padding: 1px 10px;
cursor: pointer;
}
.dashang .entry-sponsor span:hover {
opacity: 0.85;
}
.ht_grid {
float: left;
width: 49%;
margin-right: 2%;
}
.ht_grid:nth-of-type(2n) {
margin-right: 0;
}
.ht_grid:nth-of-type(2n+1) {
clear: left;
}
.ht_grid:nth-of-type(2n+0) {
margin-right: 0;
clear: right;
}
.ht_grid img {
width: 100%;
}
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: black;
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/ opacity */
z-index: 1000;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border-radius: 4px;
border: 1px solid #888;
font-size: 14px;
width: 400px;
padding: 25px 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s img;
animation-duration-border: 1px solid #f0f0f0;
animation-duration-border-radius: 4px;
animation-duration-width: 100%;
animation-duration-max-width: 100%;
}
.modal-content h3 {
font-size: 16px;
font-weight: bold;
margin: 0 0 10px;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
position: absolute;
top: 8px;
right: 10px;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
</style>
html代碼:
<div class="dashang clear">
<div id="myModal" class="modal">
<div class="modal-content clear">
<h3>給這篇文章的作者打賞</h3>
<div class="ht_grid"> <img src="http://www.vanhostingweb.com/wp-content/uploads/2019/04//weipayimg.jpg" alt="微信掃一掃打賞"/> 微信掃一掃打賞 </div>
<div class="ht_grid"> <img src="http://www.vanhostingweb.com/wp-content/uploads/2019/04//alipayimg.jpg" alt="支付寶掃一掃打賞"/> 支付寶掃一掃打賞 </div>
<span class="close">×</span> </div>
</div>
<div class="dashang-right"> <span class="entry-sponsor"> <span id="myBtn" href="#"><i class="fa fa-jpy"></i> 給本站打賞</span> </span> </div>
</div>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
聲明:
1.本站主要是為了記錄工作、學(xué)習(xí)中遇到的問題,可能由于本人技術(shù)有限,內(nèi)容難免有紕漏,一切內(nèi)容僅供參考。
2.本站部分內(nèi)容來源互聯(lián)網(wǎng),如果有圖片或者內(nèi)容侵犯您的權(quán)益請聯(lián)系我們刪除!
3.本站所有原創(chuàng)作品,包括文字、資料、圖片、網(wǎng)頁格式,轉(zhuǎn)載時請標(biāo)注作者與來源。
1.本站主要是為了記錄工作、學(xué)習(xí)中遇到的問題,可能由于本人技術(shù)有限,內(nèi)容難免有紕漏,一切內(nèi)容僅供參考。
2.本站部分內(nèi)容來源互聯(lián)網(wǎng),如果有圖片或者內(nèi)容侵犯您的權(quán)益請聯(lián)系我們刪除!
3.本站所有原創(chuàng)作品,包括文字、資料、圖片、網(wǎng)頁格式,轉(zhuǎn)載時請標(biāo)注作者與來源。
THE END