From 724e55ba679c61739885c207492d9befa66c0e2a Mon Sep 17 00:00:00 2001 From: "Mr.X" Date: Mon, 4 Jun 2018 11:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F/=E6=98=BE=E7=A4=BA=E5=B7=A6?= =?UTF-8?q?=E8=BE=B9=E8=8F=9C=E5=8D=95+=E7=BE=8E=E5=8C=96welcome.html?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/okadmin.css | 72 +++++++++++++++++--- index.html | 27 +++++++- user.html | 176 ++++++++++++++++++++++++++++++++++++++++++++++++ welcome.html | 124 +++++++++++++++++++++++++++++----- 4 files changed, 371 insertions(+), 28 deletions(-) diff --git a/css/okadmin.css b/css/okadmin.css index b3d7b84..1d50548 100644 --- a/css/okadmin.css +++ b/css/okadmin.css @@ -1,6 +1,34 @@ @charset "utf-8"; @import "../lib/layui/css/layui.css"; +/*顶部导航菜单*/ +.layui-layout-admin .layui-logo { + color: #fff; + font-size: 20px; +} + +.layui-nav { + padding: 0; +} + +.layui-layout-left { + left: 235px; +} + +.menu-switch { + width: 30px; + height: 30px; + position: relative; + left: 200px; + top: 18px; + color: #fff; + background-color: #1AA094; + text-align: center; + line-height: 30px; + cursor: pointer; +} + +/*主体内容*/ .content-body { position: absolute; top: 46px; @@ -37,12 +65,9 @@ .ok-body-breadcrumb { position: relative; - z-index: 99; line-height: 39px; height: 39px; - padding: 0px 20px; border-bottom: 1px solid rgb(229, 229, 229); - overflow: hidden; } /* @@ -55,11 +80,36 @@ }*/ /*美化滚动条代码*/ -::-webkit-scrollbar{width:10px;height:10px;} -::-webkit-scrollbar-button:vertical{display:none;} -::-webkit-scrollbar-track:vertical{background-color:black;} -::-webkit-scrollbar-track-piece{background-color:#F5F5F5;} -::-webkit-scrollbar-thumb:vertical{margin-right:10px; background-color:#A6A6A6;} -::-webkit-scrollbar-thumb:vertical:hover{background-color:#aaa;} -::-webkit-scrollbar-corner:vertical{background-color:#535353;} -::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;} \ No newline at end of file +::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +::-webkit-scrollbar-button:vertical { + display: none; +} + +::-webkit-scrollbar-track:vertical { + background-color: black; +} + +::-webkit-scrollbar-track-piece { + background-color: #F5F5F5; +} + +::-webkit-scrollbar-thumb:vertical { + margin-right: 10px; + background-color: #A6A6A6; +} + +::-webkit-scrollbar-thumb:vertical:hover { + background-color: #aaa; +} + +::-webkit-scrollbar-corner:vertical { + background-color: #535353; +} + +::-webkit-scrollbar-resizer:vertical { + background-color: #FF6E00; +} \ No newline at end of file diff --git a/index.html b/index.html index 8778c65..e9429c4 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,9 @@
+