Merge branch 'develop' of https://bdgit.educoder.net/Hjqreturn/pgfqe6ch8 into develop
commit
a95e3066ba
@ -0,0 +1,42 @@
|
||||
<style>
|
||||
/*//登录弹窗*/
|
||||
.newLogipopup{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-size: 100% 100%;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
</style>
|
||||
<div class="educontent newLogipopup" id="backImg" >
|
||||
<div class="pr edu-txt-center height-100 pt110">
|
||||
<div class="login_reg pr login_regs">
|
||||
<div style="position: relative;">
|
||||
|
||||
<a href="javascript:void(0)" onclick="competitionfun();" id="closeIcon" style="position: absolute;right: -20px;top: 36px;">
|
||||
<i class="iconfont icon-shanchudiao"></i>
|
||||
</a>
|
||||
|
||||
<img src="/images/educoder/competitionslog.png" height="580px" width="637px" />
|
||||
|
||||
<a style="position: absolute;left:43%; bottom:18px;" onclick="setcompetitionfun();" >
|
||||
<img height="40px" width="150px" src="/images/educoder/applys.png" />
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function competitionfun(){
|
||||
localStorage.setItem('competition_uid', true);
|
||||
hideModal();
|
||||
}
|
||||
|
||||
function setcompetitionfun(){
|
||||
competitionfun();
|
||||
window.location.href="/competitions"
|
||||
}
|
||||
</script>
|
@ -1,24 +0,0 @@
|
||||
<style>
|
||||
/*//登录弹窗*/
|
||||
.newLogipopup{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-size: 100% 100%;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
</style>
|
||||
<div class="educontent newLogipopup" id="backImg" >
|
||||
<div class="pr edu-txt-center height-100 pt110">
|
||||
<div class="login_reg pr login_regs">
|
||||
<div>
|
||||
<a href="javascript:void(0)" onclick="hideModal();" id="closeIcon" style="position: absolute;right: 0px;"><i class="iconfont icon-shanchudiao"></i></a>
|
||||
<img src="/images/educoder/competitionslog.png" height="600px" width="600px" />
|
||||
<img height="600px" width="600px" src="/images/educoder/applys.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in new issue