399day(滑动门)

《2018年11月7日》【连续399天】

标题:滑动门;

内容:

<style type="text/css">
	  * {
	  	margin: 0;
	  	padding: 0;
	  }

	  a {
	  	margin: 100px;
	  	height: 33px;
	  	display: inline-block;
	  	background: url(images/to.png) no-repeat;
	  	color: #fff;
	  	text-decoration: none;
	  	line-height: 33px;
	  	padding-left: 15px;
	  }

	  span {
	  	display: inline-block;
	  	height: 33px;
	  	background: url(images/to.png) no-repeat right;
	  	padding-right: 15px;

	  }
	</style>
<a href="#">
		<span>首页12312323</span>
	</a>

猜你喜欢

转载自blog.csdn.net/orangecloudy/article/details/83796882