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

我是这样写,有问题么??会不会产生副作用

/*在此定义相关CSS样式*/
.topList {
    width:300px;
    height:180px;
    border:1px solid #E8E8E8;
    margin:0 auto;
}

ul{
    list-style-type: none;
    padding: 0 5px 5px 5px;
    font-size:12px;
}

 em{
    width:20px;
    height:16px;
    text-align:center;
    font-style:normal;
    color:#333;
    background:url("http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg") no-repeat ;
    background-position:0 -16px;
    display:block;
    float:left;
}

.top em{
    color:#FFF;
    background:url(http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg) no-repeat top  center;
}

.topList a:link,.topList a:visited{
    text-decoration: none;
    color: #888;
}

.topList a:hover,.topList a:active{
    text-decoration: none;
    color: #F00;
}

正在回答

1 回答

background-position:0 -16px;

这里改为:

background-position:bottom center;

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

举报

0/150
提交
取消

我是这样写,有问题么??会不会产生副作用

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