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

这个位置怎么写的呀,我这样写的,显示空白

.task {

    width: 300px;

    height: 140px;

    border: 1px solid #999;

    

    background-image:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,

               url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;background-position:left top, 50px 50px, 100px 50px;

               

}


正在回答

4 回答

background-image属性,不支持no-repeat标签。

解决方案:

1.background-image中在去掉no-repeat标签。

2.添加 

 background-repeat:no-repeat,no-repeat;
 background-position:left top,right bottom;
 background-size:220px 80px,150px 50px;

属性

1 回复 有任何疑惑可以回复我~
#1

丶回

正解。
2018-09-27 回复 有任何疑惑可以回复我~

.task {

    width: 300px;

    height: 140px;

    border: 1px solid #999;

    

    background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat, 

               url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;

    background-position:0 0,100% 100%;

    background-size:230px 80px,150px 55px;

               

}

也可以

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

.task {
    width: 300px;
    height: 140px;
    border: 1px solid #999;
    
    background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,
               url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;
     background-repeat:no-repeat;
     background-position:left top,right bottom;
     background-size:220px 80px,150px 50px;

}


这节内容前面没有讲到,这可能是课程错失。

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

qq_美丽的曲线_03762593 提问者

不显示啊
2016-08-05 回复 有任何疑惑可以回复我~
#2

qq_骑乌龟狂奔_03414967 回复 qq_美丽的曲线_03762593 提问者

background-image:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,你把background-image中的image去掉就可以显示图片了
2016-08-05 回复 有任何疑惑可以回复我~

background-position:left top, 50px 50px, 100px 50px;

定义了三组,但是  background-image只有两组

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

qq_美丽的曲线_03762593 提问者

删除了一组,还是不显示
2016-08-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个位置怎么写的呀,我这样写的,显示空白

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