已采纳回答 / Annguowenhua
class和id的命名不能以数字开头,只能以$,英文字母,下划线开头,否则不起作用,将所有class和id的命名改过来<...code...>最好不要用value=" "来设置输入框里的默认值,用&,并且input type="text" place...
2015-08-13
雪碧图中第一、二幅长宽:
width:180px;
height:42px;
背景位置大约是:
background-position:0 -35px;
width:180px;
height:42px;
背景位置大约是:
background-position:0 -35px;
*{
margin:0;
padding:0;
}
ul{list-style: none}
li{
width:100px;
display: block;
height:30px;
line-height: 30px;
overflow: hidden;
border-bottom:1px solid #dedede;
margin:0 auto;
}
margin:0;
padding:0;
}
ul{list-style: none}
li{
width:100px;
display: block;
height:30px;
line-height: 30px;
overflow: hidden;
border-bottom:1px solid #dedede;
margin:0 auto;
}
li h3{
font-size: 14px;
font-weight: 400
}
.cat{
width: 150px;
text-align:center;
background:#f8f8f8;
border: 1px solid #bbb;
}
font-size: 14px;
font-weight: 400
}
.cat{
width: 150px;
text-align:center;
background:#f8f8f8;
border: 1px solid #bbb;
}