北京化妆时尚气息自适应CSS例子

三里屯太古广场——北京化妆时尚气息的先锋阵地!
  “乐色起义”创意化妆设计大赛——国内最具创意的公益设计大赛!
  CNature——国内最具个性的时尚环保公益组织!
  一个多么奇妙的组合!就在2010年的这个冬天,在北京三里屯太古广场,“乐色起义”创意化妆设计大赛部分获奖作品正式对社会观众展示并使用。这意味着自2009年9月至12月,由年轻时尚的公益组织CNature (又称:自然景象环境保护协会),携手国内最大的创意门户网站--视觉中国推出的“乐?色起义创意化妆设计大赛”正式走下大赛展台进入了大街小巷,同时,代表着时尚公益迈出了由理念到实用的关键一步。
  “做环保、做公益不能只是喊口号、摆样子!”在这样的思路下,2009年9月化妆“乐色起义”创意化妆设计大赛开始面向社会征集参赛作品,在短短三个月的时间里,组委会收到参赛作品近千件,几乎创造了一个设计比赛的奇迹12月20日的“乐色起义”在政府、创意、设计、音乐、企业等各界精英嘉宾,以及几十家媒体、数百位现场观众的大力支持下,举办了盛大的颁奖盛典,一件件极具创意、时尚同时兼具实用功用的化妆设计作品应运而生。
  “2009年CNature将‘环保很时尚 公益很简单’这一最符合当今推广规律的公益理念,带给了大家,并得到了各界朋友的大力支持。2010年,CNature会在继续大力推广时尚环保的基础上,加强公益理念与环保实践的结合,此次创意化妆的公开展示与使用,希望可以成为CNature一个新的起点!”CNature秘书长杜涓女士的一番话,使我们有理由相信,在2010年,我们将有机会见到更多这样新奇、时尚的公益组合,见到更多的时尚公益奇迹,给代码化妆
.banner .contentInfo .sub {
animation:sub .5s ease-in-out 0s both;
-moz-animation:sub .5s ease-in-out 0s both;
-webkit-animation:sub .5s ease-in-out 0s both;
-o-animation:sub .5s ease-in-out 0s both;
}
@keyframes sub {
0% {
height:0px;
}
100% {
height:120px;
}
}
@-moz-keyframes sub {
0% {
height:0px;
}
100% {
height:120px;
}
}
@-webkit-keyframes sub {
0% {
height:0px;
}
100% {
height:120px;
}
}
@-o-keyframes sub {
0% {
height:0px;
}
100% {
height:120px;
}
}
.banner .contentInfo .quan {
animation:quan .2s ease-in-out .5s both;
-moz-animation:quan .2s ease-in-out .5s both;
-webkit-animation:quan .2s ease-in-out .5s both;
-o-animation:quan .2s ease-in-out .5s both;
}
@keyframes quan {
0% {
transform:scale(0);
}
100% {
transform:scale(1);
}
}
@-moz-keyframes quan {
0% {
-moz-transform:scale(0);
}
100% {
-moz-transform:scale(1);
}
}
@-webkit-keyframes quan {
0% {
-webkit-transform:scale(0);
}
100% {
-webkit-transform:scale(1);
}
}
@-o-keyframes quan {
0% {
-o-transform:scale(0);
}
100% {
-o-transform:scale(1);
}
}
.banner .contentInfo .title {
animation:tranx .8s ease-in-out .5s both;
-moz-animation:tranx .8s ease-in-out .5s both;
-webkit-animation:tranx .8s ease-in-out .5s both;
-o-animation:tranx .8s ease-in-out .5s both;
}
.banner .contentInfo .info {
animation:tranx .8s ease-in-out .7s both;
-moz-animation:tranx .8s ease-in-out .7s both;
-webkit-animation:tranx .8s ease-in-out .7s both;
-o-animation:tranx .8s ease-in-out .7s both;
}
.banner .contentInfo .btn {
animation:tranx .8s ease-in-out .9s both;
-moz-animation:tranx .8s ease-in-out .9s both;
-webkit-animation:tranx .8s ease-in-out .9s both;
-o-animation:tranx .8s ease-in-out .9s both;
}
@keyframes tranx {
0% {
transform:translateX(-700px);
}
100% {
transform:translateX(0);
}
}
@-moz-keyframes tranx {
0% {
-moz-transform:translateX(-700px);
}
100% {
-moz-transform:translateX(0);
}
}
@-webkit-keyframes tranx {
0% {
-webkit-transform:translateX(-700px);
}
100% {
-webkit-transform:translateX(0);
}
}
@-o-keyframes tranx {
0% {
-o-transform:translateX(-700px);
}
100% {
-o-transform:translateX(0);
}
}
@keyframes bannerNavChildOn {
0% {
background:#fff;
transform:scale(1);
}
50% {
transform:scale(0);
}
100% {
background:#000;
transform:scale(1);
}
}
@-moz-keyframes bannerNavChildOn {
0% {
background:#fff;
-moz-transform:scale(1);
}
50% {
transform:scale(0);
}
100% {
background:#000;
-moz-transform:scale(1);
}
}
@-webkit-keyframes bannerNavChildOn {
0% {
background:#fff;
-webkit-transform:scale(1);
}
50% {
transform:scale(0);
}
100% {
background:#000;
-webkit-transform:scale(1);
}
}
@-o-keyframes bannerNavChildOn {
0% {
background:#fff;
-o-transform:scale(1);
}
50% {
transform:scale(0);
}
100% {
background:#000;
-o-transform:scale(1);
}
}

猜你喜欢

转载自www.cnblogs.com/blogst/p/10905066.html