|
|
|
@ -115,10 +115,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-logo {
|
|
|
|
|
width: auto !important;
|
|
|
|
|
height: 75% !important;
|
|
|
|
|
font-size: 30px !important;
|
|
|
|
|
font-family: cursive !important;
|
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.showMenu.layui-layout-admin .layui-side {
|
|
|
|
@ -136,22 +137,18 @@
|
|
|
|
|
<!-- 顶部 -->
|
|
|
|
|
<form class="layui-form layui-form-pane">
|
|
|
|
|
<div class="layui-row layui-header">
|
|
|
|
|
<!--<div class="layui-col-md4" style="text-align: center;">
|
|
|
|
|
<!–#if(subsystemLogo == null || subsystemLogo==''){–>
|
|
|
|
|
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/head_logo.png" />
|
|
|
|
|
<!–#}else{–>
|
|
|
|
|
<img style="height: 76px;" src="${ctxPath}${subsystemLogo}" onerror="javascript:this.src='${ctxPath}/filesystem/temp/label/head_logo.png';" />
|
|
|
|
|
<!–#}–>
|
|
|
|
|
</div>-->
|
|
|
|
|
|
|
|
|
|
<div class="layui-logo layui-hide-xs layui-bg-black">天择智云</div>
|
|
|
|
|
<a href="#" class="layui-hide-xs" style="width: 80px;">
|
|
|
|
|
<div class="layui-col-md4" style="text-align: center;">
|
|
|
|
|
|
|
|
|
|
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/logo.png"/>
|
|
|
|
|
<div class="layui-logo layui-hide-xs layui-bg-black">金融虚拟仿真实验课程平台</div>
|
|
|
|
|
<!--<a href="#" class="" style="width: 80px;">
|
|
|
|
|
<div class="fsSwitchMenu"><i class="iconfont icon-category"></i></div>
|
|
|
|
|
</a>
|
|
|
|
|
</a>-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 顶部菜单 -->
|
|
|
|
|
|
|
|
|
|
<div class="layui-col-md8">
|
|
|
|
|
<ul class="layui-nav" id="operation" style="float: right;">
|
|
|
|
|
<!--#for(node in menus.children){
|
|
|
|
|
var hasSite = true;//系统的第一个菜单默认显示
|
|
|
|
@ -170,16 +167,24 @@
|
|
|
|
|
<!--<li class="layui-nav-item layui-hide-xs bjq"><a style="cursor: pointer;" onclick="Lib.getEditUrl();">编辑器</a></li>-->
|
|
|
|
|
|
|
|
|
|
<li class="layui-nav-item head_">
|
|
|
|
|
<a href="javascript:void (0);"><img src="${ctxPath}${platform.getCurrentUser().head_img!''}" class="layui-nav-img">${platform.getCurrentUser().name!''}</a>
|
|
|
|
|
<a href="javascript:void (0);">
|
|
|
|
|
<!--#if(platform.getCurrentUser().head_img!''== null || platform.getCurrentUser().head_img!''==''){-->
|
|
|
|
|
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/head_img.jpg"/>
|
|
|
|
|
<!--#}else{-->
|
|
|
|
|
<img src="${ctxPath}${platform.getCurrentUser().head_img!''}" class="layui-nav-img">
|
|
|
|
|
<!--#}-->
|
|
|
|
|
|
|
|
|
|
${platform.getCurrentUser().name!''}</a>
|
|
|
|
|
<dl class="layui-nav-child">
|
|
|
|
|
<dd id="changePassword"><a href="javascript:void (0);" style="color: #000!important;">修改密码</a></dd>
|
|
|
|
|
<dd id="changePassword"><a href="javascript:void (0);" style="color: #000!important;">修改密码</a>
|
|
|
|
|
</dd>
|
|
|
|
|
<dd id="basicsInfo"><a href="javascript:void (0);" style="color: #000!important;">基本资料</a></dd>
|
|
|
|
|
<dd id="quitSystem"><a href="javascript:void (0);" style="color: #000!important;">退出</a></dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- <i class="layui-icon" title="在线编辑器" onclick="Lib.getEditUrl();" style="position: absolute;right: 30px;top: 0;font-size: 20px;color: white;cursor: pointer;"></i>-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="changePassword_dialog" style="padding-top: 20px;display: none;">
|
|
|
|
|
<div class="layui-form" action="" style="width: 90%;margin: 0 auto;">
|
|
|
|
@ -215,7 +220,8 @@
|
|
|
|
|
}
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<option value="${org.id}" ${checked?"selected"}>${org.name}</option>
|
|
|
|
|
<option value="${org.id}" ${checked?
|
|
|
|
|
"selected"}>${org.name}</option>
|
|
|
|
|
<!--#} -->
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|