close

<style>
.divleft {
background-size:cover;
width:50%;
height:calc(100vw * 270.0 / 1280.0);
max-height:270px;
max-width:1280px;
margin:0;
padding:0;
float:left;
background-color:#FFFF00;
}
.divright {
background-size:cover;
width:50%;

height:calc(100vw * 270.0 / 1280.0);
max-height:270px;
max-width:1280px;
margin:0;
padding:0;
float:right;
background-color:#FF0000;

}

img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
max-width: 100% ;
height:auto;
margin:0 ;
padding:0 ;
display:block;
}
</style>
<body>
<div class="divleft" style="">
<p>123</p>
<p>123</p>
<p>123</p>
</div>
<div class="divright"><img src="1.jpg" style="height:100%;"/></div>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()