火鸟门户修改底部APP提示的方法
找到目录 /static/js/core/touchScale.js
没有修改过的代码
**********************修复底部回复框被遮挡**************************
//2020-9-21 详情页底部增加下载app按钮
if(typeof JubaoConfig != “undefined” && typeof cfg_appinfo != “undefined”){
//非app 非小程序
if((device.indexOf(‘huoniao’) < 0) && !(window.__wxjs_environment == ‘miniprogram’)){
if(!$.cookie(‘downloadAppTips’)){
$(‘body’).append(‘<div class=”downLoadBottom fn-clear”>\n’ +
‘ <div class=”downLeft fn-clear”> \n’ +
‘ <i class=”closeDownload”></i> \n’ +
‘ <div class=”downloadLogo”><img src=”‘+cfg_appinfo.logo+’” alt=””></div> \n’ +
‘ <div class=”downloadInfo”>\n’ +
‘ <h2 class=”downloadTit”>’+cfg_appinfo.name+'</h2>\n’ +
‘ <p class=”downloadTip”>’+cfg_appinfo.subtitle+'</p>\n’ +
‘ </div>\n’ +
‘ </div>\n’ +
‘ <a href=”‘+masterDomain+’/mobile.html” class=”downLoadBtn”>’+langData[‘siteConfig’][6][216]+'</a>\n’ + //立即打开
‘</div>’);
}
}
$(‘body’).delegate(‘.closeDownload’,’click’,function(){
$(‘.downLoadBottom’).fadeOut();
$.cookie(‘downloadAppTips’, 1, {expires: 1});
})
}
修改好的代码
2020-9-21 详情页底部增加下载app按钮
if(typeof JubaoConfig != “undefined” && typeof cfg_appinfo != “undefined”){
非app 非小程序
if((device.indexOf(‘huoniao’) < 0) && !(window.__wxjs_environment == ‘miniprogram’)){
if(!$.cookie(‘downloadAppTips’)){
$(‘body’).append(‘<div class=”downLoadBottom fn-clear”>\n’ +
<div class=”downLeft fn-clear”> \n’ +
<i class=”closeDownload”></i> \n’ +
<div class=”downloadLogo”><img src=”‘+cfg_appinfo.logo+’” alt=””></div> \n’ +
<div class=”downloadInfo”>\n’ +
<h2 class=”downloadTit”>’+cfg_appinfo.name+'</h2>\n’ +
<p class=”downloadTip”>’+cfg_appinfo.subtitle+'</p>\n’ +
</div>\n’ +
</div>\n’ +
<a href=”‘+masterDomain+’/mobile.html” class=”downLoadBtn”>’+langData[‘siteConfig’][6][216]+'</a>\n’ + //立即打开
</div>’);
}
}
$(‘body’).delegate(‘.closeDownload’,’click’,function(){
$(‘.downLoadBottom’).fadeOut();
$.cookie(‘downloadAppTips’, 1, {expires: 1});
})
}
继续找到;/static/css/core/touchBase.css
没有修改过的代码 一般情况是在419行左右
/*底部下载app按钮*/
.downLoadBottom{background: #fff;position: fixed;bottom: 0;left: 0;right: 0;
box-shadow: 0px -5px 23px 0px rgba(0, 0, 0, 0.09);z-index: 999;animation:bottomFadeIn .3s ease-out; padding-bottom:calc(-.3rem + constant(safe-area-inset-bottom));padding-bottom: calc(-.3rem + env(safe-area-inset-bottom));}
.downLoadBottom .downLeft{ float: left;}
.downLoadBottom i.closeDownload{width: .36rem;height: .36rem;background: url(/static/images/closeDownload.png) center center no-repeat; background-size: .36rem auto;margin: .32rem .18rem;float: left;}
.downLoadBottom .downloadLogo{width: .7rem;height: .7rem;box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.09);border-radius: .1rem;background: #fff;float: left;margin-top: .15rem;}
.downLoadBottom .downloadLogo img{width: 100%;height: 100%;object-fit: cover;border-radius: .1rem;}
.downLoadBottom .downloadInfo{float: left;margin-top: .15rem;margin-left: .15rem}
.downLoadBottom .downloadInfo h2.downloadTit{font-size: .3rem;font-weight: bold;color: #333;}
.downLoadBottom .downloadInfo p.downloadTip{font-size: .22rem;color: #999;margin-top: -.06rem}
.downLoadBottom .downLoadBtn{float: right;padding: 0 .38rem;line-height: 1rem;font-size: .32rem;color: #fff;font-weight: bold;background: linear-gradient(89deg, #F25819 0%, #EE2824 100%);}
///修改成以下代码
/*底部下载app按钮
.downLoadBottom{background: #fff;position: fixed;bottom: 0;left: 0;right: 0;
box-shadow: 0px -5px 23px 0px rgba(0, 0, 0, 0.09);z-index: 999;animation:bottomFadeIn .3s ease-out; padding-bottom:calc(-.3rem + constant(safe-area-inset-bottom));padding-bottom: calc(-.3rem + env(safe-area-inset-bottom));}
.downLoadBottom .downLeft{ float: left;}
.downLoadBottom i.closeDownload{width: .36rem;height: .36rem;background: url(/static/images/closeDownload.png) center center no-repeat; background-size: .36rem auto;margin: .32rem .18rem;float: left;}
.downLoadBottom .downloadLogo{width: .7rem;height: .7rem;box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.09);border-radius: .1rem;background: #fff;float: left;margin-top: .15rem;}
.downLoadBottom .downloadLogo img{width: 100%;height: 100%;object-fit: cover;border-radius: .1rem;}
.downLoadBottom .downloadInfo{float: left;margin-top: .15rem;margin-left: .15rem}
.downLoadBottom .downloadInfo h2.downloadTit{font-size: .3rem;font-weight: bold;color: #333;}
.downLoadBottom .downloadInfo p.downloadTip{font-size: .22rem;color: #999;margin-top: -.06rem}
.downLoadBottom .downLoadBtn{float: right;padding: 0 .38rem;line-height: 1rem;font-size: .32rem;color: #fff;font-weight: bold;background: linear-gradient(89deg, #F25819 0%, #EE2824 100%);}
*/
常见问题
所有VIP可以商用吗,会不会有版权问题?
本站提供的源码大部分可以作为源码开发参考和学习,部分开源可商用。
账号可以分享给其他人使用吗?
您好,账号禁止共享,我们有验证机制的,会自动封号处理,谢谢配合。
如果遇到问题怎么联系解决呢?
最快的途径是在导航菜单选择提交【售后】会在24小时处理
下载的源码可以使用吗?
我们会在显著的地方表明【已测试】,显示已测试的都是小编测试过 。
1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
5.如有侵权请联系客服邮件770973008@qq.com
原文链接:https://www.56admin.com/15294.html,转载请注明出处。
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
5.如有侵权请联系客服邮件770973008@qq.com
原文链接:https://www.56admin.com/15294.html,转载请注明出处。
评论0