快捷导航
发新帖
返回列表
是边看视频边敲代码的,和教学视频代码写的一样,并没有实现内容从下到上的一个过渡,时间处长也没有作用,这是为啥?
<style type="text/css">
*{margin:0; padding:0;}
body{font-family:"微软雅黑";}

.box{width:247px; height:350px; position:relative; overflow:hidden;}
.box img{display:block;}
.box .ceng{width:247px; height:350px; background:rgba(0,153,204,0.8); position:absolute; top:350px; left:0; text-align:center; color:#fff; transform:0.3s;}
.box .ceng h2{font-size:24px; font-weight:400; padding:60px 0 30px;}
.box .ceng p{font-size:14px; padding:30px 10px; margin-bottom:20px;}
.box .ceng a{border:1px solid #fff; color:#fff; font-size:16px; text-decoration:none; padding:5px 10px;}
.box:hover .ceng{top:0;}
</style>


<div class="box">
<img src="images/z_shafa1.jpg">
<div class="ceng">
<h2>标题文字</h2>
<p>内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要内容摘要</p>
<a href="">了解更多 ></a>
</div>

举报 使用道具
| 回复

共1个回复 最后回复于 2017-3-18 09:16

勤币 71   学币 0  
沙发
发表于 2017-3-18 09:16:14 | 只看该作者
你知道原因了吗,同问
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表