You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
784 B
25 lines
784 B
<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>
|
|
|
|
|