下面是源代码,鼠标悬浮在图片上时图片翻转180度
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#piclist {
float: left;
width: 620px;
height: 1050px;
border: 3px solid #f70b65;
background-color:cyan;
border-radius: 10px;
}
.picbox {
float: left;
width: 300px;
height: 510px;
margin: 3px;
border-radius: 20px;
margin-top: 4px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-s