圖片動不了地方
<!DOCTYPE html>
<html>
?? ?<head>
?? ??? ?<meta charset="utf-8">
?? ??? ?<title></title>
?? ?</head>
?? ?<body>
?? ??? ?<div class="question">
?? ??? ??? ?<h2>aaaaaaaaaaa?</h2>
?? ??? ??? ?<div class="operate">
?? ??? ??? ??? ?<button class="btn" id="agree">好呀</button>
?? ??? ??? ??? ?<button class="btn" id="disagree">不好</button>
?? ??? ??? ?</div>
?? ??? ??? ?</div>
?? ??? ?<div class="main">
?? ??? ??? ?<img src="g1.gif" />
?? ??? ??? ?<img src="g2.gif" />
?? ??? ?</div>
?? ?</body>
</html>
body{
?? ?overflow: hidden;
}
.main{
?? ?width: 640px;
?? ?position: absolute;
?? ?right: -20px;
?? ?text-align: center;
?? ?.g1{
?? ??? ?display: block;
?? ??? ?}
?? ?.g2{
?? ??? ?display: block;
?? ??? ?margin-top: -20px;
?? ??? ?}
}
.question{
?? ?position: absolute;
?? ?left: 50px;
?? ?top: 200px;
?? ?z-index: 10;
?? ?border: double 6px #999;
?? ?border-radius: 15px;
?? ?background-clip: #FFDEE6;
?? ?padding: 20px;
?? ?height: 100px;
}