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

雪碧图出不来,求指教,看看问题在哪?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>

<style>
*{
    margin:0;
    padding:0;
}

form{
    width:200px;
    padding:5px 10px;
    background-color:lightblue;
}

.block {
    width:190px;
    height:38px;
    display:block;
    margin:10px 0;
    font-size:15px;
    text-indent:2em;
}

label,a{
    font-size:80%;
	text-decoration:none;
}

label{
    margin-right:25px;
}

.button{
    border:none;
    background-image:url(http://img1.sycdn.imooc.com//539a972b00013e9102280177.jpg);
}

#signup{
	background:url(sp.png)0 -38px;
	display:inline;
}
</style>
</head>

<body>

<form>
    <input class="block" placeholder="邮箱/手机号/用户名">
    <input class="block" placeholder="请输入密码">
    <input type="checkbox" id="remember">
    <label for="remember">下次自动登录</label>
    <a href="#">忘记密码?</a>
    <!--<button class="block" id="login"></button>
    <button class="block" id="signup"></button>-->
    <div class="block"><input  class="button" type="button"></div>
    <div class="block"><input  class="button" type="button" id="signup"></div>
    
    
</form>


</body>
</html>


正在回答

2 回答

你div里面的input没有设宽高

.button{
    width:100%;
    height:100%;
    border:none;
    background-image:url(http://img1.sycdn.imooc.com//539a972b00013e9102280177.jpg);
}
#signup{
    background:url(http://img1.sycdn.imooc.com//539a972b00013e9102280177.jpg)0 -38px;
    
}

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

邢旭叔叔 提问者

是高度跟宽度没有设置,你没撑开,非常感谢!
2015-10-20 回复 有任何疑惑可以回复我~
#2

邢旭叔叔 提问者

多打了一个“你”,抱歉!
2015-10-20 回复 有任何疑惑可以回复我~
#3

邢旭叔叔 提问者

非常感谢!
2015-10-20 回复 有任何疑惑可以回复我~

没有设置background-position


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

邢旭叔叔 提问者

在大家的帮助下,找到原因了,谢谢!
2015-10-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
CSS Sprite雪碧图应用
  • 参与学习       47099    人
  • 解答问题       228    个

必学的大型网站实用技术,让你快速掌握CSS Sprite雪碧图技术

进入课程

雪碧图出不来,求指教,看看问题在哪?

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