html关于圣诞节主题的网页,分享一个2014年圣诞节倒计时页面特效

2014年的圣诞节即将来临之季。小编给大家分享一款2014年圣诞节倒计时网页,当天的日期卡片有抖动的效果。一起看下效果图:

3fb28b7d88a575eb14337a6403bcdf4e.png

实现的代码。

html代码:

复制代码代码如下:

Merry Christmas

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10

  • 11

  • 12

  • 13

  • 14

  • 15

  • 16

  • 17

  • 18

  • 19

  • 20

  • 21

  • 22

  • 23

  • 24

  • 25

css代码:

复制代码代码如下:

body {

background: url("xmas.jpg");

color: #fff;

font-family: 'Oleo Script', cursive;

padding: 20px;

font-weight: 400;

}

h1 {

margin:0;

font-size:75px;

line-height: 75px;

text-align: center;

font-weight: 400;

}

ul {

margin:0 auto 30px auto;

padding:0;

list-style-type:none;

max-width:900px;

width: 100%;

text-align: center;

user-select: none;

}

li {

font-weight: 400;

background-color: #fff;

box-sizing: border-box;

border-radius: 6px;

display: inline-block;

color:#111;

cursor:pointer;

font-size: 26px;

padding:15px;

margin:25px 12px;

width: 130px;

height:130px;

line-height: 100px;

text-align:center;

position: relative;

vertical-align:top;

user-select: none;

perspective: 800px;

transition: all 0.4s ease-in-out;

}

ul li:last-child {

background-size:cover;

display:block;

clear:both;

margin: 20px auto 0 auto;

width: 200px;

height: 275px;

}

ul li:last-child .door {

font-size: 100px;

width: 200px;

height: 275px;

line-height: 240px;

}

ul li:last-child .revealed {

line-height: 123px;

}

.door {

user-select: none;

color:#fff;

font-size: 70px;

position: absolute;

top:0;

left:0;

background-color: #91c1cc;

box-sizing: border-box;

border-top: 2px #eee dashed;

border-right: 2px #eee dashed;

border-bottom: 2px #eee dashed;

border-left: 1px #eee solid;

border-radius: 6px;

padding:15px;

width: 130px;

height:130px;

transform-origin: 0 40%;

transition: all 0.4s ease-in-out;

transform-style: preserve-3d;

}

.current .door {

background-color: #7EAD44;

}

.current .door.open{

color: #7EAD44;

}

.revealed {

user-select: none;

}

#message {

box-sizing: border-box;

color: #222;

display: none;

font-size: 24px;

padding: 20px;

background: #eddecb;

max-width: 500px;

width: 100%;

border-radius: 15px;

margin: 0 auto;

}

.open {

box-shadow: 14px 0px 15px -1px rgba(0,0,0,0.2);

color: #91c1cc;

transform: rotate3d(0, 1, 0, -98deg);

}

.jiggle {

animation: jiggle 0.2s infinite;

transform: rotate(-1deg);

}

@keyframes jiggle {

0% {

transform: rotate(-1deg);

}

50% {

transform: rotate(1deg);

}

}

@media screen and (min-width: 480px) {

li {

margin:25px 20px;

}

}

@media screen and (min-width: 768px) {

body {

background-size:150px;

}

p {

right: 6%;

top: 20%;

bottom: auto;

margin-left: auto;

left: auto;

}

}

js代码:

复制代码代码如下:

$(document).ready(function () {

var words = [

'Lorem ',

'ipsum ',

'delor',

'sit',

'amet',

'consect',

'adipisci',

'elit,',

'sed.',

'Eiusmod',

'tempor',

'a',

'enim',

'minim',

'season',

'nulla',

'dolore',

'sint',

'id',

'est',

'laboris',

'ut.',

'aute',

'laborum',

'toe'

];

var message = '';

var date = new Date();

var day = date.getDate();

var month = date.getMonth() + 1;

var scrolled = false;

var timeDelay = 200;

var cardReveal = function () {

$('#message').text(message).show();

};

if (month === 12) {

$('li').each(function (index) {

var adventwindow = index + 1;

var item = $(this);

if (day !== adventwindow && adventwindow < day) {

window.setTimeout(function () {

item.children('.door').addClass('open');

}, timeDelay);

}

timeDelay += 100;

if (adventwindow <= day) {

var word = words[index];

$(this).append('

' + word + '
');

message = message + ' ' + word;

}

if (adventwindow === day) {

$(this).addClass('current');

$(this).addClass('jiggle');

}

$(this).on('click', function () {

if (adventwindow <= day) {

$(this).children('.door').toggleClass('open');

}

$(this).removeClass('jiggle');

if (day >= 25 && adventwindow === 25) {

messageReveal();

if (!scrolled) {

$('html, body').animate({ scrollTop: $('#message').offset().top }, 2000);

scrolled = true;

}

}

});

});

if (day >= 26) {

messageReveal();

}

}

});

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值