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.
35 lines
1.3 KiB
35 lines
1.3 KiB
<style>
|
|
/*//登录弹窗*/
|
|
.newLogipopup{
|
|
height: 100%;
|
|
width: 100%;
|
|
background-size: 100% 100%;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
}
|
|
ddd
|
|
</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 class="mt10 edu-txt-center">
|
|
<p class="color-grey-9">第三方账号登录</p>
|
|
<div class="mt15">
|
|
<a href="javascript:void(0)" class="margin15"><img src="/images/educoder/weixin.png" class="radius"/></a>
|
|
<a href="javascript:void(0)" class="margin15"><img src="/images/educoder/QQ.png" class="radius"/></a>
|
|
<a href="javascript:void(0)" class="margin15"><img src="/images/educoder/weibo.png" class="radius"/></a>
|
|
</div>
|
|
</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|