侧边广告栏编写
<head>
<style type="text/css">
.ad {
float: right;
position: fixed;
right: 20px;
top: 200px;
border: 1px solid ;
width: 200px;
height: 500px;
border-radius: 8px;
background-color: #FDF5E6;
}
.ad_title p{
margin-left: 30px;
text-align: center:
font-weight: bold;
font-size: 20px;
}
.ad_1{
float: left;
position: fixed;
border: 1px solid ;
border-color: #fff;
width: 200px;
height: 473px;
top: 200px;
left: 2px;
}
</style>
<head>
<div class = "ad_1">
<a href="http://192.168.10.37"><img src="http://192.168.10.37/ruone/wp-content/uploads/sites/2/2018/07/ad_1.png"></a>
</div>