为了账号安全,请及时绑定邮箱和手机立即绑定

为什么没有平移效果?

@charset "utf-8";

/* CSS Document */

body,figure,figcaption,h2,p{margin:0;padding:0;}

figure{position:relative;width:33.33%;height:350px;overflow:hidden;float:left;}

figcaption{position:absolute;top:0px;left:0px;color:#ccc;font-family:"微软雅黑";}

figure img{opacity:0.8;transition:all 0.35s;}/*图片虚化*/

figure figcaption p,h2,span,div{transition:all 0.35s;}


@media screen and (min-width:1001px){

figure{ width:33.33%;}

}

@media screen and (max-width:600px){

figure{ width:100%;}

}

@media screen and (min-width:601px) and (max-width:1000px){

figure{ width:50%;}

}


.test1{background:#2F0000;}

.test1 figcaption p{background:#fff;color:#333;margin:5px;text-align:center;transform:translate(-120px,0px);}

.test1 figcaption p:nth-of-type(1){transition-delay:0.05s;}

.test1 figcaption p:nth-of-type(2){transition-delay:0.1s;}

.test1 figcaption p:nth-of-type(3){transition-delay:0.15s;}

.test1 figcaption{padding:20px;}

.test1:hover figcaption p{transform:translate(0px,0px);}

.text1:hover img{transform:translate(-50px,0px);opacity:0.2;}


正在回答

2 回答

谢谢,后来发现了

0 回复 有任何疑惑可以回复我~

粗心的原因  复制了你的代码  发现你把最后一行的test1写成了text1

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
CSS3图片动态提示效果
  • 参与学习       53895    人
  • 解答问题       142    个

实用的CSS3图片动态提示效果,熟练掌握CSS动画的制作技法

进入课程

为什么没有平移效果?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信