代码拉取完成,页面将自动刷新
同步操作将从 dungang/lucky-lottery 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>lucky-lottery</title>
<link rel="stylesheet" type="text/css"
href="css/bootstrap.min.css" crossorigin="anonymous"/>
<style>
body {
background-image: url('images/bg-2.jpg') ;
background-size: cover;
background-repeat: no-repeat;
color: orange;
}
.title{
text-align: center;
margin: 30px 0;
content: ' ';
margin-top:50px;
}
.sub-title {
text-align: center;
}
.reward {
text-align: center;
height:50px;
line-height: 50px;
}
.timer {
text-align: center;
height:30px;
line-height: 30px;
}
.reward-pepole {
margin:auto;
text-align: center;
font-size: 16px;
line-height: 24px;
margin-top: 60px !important;
}
.col-12 {
font-size:64px;
line-height: 72px;
}
.col-6 {
font-size:36px;
line-height: 64px;
}
.col-4 {
font-size:28px;
line-height: 48px;
}
.col-3 {
font-size:20px;
line-height: 32px;
}
.col-2 {
font-size:24px;
line-height: 36px;
}
.col-1 {
font-size:16px;
line-height: 24px;
}
@keyframes timer
{
from {
font-size: 24px;
}
to {
font-size: 100px;
}
}
</style>
</head>
<div class="container">
<div class="row">
<h2 class="title"></h2>
<h1 class="sub-title"></h1>
</div>
<div class="container">
<h2 class="reward"></h2>
<div id="reward-area" class="reward-pepole row">
<div class="col-md-12 col-12">
<h1>开始抽奖</h1>
</div>
</div>
</div>
<body>
<script src="index.js"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。