<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
#div{
width: 1000px;
height: 350px;
margin-top: 20px;
}
p{
line-height: 28px;
margin-top: -5px;
text-align: left;
font-size: 14px;
}
.left{
width: 300px;
height: 350px;
/*background: yellow;*/
float: left;
}
.left img{
width: 300px;
height: 300px;
}
#right{
width: 650px;
height: 350px;
/*background: blanchedalmond;*/
float: left;
margin-left: 10px;
}
#right img{
width: 200px;
}
table{
width: 650px;
height: 350px;
}
@-webkit-keyframes suo{
0%{
transform: scale(1.1,1.1);
}
30%{
transform: scale(1.2,1.2);
}
60%{
transform: scale(1.3,1.3);
}
100%{
transform: scale(1.5,1.5);
}
}
div .left:hover{
animation: suo 3s linear;
}
div #right table tr td:hover{
animation: suo 3s linear;
}
</style>
</head>
<body>
<center>
<div id="div">
<div class="left">
<img src="../sft_img0128/1.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</div>
<div id="right">
<table>
<tr>
<td>
<img src="../sft_img0128/2.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/3.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/4.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
</tr>
<tr>
<td>
<img src="../sft_img0128/5.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/6.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/7.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
</tr>
</table>
</div>
</div>
</center>
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
#div{
width: 1000px;
height: 350px;
margin-top: 20px;
}
p{
line-height: 28px;
margin-top: -5px;
text-align: left;
font-size: 14px;
}
.left{
width: 300px;
height: 350px;
/*background: yellow;*/
float: left;
}
.left img{
width: 300px;
height: 300px;
}
#right{
width: 650px;
height: 350px;
/*background: blanchedalmond;*/
float: left;
margin-left: 10px;
}
#right img{
width: 200px;
}
table{
width: 650px;
height: 350px;
}
@-webkit-keyframes suo{
0%{
transform: scale(1.1,1.1);
}
30%{
transform: scale(1.2,1.2);
}
60%{
transform: scale(1.3,1.3);
}
100%{
transform: scale(1.5,1.5);
}
}
div .left:hover{
animation: suo 3s linear;
}
div #right table tr td:hover{
animation: suo 3s linear;
}
</style>
</head>
<body>
<center>
<div id="div">
<div class="left">
<img src="../sft_img0128/1.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</div>
<div id="right">
<table>
<tr>
<td>
<img src="../sft_img0128/2.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/3.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/4.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
</tr>
<tr>
<td>
<img src="../sft_img0128/5.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/6.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
<td>
<img src="../sft_img0128/7.png"/>
<p >马蓉喊话王宝强<br />
小学生圣诞约女模看电影</p>
</td>
</tr>
</table>
</div>
</div>
</center>
</body>
</html>