CSS 具有标题的令人敬畏的图像降低效果

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 具有标题的令人敬畏的图像降低效果相关的知识,希望对你有一定的参考价值。

#mainwrapper {  
  font: 10pt normal Arial, sans-serif;  
  height: auto;  
  margin: 80px auto 0 auto;
  text-align: center;  
  width: 660px;  
}  

#mainwrapper .box {
    border: 5px solid #fff;
    cursor: pointer;
    height: 172px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 300px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

#mainwrapper .box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	width: auto;
	height: 100%;
}


#mainwrapper .box .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
    opacity: 0;
    width: 280px;
    height: 152px;
    text-align: left;
    padding: 15px;
}

#mainwrapper .box:hover .fade-caption {  
    opacity: 1;  
}

以上是关于CSS 具有标题的令人敬畏的图像降低效果的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript Cloud Zoom,一个令人敬畏的jQuery图像缩放

python 具有FTP服务器验证功能的令人敬畏的递归下载程序

令人敬畏的代码语法突出显示变得很容易

Html和CSS如何使具有悬停效果的图像成为超链接

令人敬畏的jQuery步骤向导插件

text 令人敬畏的蟒蛇