<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
position: absolute;
left: 70px;
top: 100px;
cursor: pointer;
}
.container {
width: 300px;
height: 320px;
border: 2px solid gold;
margin: 10px auto;
background-color: cadetblue;
}
.time {
margin: 5px 100px;
}
.img {
background-image: url(img/1.jpg);
width: 240px;
height: 240px;
}
.suc {
background-image: url(img/2.jpg);
width: 240px;
height: 240px;
}
.box {
position: relative;
width: 240px;
height: 240px;
margin: 5px auto;
}
.box ul.disappear {
display: none;
}
.box li {
float: left;
width: 60px;
height: 60px;
border: 1px solid silver;
box-sizing: border-box;
font-size: 35px;
text-align: center;
cursor: pointer;
color: #fff;
}
.button {
margin: 15px 90px;
}
.button input {
background-color: burlywood;
color: #3c3c3c;
华容道小游戏
最新推荐文章于 2024-01-09 10:34:39 发布