wpfw_ewei_shopv2/template/web/system/auth/close.html
2023-02-14 19:57:32 +08:00

130 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{template '_header'}
<style>
.stystem_upgrade .control-label{
margin-right: 10px;
}
.log .upgradelog{
line-height: 80px;
font-size:18px;
color: #333;
}
.log .upgradelog i{
font-weight: bold;
color: #00aeff;
margin-right: 7px;
font-size:20px;
}
.log .panel{
padding: 0 25px;
margin-bottom: 20px;
border:1px solid #efefef;
}
.log .panel p{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.log .panel p i{
margin-top: 5px;
margin-right: 5px;
}
.log .panel-heading{
padding: 0;
height:58px;
line-height: 58px;
font-size:14px;
border-bottom:1px solid #efefef !important;
}
.log .panel-body{
font-size: 13px;
color: #333;
line-height: 30px;
padding: 14px 0 35px;
}
.log .panel-body p i{
font-size:16px;
}
.shopedtion{
line-height: 50px;
margin-bottom: 30px;
}
.shopedtion .shopedtion_info{
display: flex;
align-items: center;
font-size:14px;
color: #333;
line-height: 30px;
padding: 15px 30px;
background: #eef9ff;
border: 1px solid #c4e3f3;
}
.shopedtion .model{
border: 1px solid #efefef;
line-height: 30px;
height: 200px;
overflow: auto;
padding: 15px 30px;
}
.shopedtion .shopedtion_info p{
font-size:14px;
}
.shopedtion_info>div{
flex:1;
align-items: center;
text-align: center;
}
.shopedtion .control-label,.new_edtion .control-label{
padding-top: 0;
}
.popover{
width:249px;
height:80px;
color: #666;
line-height: 20px;
}
.popover.bottom>.arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0,0,0,0);
}
.btn-group-pull input{
margin: 5px 0;
}
.notice-content {
font-size: 12px;
color: #666;
line-height: 30px;
text-indent: 2em;
}
</style>
<div class="page-header">
当前位置:<span class="text-primary">系统更新关闭</span>
</div>
<div class="page-content stystem_upgrade">
<form action="" method="post" class="form-horizontal form" enctype="multipart/form-data" >
<div class="form-group ">
<div class="shopedtion_info">
<div class="notice-content">
<img src="../addons/{EWEI_SHOP_V2_MODULE_NAME}/static/images/content-notice.png" />
<!--<p style="text-indent: 0">尊敬的用户:</p>-->
<!--<p>您好!</p>-->
<!--<p>为维护健康的开发环境,近期微擎对开发者及开发应用进行了明确规范,并对模块更新规则做出调整,为积极响应微擎规定,人人商城将按照规范进行统一更新。以下是本次公告的主要内容:</p>-->
<!--<p>1.人人商城将于2019年1月7日关闭独立更新所有用户需按照微擎统一更新规范进行产品更新。</p>-->
<!--<p>2.我们将停止维护PCsite登录入口由微擎统一入口进行登录。</p>-->
<!--<p>以上公告内容,望您悉知!给您带来的不便,我们深表抱歉!感谢您的支持和理解!</p>-->
<!--<p>如有任何疑问您可通过微信或QQ咨询我们再次感谢您对人人商城的信任与肯定我们将持续赋能移动电商为您带来更便捷的使用体验</p>-->
<!--<p style="text-align: right;">人人商城</p>-->
<!--<p style="text-align: right;">2019.01.03</p>-->
</div>
</div>
</div>
</form>
</div>
{template '_footer'}