我的第一个图片显示不出来啊?

我的第一个图片显示不出来啊?

目前234的动画效果已经是正常实现了的,不知道为什么1没有背景?我的代碼如下:

.cr-bgimg{

width: 600px;

height: 400px;

overflow: hidden;

position: absolute;

top: 0;

left: 0;

z-index: 1;

background-repeat: no-repeat;

}

.cr-bgimg div{

width: 150px;

height: 100%;

float: left;

overflow: hidden;

position: relative;

}

/*demo1的特殊效果*/

.cr-bgimg div span{

width: 100%;

height: 100%;

position: absolute;

left: -150px;

top: 0;

z-index: 2;

transition: all .5s ease;

}

/*圖片的定位*/

.cr-container input.cr-selector-img-1:checked ~ .cr-bgimg,

.cr-bgimg div span:nth-child(1){

background:url(../images/1.jpg);

}

.cr-container input.cr-selector-img-2:checked ~ .cr-bgimg,

.cr-bgimg div span:nth-child(2){

background:url(../images/2.jpg);

}

.cr-container input.cr-selector-img-3:checked ~ .cr-bgimg,

.cr-bgimg div span:nth-child(3){

background:url(../images/3.jpg);

}

.cr-container input.cr-selector-img-4:checked ~ .cr-bgimg,

.cr-bgimg div span:nth-child(4){

background:url(../images/4.jpg);

}

/*調整每個小塊的背景*/

.cr-bgimg div:nth-child(1) span{

background-position: 0 0;

}

.cr-bgimg div:nth-child(2) span{

background-position: -150px 0;

}

.cr-bgimg div:nth-child(3) span{

background-position: -300px 0;

}

.cr-bgimg div:nth-child(4) span{

background-position: -450px 0;

}

/*調整每個小塊的位置和動畫*/

.cr-container input.cr-selector-img-1:checked ~ .cr-bgimg div span:nth-child(1),

.cr-container input.cr-selector-img-2:checked ~ .cr-bgimg div span:nth-child(2),

.cr-container input.cr-selector-img-3:checked ~ .cr-bgimg div span:nth-child(3),

.cr-container input.cr-selector-img-4:checked ~ .cr-bgimg div span:nth-child(4){

z-index:10;

left: 0;

}


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
提问者 下小朋友_ 2017-03-09 15:07:00

哦哦,不好意思,我找到問題了,是第一個圖片設置背景的時候,逗号前面多了一个问题,现在正常显示了

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
HTML5与CSS3实现动态网页 2018
  • 参与学习       1887    人
  • 提交作业       4643    份
  • 解答问题       5760    个

有HTML和CSS基础,却不知道如何进阶?本路径带你通过系统学习,完成从“会做网页”到“做出好的动态网页”的蜕变,迈出成为前端工程师的第一步。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师