From 56c84cd7fb04407536eb0135162313029828a81f Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Mon, 11 Dec 2023 10:14:41 +0800
Subject: [PATCH] 暂时提交
---
src/main/resources/static/css/style.css | 51 +++++++++++++++++++++++++++++++++++----------------
1 files changed, 35 insertions(+), 16 deletions(-)
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index f90ae4b..78b141a 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -38,7 +38,7 @@
.nav>li>a {
color: #a7b1c2;
font-weight: 600;
- padding: 14px 20px 14px 25px;
+ padding: 20px 20px 20px 25px;
}
.nav li>a {
@@ -49,8 +49,9 @@
.nav.navbar-right>li>a {
color: #fff;
font-size: 14px;
- height: 50px;
- padding: 18px 15px;
+ height: 70px;
+ padding: 0 15px;
+ line-height: 70px;
}
.nav>li.active>a {
@@ -107,7 +108,7 @@
.navbar-top-links li a {
padding: 20px 10px;
- min-height: 50px;
+ min-height: 70px;
}
.dropdown-menu {
@@ -226,10 +227,10 @@
}
.minimalize-styl-2 {
- padding: 4px 12px;
- margin: 12px 5px 5px 15px;
font-size: 14px;
float: left;
+ line-height: 70px;
+ margin-left: 15px;
}
.navbar-form-custom {
@@ -283,7 +284,7 @@
}
.nav-second-level li a {
- padding: 7px 15px 7px 10px;
+ padding: 10px 15px 10px 10px;
padding-left: 52px;
}
@@ -390,7 +391,7 @@
}
.fixed-nav .minimalize-styl-2 {
- margin: 14px 5px 5px 15px;
+ margin-left: 15px;
}
.body-small .navbar-fixed-top {
@@ -3285,7 +3286,6 @@
}
nav.page-tabs {
- margin-left: 30px;
width: 100000px;
height: 38px;
overflow: hidden;
@@ -6330,7 +6330,7 @@
}
body.rtls .nav-second-level li a {
- padding: 7px 35px 7px 10px;
+ padding: 10px 35px 10px 10px;
}
body.rtls .ibox-title h5 {
@@ -6364,7 +6364,7 @@
body.rtls .minimalize-styl-2 {
float: right;
- margin: 14px 20px 5px 5px;
+ margin-left: 15px;
}
body.rtls .feed-element>.pull-left {
@@ -6866,7 +6866,7 @@
.navbar-header {
width: 10%;
- height: 50px;
+ height: 70px;
}
.bs-glyphicons {
@@ -6940,16 +6940,16 @@
}
nav .logo {
- background-color: #367fa9;
+ background-color: #014983;
color: #fff;
border-bottom: 0 solid transparent;
-webkit-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
display: block;
- height: 50px;
+ height: 70px;
font-size: 20px;
- line-height: 50px;
+ line-height: 70px;
text-align: center;
width: 200px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -6957,7 +6957,26 @@
font-weight: 300;
overflow: hidden
}
-
+nav .icon {
+ background-color: #014983;
+ color: #fff;
+ border-bottom: 0 solid transparent;
+ -webkit-transition: width .3s ease-in-out;
+ -o-transition: width .3s ease-in-out;
+ transition: width .3s ease-in-out;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 70px;
+ font-size: 20px;
+ line-height: 22px;
+ text-align: center;
+ width: 70px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ padding: 0 15px;
+ font-weight: 300;
+ overflow: hidden
+}
.logo-mini {
display: none;
}
--
Gitblit v1.9.2