北京化妆时尚气息自适应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;} 来适配. 保证自己的严谨代码编写风格.
随机推荐
- Chrome Development Tool: [VM] file from javascript
Chrome Development Tool: [VM] file from javascript [VM] (scriptId) has no special meaning. It's a du ...
- Windows 下的SSH客户端
在日常Linux系统管理中,会使用SSH工具连接服务器,之所以SSH连接主要是为了安全,传统的telnet连接方式是以明文传输,很不安全,网络中如果又热窃听抓包,密码将要泄露.在众多SSH连接中,Pu ...
- 手机APP流量的发送与获取功能的实现
package com.loaderman.trafficdemo; import android.content.Context; import android.content.Intent; im ...
- 注册 Ironic 裸金属节点并部署裸金属实例
目录 文章目录 目录 前文列表 注册(Enrollment)裸机 创建裸金属实例的 Flavor 部署裸金属实例 日志分析 问题:Failed to create neutron ports for ...
- [笔记] Ubuntu 18.04安装Docker CE及NVIDIA Container Toolkit流程
之前写的[笔记] Ubuntu 18.04安装Docker CE及nvidia-docker2流程已经out了,以这篇为准. Docker的好处之一,就是在Container里面可以随意瞎搞,不用担心 ...
- C#-WinForm跨线程修改UI界面
待解决的问题 在我做WinForm开发的过程中,经常会遇到耗时操作或阻塞操作.他们会引发软件的卡顿甚至假死,严重影响软件的使用. 因此,这类耗时或阻塞的操作一般都会使用异步的方式去执行,不影响主线程( ...
- python基础知识(正则表达式)
使用正则表示式分割字符串 split() re.split(pattern,string,[maxsplit],[flags]) re.split(指定一个模式字符串,要匹配的字符串,最大的拆分次数, ...
- Vue实现点击时间获取时间段查询功能
二话不说,先上图 实现如上代码: //获取本周第一天 showWeekFirstDay: function () { let Nowdate = new Date(); let WeekFirstDa ...
- 致远OA利用POC
批量检测url 在脚本同目录下建立url.txt 放入待检测的URL 运行脚本 # Wednesday, 26 June 2019 # Author:nianhua # Blog:https://gi ...
- 关于虚拟机docker 启动mysql 启动成功但未挂载到端口
首先排查了防火墙和其他权限相关问题 然后检查了mysql 用户权限问题 docker logs 查看日志 正常应该是到3306 问题是我的mysql my.cnf 文件是挂在在本地.当第二次启动容器时 ...