Commit 7a8b3f33 authored by wildfirecode13's avatar wildfirecode13

1

parent 4e3e838e
.DS_Store
\ No newline at end of file
.noprize {
width: 7.15rem;
height: 8.8rem;
left: 0.34rem;
top: 2.77rem;
position: absolute;
}
.noprize .noprize_bc {
width: 7.15rem;
height: 8.8rem;
left: 0;
top: 0;
position: absolute;
}
.noprize .more {
width: 3.9rem;
height: 0.8rem;
left: 1.4rem;
top: 7.29rem;
position: absolute;
}
\ No newline at end of file
......@@ -15,6 +15,7 @@
<link href="./css/app.css" rel="stylesheet">
<link href="./css/EdPop.css" rel="stylesheet">
<link href="./css/rule.css" rel="stylesheet">
<link href="./css/noprize.css" rel="stylesheet">
<link href="./css/index.css" rel="stylesheet">
</head>
......@@ -38,6 +39,7 @@
<div class="mainPopContainer">
<div class="Ed_PopBgCenter" style="background-color: rgba(0, 0, 0, 0.7);display: none;">
<div class="Ed_zoom Ed_PopBgCenter">
<!-- rule -->
<div class="rule " style="display: none;"><img class="rule_bc " src="/assets/rule/rule_bc.png">
<div class="content ">
<p><strong>测试测试测试测试测试测试12313123121223131323121233</strong></p>
......@@ -69,6 +71,12 @@
<p>测试</p>
</div><img class="close " src="/assets/rule/close.png">
</div>
<!-- noprize -->
<div class="noprize ">
<img class="noprize_bc " src="/assets/noprize/noprize_bc.png">
<img class="more " src="/assets/noprize/more.png">
</div>
</div>
</div>
</div>
......@@ -76,6 +84,7 @@
<script src="./js/popup.js"></script>
<script src="./js/index.js"></script>
<script src="./js/rule.js"></script>
<script src="./js/noprize.js"></script>
</body>
</html>
\ No newline at end of file
$('.index .rule').click(function(){
showPop('rule')
});
\ No newline at end of file
});
setTimeout(function () {
showPop('noprize')
},1000)
\ No newline at end of file
$('.noprize .more ').click(function(){
closePop('noprize')
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment