tab背景颜色
parent
a974344ed7
commit
1a126d5af0
|
|
@ -20,11 +20,12 @@
|
|||
.layui-nav{padding:0}
|
||||
.layui-layout-left{left:235px}
|
||||
.layui-tab-title li:first-child .layui-tab-close{display:none}
|
||||
.layui-tab-title li{background-color:#f2f2f2}
|
||||
.layui-tab-brief>.layui-tab-title .layui-this{color:#fff;background-color:#1AA094;}
|
||||
.menu-switch{width:30px;height:30px;position:relative;left:200px;top:16px;color:#fff;background-color:#1AA094;text-align:center;line-height:30px;cursor:pointer}
|
||||
.weather{margin: 15px 0 0 20px;}
|
||||
.textMarquee{float:left;width:450px;margin-top: 20px;}
|
||||
.layui-nav-tree .layui-nav-child a{padding-left:36px}
|
||||
.layui-tab-title li{background-color:#f2f2f2}
|
||||
.content-body{position:absolute;top:46px;right:0;bottom:42px;left:200px;z-index:1;overflow:hidden}
|
||||
.content-body .layui-tab-content{position:absolute;top:50px;bottom:0;width:100%;padding:0;z-index:-999;overflow:hidden}
|
||||
.content-body .layui-tab-content .layui-tab-item{height:100%}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
<meta name="description" content="ok-admin v1.0,顾名思义,很赞的后台模版,它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板,适合中小型CMS后台系统。">
|
||||
<link rel="shortcut icon" href="imgs/favicon.ico"/>
|
||||
<link rel="stylesheet" href="css/okadmin.css">
|
||||
<link rel="stylesheet" href="lib/nprogress/nprogress.css">
|
||||
</head>
|
||||
<body class="layui-layout-body">
|
||||
<div class="layui-layout layui-layout-admin">
|
||||
|
|
@ -169,7 +168,6 @@
|
|||
<div class="yy"></div>
|
||||
<!--js逻辑-->
|
||||
<script src="lib/layui/layui.js"></script>
|
||||
<script src="lib/nprogress/nprogress.js"></script>
|
||||
<script src="js/okadmin.js"></script>
|
||||
<!--天气预报插件-->
|
||||
<script>(function(T,h,i,n,k,P,a,g,e){g=function(){P=h.createElement(i);a=h.getElementsByTagName(i)[0];P.src=k;P.charset="utf-8";P.async=1;a.parentNode.insertBefore(P,a)};T["ThinkPageWeatherWidgetObject"]=n;T[n]||(T[n]=function(){(T[n].q=T[n].q||[]).push(arguments)});T[n].l=+new Date();if(T.attachEvent){T.attachEvent("onload",g)}else{T.addEventListener("load",g,false)}}(window,document,"script","tpwidget","//widget.seniverse.com/widget/chameleon.js"))</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue