html页面左侧广告悬浮窗



页面左侧广告悬浮窗

<style>
 #zxd_x{width:20px; height:20px;text-align:center;font-size:16px;color:red;position:absolute;right:0px; top:0px;cursor:pointer;}
</style>
<div style="z-index:999;display: block; position: fixed; left: 0px; top: 200px;">
<div id="zxd_x">
  <a title="点击关闭"><b></b></a></div>
  <div class="content"><a href=""><img src="${baseurl }static/images/xf1.jpg"></a></div>
</div>


猜你喜欢

转载自blog.csdn.net/lp1052843207/article/details/78246774