jquery.countdown活动上线倒计时页面效果代码

代码语言:html

所属分类:其他

代码描述:jquery.countdown活动上线倒计时页面效果代码

代码标签: jquery. ountdown 活动 上线 倒计时

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>

<head>
   
<meta charset="UTF-8">

   
<style>
        @charset "utf-8";
   
   
    html, body {
   
        padding:0px;
   
        background-color: #fff;
   
        font-family:Tahoma, Geneva, sans-serif;
   
    padding: 0px;
    background-color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #F0EEEF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: none;
    background-attachment: fixed;
    background-image: url(//repo.bfw.wiki/bfwrepo/images/daojish/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
   
    }
   
    a:link {
   
        color:#fff;
   
        text-decoration: none;
   
    }
   
   
   
    a:visited {
   
        color:#fff;
   
        text-decoration: none;  
   
    }
   
   
   
    a:hover {
   
        color:#fff;
   
        text-decoration: none;
   
    }
   
   
   
    a:active {
   
        color:#fff;
   
        text-decoration: none;  
   
    }
   
   
   
    h2 {
   
        font-size:14px;
   
        color:#FFF;
   
    }
   
    ul#lsn {
   
        list-style:none;
   
    }
   
    ul#lsninline {
   
        list-style:none;
   
        float:left;
   
    }
   
   
   
    #wrap {
   
        position:relative;
   
        margin-.........完整代码请登录后点击上方下载按钮下载查看

网友评论0