Merge remote-tracking branch 'origin/master'
commit
2fb776a058
|
|
@ -23,6 +23,34 @@
|
|||
color: #2D8CF0; }
|
||||
|
||||
/**============================导航菜单的箭头 start============================*/
|
||||
#navBar .layui-nav-more {
|
||||
top: 17px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.layui-nav-itemed>a .layui-nav-more:before{
|
||||
right: -2px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
#navBar .layui-nav-more:before {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-style: solid dashed dashed;
|
||||
border-color: #fff transparent transparent;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
/*transition: all .2s;*/
|
||||
-webkit-transition: all .2s;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
/*top: 40%;*/
|
||||
/*right: 3px;*/
|
||||
/*margin-top: 20px;*/
|
||||
border-width: 6px;
|
||||
border-top-color: rgba(255,255,255,.7);
|
||||
}
|
||||
|
||||
#navBar.ok-arrow2 .layui-nav-item a span,
|
||||
#navBar.ok-arrow3 .layui-nav-item a span,
|
||||
#navBar.ok-arrow2 .layui-nav-item.layui-nav-itemed dd a span,
|
||||
|
|
@ -54,7 +82,9 @@
|
|||
#navBar.ok-arrow3 .layui-nav-item a span.layui-nav-more:before{
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
border-style: none;
|
||||
/*border-color: #fff transparent transparent;*/
|
||||
top: 5px;
|
||||
left: 0;
|
||||
height: 12px;
|
||||
line-height: 12px;
|
||||
|
|
@ -67,7 +97,8 @@
|
|||
content: "\e661";
|
||||
}
|
||||
#navBar.ok-arrow2 .layui-nav-itemed > a > span.layui-nav-more:before{
|
||||
/*content: "\e6de";*/
|
||||
top: 20px;
|
||||
content: "\e6de";
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
|
|
@ -75,6 +106,7 @@
|
|||
content: "\e767";
|
||||
}
|
||||
#navBar.ok-arrow3 .layui-nav-itemed > a > span.layui-nav-more:before{
|
||||
top: 18px;
|
||||
content: "\e768";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<!--左侧导航区域-->
|
||||
<div class="layui-side layui-side-menu okadmin-bg-20222A ok-left">
|
||||
<div class="layui-side-scroll okadmin-side">
|
||||
<div class="okadmin-logo">ok-admin v2.0</div>
|
||||
<div class="okadmin-logo">ok-admin v2.6.8</div>
|
||||
<div class="user-photo">
|
||||
<a class="img" title="我的头像">
|
||||
<img src="images/avatar.png" class="userAvatar">
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="keywords" content="ok-admin v2.0,ok-admin网站后台模版,后台模版下载,后台管理系统模版,HTML后台模版下载">
|
||||
<meta name="description" content="ok-admin v2.0,顾名思义,很赞的后台模版,它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板,适合中小型CMS后台系统。">
|
||||
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" href="/css/oksub.css"/>
|
||||
</head>
|
||||
<body class="page-fill">
|
||||
|
|
|
|||
Loading…
Reference in New Issue