js+css实现找你妹小游戏代码

代码语言:html

所属分类:游戏

代码描述:js+css实现找你妹小游戏代码

代码标签: js css 找你妹 游戏 代码

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html>

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,minimal-ui">
<style>

body {
	background-color:#F06060;
	color:#fff;
	font:12px/1.5 '微软雅黑'
}
body>a {
	display:none
}
.page {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.hide {
	display:none
}
#loading {
	display:block;
	font-size:30px;
	text-align:center;
	color:#fff
}
#loading .loading-txt {
	height:100px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:60px;
	margin:auto
}
.boyaa_logo {
	height:50px;
	width:110px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	border-radius:10px;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,.5);
	box-shadow:1px 1px 3px rgba(0,0,0,.5)
}
.boyaa_logo img {
	max-width:100%;
	border-radius:10px;
	display:block
}
.copyright {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:16px
}
#index h1 {
	text-align:center;
	font-size:30px;
	padding:30px 0;
	text-shadow:1px 1px 1px #AB3C3C
}
#index .btns {
	text-align:center;
	position:absolute;
	bottom:10px;
	height:210px;
	width:100%;
	color:#ddd
}
#room header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#FFA1A1
}
#room header .lv {
	position:absolute;
	width:80px;
	height:50px;
	left:10px;
	top:0
}
#room header .lv em {
	font-style:normal
}
#room header .btn-pause {
	position:absolute;
	top:5px;
	right:10px;
	height:40px;
	width:60px;
	line-height:40px;
	padding:0;
	margin:0;
	color:#fff
}
#room header .time {
	font-size:20px;
	font-weight:700;
	background-color:#FD9090;
	color:#FFCACA;
	padding:0 10px;
	border-radius:10px
}
#room header .time.danger {
	color:#FF0505;
	background-color:#fff
}
#help {
	height:30px;
	font-size:16px;
	color:#FFA1A1;
	text-align:center
}
#box {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color:#ddd;
	border-radius:10px;
	padding:10px
}
#box span {
	display:block;
	float:left;
	border-radius:10px;
	cursor:pointer;
	border:5px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#box.lv2 span {
	width:50%;
	height:50%
}
#box.lv3 span {
	width:33.33%;
	height:33.33%
}
#box.lv4 span {
	width:25%;
	height:25%
}
#box.lv5 span {
	width:20%;
	height:20%;
	border-width:3px
}
#box.lv6 span {
	width:16.666%;
	height:16.666%;
	border-width:3px
}
#box.lv7 span {
	width:14.28%;
	height:14.28%;
	border-width:3px
}
#box.lv8 span {
	width:12.5%;
	height:12.5%;
	border-width:3px
}
#box.lv9 span {
	width:11.111%;
	height:11.111%;
	border-width:3px
}
#box span img {
	width:100%
}
#dialog {
	background-color:#A74343;
	padding-top:50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box
}
#dialog:after {
	position:absolute;
	top:0;
	right:0;
	display:block;
	content:'';
	width:90px;
	height:75px;
	background:url(//repo.bfw.wiki/bfwrepo/icon/5da6d284a17bd.png) 0 0/90px 75px no-repeat;
	-webkit-background-size:90px 75px
}
#dialog .inner {
	height:100%;
	width:100%;
	text-align:center;
	font-size:20px
}
#dialog .inner .content {
	padding-top:30px
}
#dialog .inner h3 {
	line-height:60px;
	font-size:40px;
	margin:0;
	color:#321
}
#dialog .inner .pause h3 {
	color:#FFE2C5
}
#dialog .inner .btn {
	margin:15px auto
}
#dialog .inner p {
	margin:0
}
#dialog .inner-content {
	height:270px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto
}
.btn {
	border:none;
	color:inherit;
	cursor:pointer;
	display:inline-block;
	margin:10px 30px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	outline:0;
	position:relative;
	background:#FCAD26;
	border-radius:7px;
	box-shadow:0 5px #DA9622;
	font-size:20px;
	font-family:'微软雅黑';
	height:50px;
	width:220px;
	line-height:50px;
	-webkit-tap-highlight-color:transparent
}
.btn.btn-bottom {
	position:absolute;
	width:300px;
	padding:0;
	bottom:20px;
	left:50%;
	margin-left:-150px
}
.boyaa-logo {
	display:block;
	height:50px;
	width:100px;
	margin:0 auto;
	-webkit-tap-highlight-color:transparent
}
.boyaa-logo img {
	max-width:100%
}
.banner {
	display:none;
	width:640px;
	back.........完整代码请登录后点击上方下载按钮下载查看

网友评论0