<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
a{
display: inline-block;
height: 33px;
background: url(images/left.png);
padding-left: 15px;
line-height: 33px;
text-decoration: none;
color: aliceblue;
margin-left: 100px;
}
span{
background: url(images/right.png);
padding-right: 15px;
}
</style>
</head>
<body>
<a href="#">
<span>首页123123</span>
</a>
</body>
</html>
效果展示:
滑动门使用原因:导航栏字数不一样。
网友评论