一般写法:
background-image:url(http://static.mukewang.com/static/img/logo_index.png),url(http://static.mukewang.com/static/img/logo_index.png);
background-repeat:no-repeat;
background-position:left top,right bottom;
background-size:75% 60%,25% 40%;
background-image:url(http://static.mukewang.com/static/img/logo_index.png),url(http://static.mukewang.com/static/img/logo_index.png);
background-repeat:no-repeat;
background-position:left top,right bottom;
background-size:75% 60%,25% 40%;
2015-07-05
代码里面bgslideLeft,还有其他的几个class 少了个 空格,应该是两个 class ,bg 和 slideLeft
2015-07-05
<div><span></span>我是标题,在我前面插入内容吧</div>
2015-07-04
教程中的 <lable for="usename">我是选中状态</lable>
是错误的, lable 应该改为 label
是错误的, lable 应该改为 label
2015-07-03
input[type="text"]:read-write{
border:2px solid red;
}
border:2px solid red;
}
2015-07-03
input[type="text"]:not(read-only){
border:2px solid red;
}
border:2px solid red;
}
2015-07-03