1
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
line-height: 1;
|
||||
color: #ffffff;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.activeClick {
|
||||
@@ -83,10 +83,10 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.f-state-default, .f-widget-content .f-state-default, .f-widget-header .f-state-default {
|
||||
.bgbtn3 {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
background-color: transparent !important;
|
||||
color: #ffffff ;
|
||||
}
|
||||
.header .layui-nav {
|
||||
padding: 0;
|
||||
@@ -147,6 +147,8 @@
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
background-color: transparent !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.bgbtn3{
|
||||
position:absolute;
|
||||
@@ -262,21 +264,21 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="set">
|
||||
<div class="iconfont icon-nav07">
|
||||
<div class="iconfont icon-nav07" style="color: #FFFFFF;">
|
||||
<a href="javascript:void(0);" style="color:#ffffff;" onclick="onToolSignOutClick()">退出</a>
|
||||
</div>
|
||||
<div class="iconfont icon-nav06">
|
||||
<div class="iconfont icon-nav06" style="color: #FFFFFF;">
|
||||
<f:Button runat="server" CssClass="bgbtn2" OnClick="btnSysSet_Click" Text="设置"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnSysSet" OnClientClick="parent.removeActiveTab();">
|
||||
</f:Button>
|
||||
</div>
|
||||
|
||||
<div class="iconfont icon-nav05" >
|
||||
<div class="iconfont icon-nav05" style="color: #FFFFFF;">
|
||||
<f:Button runat="server" CssClass="bgbtn2" OnClick="btnPersonal_Click"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="userName" OnClientClick="parent.removeActiveTab();">
|
||||
</f:Button>
|
||||
</div>
|
||||
<div class="iconfont icon-nav08" @click="full">全屏</div>
|
||||
<div class="iconfont icon-nav08" style="color: #FFFFFF;" @click="full">全屏</div>
|
||||
<div style="opacity:0;">
|
||||
<f:Button runat="server" CssClass="bgbtntop" Text="刷新" ToolTip="刷新菜单" IconFont="Retweet" OnClick="btnRetweet_Click"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnRetweet" OnClientClick="parent.removeActiveTab();">
|
||||
|
||||
Reference in New Issue
Block a user