css enlarge.css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css enlarge.css相关的知识,希望对你有一定的参考价值。
.item {
background-color: #EEE;
border: solid 1px #CDC;
box-shadow: 4px 2px rgba(0,0,0,0.2);
display: block;
margin: 0.5em;
z-index: 0;
border-radius: 0.5em;
width: 30%;
height: 10%;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-ms-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}
.enlarge {
position: fixed;
width: 70%;
height: 70%;
/* left: 0; */
/* top: 0; */
/* right: 0; */
/* bottom: 0; */
padding: 30px 15%;
background-color: #BBB;
overflow: auto;
z-index: 1;
/* -webkit-transform-origin: 0 50%; */
/* -moz-transform-origin: 0 50%; */
/* -ms-transform-origin: 0 50%; */
/* -o-transform-origin: 0 50%; */
/* transform-origin: 0 50%; */
}
.enlarge
{
border: solid 1px black;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-ms-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}
以上是关于css enlarge.css的主要内容,如果未能解决你的问题,请参考以下文章
如何在CSS中调用公用css
css [css:fadeout / fadein] css示例。 #css
css基础 CSS 组合选择符CSS 伪类CSS 伪元素
css 深度提示#css中的css base builder CSS
css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器
什么是css