北京化妆时尚气息自适应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);
}
}
北京化妆时尚气息自适应CSS例子的更多相关文章
- 特产网站自适应CSS
下面是一个特产网站自适应CSS,这个特产自适应CSS通过屏幕宽度大小来进行适应的,而不是根据UA来判断,就加快了判断的速度,所以速度很快 中国特产站排名还是很好的,特别是手机端 li { list-s ...
- DIV+CSS例子
DIV水平居中+垂直居中 #main_zone{ width:1190px; height:570px; background-color:#fff; margin:0 auto; /*左右居中*/ ...
- flex自适应小例子
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 自适应css 框架 PURE
Bootstrap 好用 但是太大啦 有时候只需要用到媒体查询这一块的样式 Pure.css可以很好地替代 直接上地址咯: http://purecss.io/ https://unpkg.com/p ...
- css例子
6.背景图像渐变的制作body{ background:#ccc url(xxx.gif)rpeat-x或y:} 7.给一个区块加上背景#branding{ width:700px: height:2 ...
- css笔记01:CSS例子
body { margin:0; padding:0; background:#000 url('images/backgrounds/star.png') no-repeat fixed; font ...
- 网页中顶部banner图自适应css
//test.css .index-banner-top { width: 100%; background: url(../imgs/guanyu.png) no-repeat center cen ...
- APP自适应的例子
<!DOCTYPE html><html lang="zh"> <head> <meta charset="UTF-8" ...
- 网上的CSS例子编写都不太严谨,如*{ margin:0;padding:0;}
margin:0;padding:0; 一般情况下不可以用 *{margin:0;padding:0;} 来适配. 保证自己的严谨代码编写风格.
随机推荐
- 使用redis时遇到的问题及解决方法
最近在向redis中写入数据的时候,报了下面的错误: failed opening the rdb file crontab (in server root dir /etc) for saving ...
- OpenCV学习笔记(13)——轮廓特征
查找轮廓的不同特征,例如面积,周长,重心,边界等 1.矩 图像的矩可以帮助我们计算图像的质心,面积等. 函数cv2.momen()会将计算得到的矩以一个字典的形式返回, 我们的测试图像如下: 例程如下 ...
- 1.Oracle 11g 精简客户端
大型项目开发中,当属Oracle的使用率最高.通常开发人员的机器上都会装上一个 oracle客户端,但一般我们不会再自己的机器上安装Oracle database,因为我们的项目中有专为开发使用的or ...
- 阶段3 3.SpringMVC·_07.SSM整合案例_01.ssm整合说明
Spring去整合另外的两个框架
- 059. Spiral Matrix II
题目链接:https://leetcode.com/problems/spiral-matrix-ii/description/ Given a positive integer n, generat ...
- C 表达式中的汇编指令
asm 为 gcc 中的关键字,asm 表达式为在 C代码中嵌套汇编指令,该表达式只是单纯的替换出汇编代码,并不对汇编代码的含义进行解析. asm 表达式有两种形式,第二种 asm-qualifier ...
- flask 之(二) --- 视图|模版|模型
Flask框架 打开pycharm编译器,新建一个Flask项目,选择提前建好的虚拟环境 . 项目结构: static:静态资源文件,可以直接被浏览器访问 templates:模版文件,必须在项目的p ...
- xDeepFM
1. xDeepFM优势 自动高效的学习隐式和显示的高维特征交互 设计一个新的CIN网络可以显示学习高阶特征交互,且为Vector-Wise 2. xDeepFM整体算法框架 整个网络结构主要分 ...
- 基于vs插件的abp代码生成器
工作了这么多年,一直都在小公司摸爬滚打,对于小公司而言,开发人员少,代码风格五花八门.要想用更少的人,更快的速度,开发更规范的代码,那自然离不开代码生成器.之前用过动软的,也用过T4,后面又接触了力软 ...
- sqlalchemy一对一关系映射
#encoding: utf-8 from sqlalchemy import create_engine,Column,Integer,String,Float,func,and_,or_,Text ...