侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130555 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

简单的js图片每天变幻一张,可用于倒计时

2024-05-10 星期五 / 0 评论 / 0 点赞 / 7 阅读 / 1465 字

<style> .con-mark-bg { width: 100%; overflow: hidden; background: #da0148; display: blo

<style>    .con-mark-bg {        width: 100%;        overflow: hidden;        background: #da0148;        display: block;    }    .con-mark-main {        width: 1190px;        height: 90px;        margin: 0 auto;        display: block;    }        .con-mark-main a {            width: 1190px;            height: 90px;            display: block;        }</style><div class="con-mark-bg" id="con_mark_bg" style=" display: block;">    <div class="con-mark-main" id="con_mark_main">        <a href="/event/zhounian9" target="_blank"><img id="img_hp" width="1190" height="90" border="0" src="http://pic.keede.com/Images/index_scb/20160526/29.jpg"></a>           </div></div><script type="text/javascript">    var myDate = new Date();    var imgSrc = 'http://pic.keede.com/Images/index_scb/20160526/' + myDate.getDate() + '.jpg';    document.getElementById('img_hp').src = imgSrc;</script>

 

广告 广告

评论区