.sex:before{ content:url('images/blog.png');}.sex{ width:130px; height:70px; text-align:center; line-height:70px;}
3 回答
DIEA
TA贡献1820条经验 获得超2个赞
.sex:before{
content:url('images/blog.png');
position:absolute;
width:100%;
margin-left:-50%;
top:50%;
left:50%;
margin-top:-35px;
}
.sex{
width:130px;
height:70px;
text-align:center;
line-height:70px;
}
添加回答
举报
0/150
提交
取消