<!--引入jq-->
<script>
var isShowTip = window.sessionStorage.getItem("isShow") ? window.sessionStorage.getItem('isShow') : false;
if(!isShowTip) {
window.sessionStorage.setItem("isShow", true);
} else {
document.getElementById("isshow").style.display = 'none';
}
$("#tipBtn").bind("click", function() {
$(".tip-shadow").hide();
})
</script>
         <section class="tip-shadow" id="isshow">
<div class="tip-box">
<p style="margin-top: 10px; margin-bottom:15px;"></p> <span class="tipBtn" id="tipBtn">我知道了</span>
</div>
</section>

最新文章

  1. QM模块包含主数据(Master data)和功能(functions)
  2. 管道寄售库存MRKO结算后,冲销问题
  3. POJ 3579
  4. SQL Server -SET QUOTED_IDENTIFIER
  5. css基础(二)
  6. Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)的解决方法
  7. 如何理解CSS中的浮动 :其实他就像乘坐扶梯一样
  8. 【PHP】震惊,一张图详解递归函数!!!!
  9. windows 2008 VPN(PPTP/L2TP)搭建
  10. 【Android Studio安装部署系列】目录
  11. 20175324 2018-2019-2 《Java程序设计》第5周学习总结
  12. [Python设计模式] 第28章 男人和女人——访问者模式
  13. mescroll在vue中的应用
  14. asp.net core 通过ajax上传图片及wangEditor图片上传
  15. CentOS7 添加开机启动项
  16. 项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved 解决方法
  17. .Net 环境
  18. 三个Linux权限
  19. javascript本地,宿主,内置对象
  20. tar、7z(7zip)压缩/解压缩指令的使用

热门文章

  1. liteos内存(三)
  2. Bid和Ask
  3. 51nod 1344 【前缀和】
  4. MySQL 使用 MySQLDump 复制数据库
  5. 决斗(Headshot )
  6. [NOIP2018校模拟赛]T2矩阵分组 Matrix
  7. java自带线程池
  8. 转 Oracle最新PSU大搜罗
  9. subline应用之技巧
  10. go获取当前执行的位置程序