时间:2021-05-25
看到新浪微博、百度百家等平台上都带有文章“打赏”功能,觉得很新鲜,于是也想在自己的博客中加入“打赏”功能。
当然,加入打赏功能并非是真的想要让别人打赏。因为只有那些真正能引起共鸣,发人深思,让人受益匪浅的文章才值得打赏,值得点赞。
而我的博客站仅仅是用作记录笔记,当做自己的知识库(如果能不经意间帮助别人那是再好不过了)。
加入打赏功能纯粹是“觉得好玩”,就是这么简单,Just have a fun!(博主喜欢折腾,看见一个酷炫的功能就想去实现它)
先看一下这个打赏的Icon长什么样吧!
点击“打赏Icon”后会弹出一个二维码界面,各位老板可以选择使用是使用支付宝打赏还是微信打赏:
具体代码如下:(时间仓促,并为将其扩展为插件)
HTML:
<!--打赏按钮--><div style="margin-bottom:20px;"><a title="打赏,支持一下" class="dashang" onclick="dashangToggle()" href="javascript:void(0)"></a></div> 打赏遮罩层HTML:
主要的JS:
//打赏jQuery(".pay_item").click(function () {jQuery(this).addClass('checked').siblings('.pay_item').removeClass('checked');var dataid = jQuery(this).attr('data-id');jQuery(".shang_payimg img").attr("src", "/Content/dashangimg/" + dataid + "img.jpg");jQuery("#shang_pay_txt").text(dataid == "alipay" ? "支付宝" : "微信");});function dashangToggle() {jQuery(".hide_box").fadeToggle();jQuery(".shang_box").fadeToggle();};顺带提供CSS:
.hide_box {z-index: 999;filter: alpha(opacity=50);background: #666;opacity: 0.5;-moz-opacity: 0.5;left: 0;top: 0;height: 99%;width: 100%;position: fixed;display: none;}.shang_box {width: 540px;height: 540px;padding: 10px;background-color: #fff;border-radius: 10px;position: fixed;z-index: 1000;left: 50%;top: 50%;margin-left: -280px;margin-top: -280px;border: 1px dotted #dedede;display: none;}.shang_box img {border: none;border-width: 0;}.dashang {display: block;margin: 5px auto;text-align: center;transition: all 0.3s;width:50px;height:50px;background: url(../dashangimg/dashang.png) no-repeat scroll 0% 0% transparent;}.dashang:hover {background: url(../dashangimg/dashanghover.png) no-repeat scroll 0% 0% transparent;}.shang_close {float: right;display: inline-block;}.shang_logo {display: block;text-align: center;margin: 20px auto;}.shang_tit {width: 100%;height: 75px;text-align: center;line-height: 66px;color: #a3a3a3;font-size: 16px;background: url('../dashangimg/cy-reward-title-bg.jpg');font-family: 'Microsoft YaHei';margin-top: 7px;margin-right: 2px;}.shang_tit p {color: #a3a3a3;text-align: center;font-size: 16px;}.shang_payimg {width: 150px;height: 150px;border: 6px solid #EA5F00;margin: 0 auto;border-radius: 3px;}.shang_payimg img {display: block;text-align: center;width: 140px;height: 140px;}.pay_explain {text-align: center;margin: 10px auto;font-size: 12px;color: #545454;}.radiobox {width: 16px;height: 16px;background: url('../dashangimg/radio2.jpg');display: block;float: left;margin-top: 5px;margin-right: 14px;}.checked .radiobox {background: url('../dashangimg/radio1.jpg');}.shang_payselect {text-align: center;margin: 0 auto;margin-top: 40px;cursor: pointer;height: 60px;width: 280px;}.shang_payselect .pay_item {display: inline-block;margin-right: 10px;float: left;}.shang_info {clear: both;}.shang_info p, .shang_info a {color: #C3C3C3;text-align: center;font-size: 12px;text-decoration: none;line-height: 2em;}最后再提供几个打赏图标吧,喜欢的话就收藏起来吧:
以上所述是小编给大家介绍的利用ASP.NET MVC和Bootstrap快速搭建个人博客之文章打赏功能(六),希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
一、ASP.NETMVC的本地化支持ASP.NETMVC的是基于ASP.NET运行,所以由ASP.NET提供的所有功能,都可以在MVC里使用,例如缓存,会话状态
FastReport.NET2019是一款适用于WindowsForms,ASP.NET和MVC框架的功能齐全的报表分析解决方案。可用在MicrosoftVis
  asp.net虚拟主机,指的是能够支持asp.net语言开发的虚拟主机,我们需要使用asp.net虚拟主机来搭建网站,存储数据等,因此对
前言最近在逛博客时,发现很多博客都带了打赏功能,虽说打赏的人可能很少,但始终是一份心意,能让博主知道自己写的文章有用,能够帮助到人。所以,我也想加一个打赏功能~
在学习ASP.NETMVC之前,需要先了解“什么是MVC?”。也许这对某些ASP/ASP.NET开发人员来说非常陌生,MVC不是一种程序语言,严格说起来也不