代码拉取完成,页面将自动刷新
#tag{
position: relative;
width:512px;
height:768px;
margin: 0 auto;
}
input{
font-family: "黑体";
font-size: 20px;
color:#fff;
height: 47px;
width: 176px;
border:#fff;
border-radius: 5px;
cursor:pointer;
}
#tag #begin input:disabled{
background-image: url(source/Buttons.png);
background-position: 0px -164px;
cursor: not-allowed;
}
/*加载动画*/
#loadImage{
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
background-image: url("source/loading.gif");
background-position: 100px 180px;
background-color: #000;
background-repeat: no-repeat;
z-index: 3;
}
#begin{
/*display: none;*/
position: absolute;
left: 0;
right: 0;
background-image:url(source/bg/img_bg_logo.jpg);
height: 668px;
padding: 100px 68px 0 68px;
z-index: 2;
}
#logo{
width: 375px;
height: 120px;
background-image: url(source/LOGO.png);
background-repeat: no-repeat;
}
#name{
margin-top: 20px;
vertical-align: middle;
height: 100px;
font-family:"黑体";
font-size: 25px;
color: #fff;
text-align: center;
}
.juese{
font-size: 18px;
}
#name input[type="text"]{
height: 40px;
color: #111;
cursor: text;
}
#create{
margin-left: 20px;
width: 80px;
background-image: url(source/Buttons.png);
background-position: 0px -108px;
}
#create:hover{
background-image: url(source/Buttons.png);
background-position: -197px -108px;
}
#ctTip{
line-height: 25px;
font-size: 15px;
color: #000;
float: left;
}
#Btns{
margin:20px 0 30px 0;
}
#beginBtn{
background-image: url(source/Buttons.png);
background-position: 0px 0px;
}
#tipBtn{
background-image: url(source/Buttons.png);
background-position: 0px -53px;
margin-left: 15px;
}
#beginBtn:hover{
background-image: url(source/Buttons.png);
background-position: -196px 0px;
}
#tipBtn:hover{
background-image: url(source/Buttons.png);
background-position: -196px -51px;
}
#tips{
height: 300px;
background-image: url(source/tips.png);
}
.tips{
visibility: hidden;
}
/*开始选择飞机*/
#chooseFly{
position: relative;
background-image:url(source/bg/img_bg_logo.jpg);
width: 100%;
height: 100%;
z-index: 1;
}
#title{
width: 100%;
height: 100px;
z-index: 1;
}
#choose{
width: 100%;
height: 332px;
z-index: 1;
}
#bgImage{
display: none;
position: absolute;
left: 0;
top: 0;
width: 512px;
height: 768px;
z-index: -1;
}
/*分割飞机选框*/
.chooseFly{
width: 256px;
height: 166px;
float: left;
}
/*鼠标移上去的效果*/
.chooseHover{
border-radius: 30px;
background: transparent;
background-color: rgba(255,255,255,0.7);
}
/*游戏结束*/
#end{
display: none;
position: absolute;
left: 0;
top: 0;
background-color:rgba(0,0,0,0.25);
padding: 159px 50px;
z-index: 1;
}
/*游戏结束积分榜*/
.endClass{
width:412px;
height: 385px;
border-radius: 15px;
background:#eee;
margin-bottom: 15px;
}
#over{
font-family: "宋体";
font-size: 30px;
color:#666;
padding-top:5px;
}
/*游戏结束积分上的名字*/
.userName{
line-height: 50px;
text-align: center;
font-family: '宋体';
color: #666;
margin:10px 0 0 0;
}
#over dl{
height: 40px;
margin:20px 0 20px 0;
}
#over dt{
line-height: 50px;
float: left;
width: 200px;
text-align: right;
}
#over dd{
line-height: 50px;
width:200px;
margin-left: 200px;
}
/*计分下的提示*/
.tip{
margin-left: 50px;
font-size: 15px;
}
/*排行榜*/
#rank{
position: absolute;
left: 50px;
top: 159px;
}
.dis{
display: none;
}
table{
margin-left: 10px;
color: #666;
}
#rank th{
font-size: 10px;
}
#rank th,#rank td{
text-align: center;
height: 58px;
}
#rank td{
font-size: 20px;
}
.tdb{
width: 60px;
background-image: url(source/golden.png);
background-repeat: no-repeat;
}
.position1{
background-position: 15px 0px;
}
.position2{
background-position: 15px -60px;
}
.position3{
background-position: 15px -120px;
}
.tdc{
width: 60px;
background-image: url(source/class.png);
background-repeat: no-repeat;
}
.p1{
background-position: 0px 0px;
}
.p2{
background-position: 0px -120px;
}
.p3{
background-position: 0px -180px;
}
.p4{
background-position: 0px -60px;
}
#rank .name{
font-family: '宋体';
width: 100px;
}
#rank .rlife,#rank .rlevel{
width: 50px;
}
#rank .rscore{
font-weight: bolder;
color: #FF5501;
width: 60px;
}
.rank45{
font-family: '宋体';
font-size: 25px;
}
#leftBtn{
background-image: url(source/Buttons.png);
background-position: 0px 0px;
}
#rightBtn{
background-image: url(source/Buttons.png);
background-position: 1px -108px;
margin-left: 50px;
}
#leftBtn:hover{
background-image: url(source/Buttons.png);
background-position: -196px 0px;
}
#rightBtn:hover{
background-image: url(source/Buttons.png);
background-position: -197px -108px;
}
#canvas{
position: absolute;
left: 0;
top: 0;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。