diff --git a/src/main/resources/templates/common/shell/header.html b/src/main/resources/templates/common/shell/header.html
index 58a9498..22d2140 100644
--- a/src/main/resources/templates/common/shell/header.html
+++ b/src/main/resources/templates/common/shell/header.html
@@ -73,44 +73,38 @@
}
.index-header .logo {
- display: inline-block;
+ display: inline-block;
position: absolute;
- top: 0;
- left: 0;
+ top: 0;
+ left: 0;
width: 255px;
- height: 123px;
- line-height: 106px;
- text-align: center;
- border-right: 1px solid rgba(0, 0, 0, 0.12);
- transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
- z-index: 1;
+ height: 100px;
+ line-height: 106px;
+ text-align: center;
+ border-right: 1px solid rgba(0, 0, 0, 0.12);
+ transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
+ z-index: 1;
}
.index-header .logo .home>span {
- display: inline-block;
- width: 255px;
- height: 100px;
- background: url("images/natural_js_boot.png") no-repeat 50% 50%;
+ font-weight: 600;
+ font-size: 32px;
+ color: rgba(0,0,0,.87);
+ font-family: cursive;
+}
+
+.index-header .logo .home>span>sup {
+ font-weight: 400;
+ font-size: 16px;
}
+
diff --git a/src/main/resources/templates/common/shell/lefter.html b/src/main/resources/templates/common/shell/lefter.html
index 6f7646e..fd66c9a 100644
--- a/src/main/resources/templates/common/shell/lefter.html
+++ b/src/main/resources/templates/common/shell/lefter.html
@@ -12,12 +12,11 @@
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
-
.index-lefter .logo .home>span {
- display: inline-block;
- width: 255px;
- height: 100px;
- background: url("images/natural_js.png") no-repeat 50% 50%;
+ font-weight: 600;
+ font-size: 32px;
+ color: rgba(0,0,0,.87);
+ font-family: cursive;
}
.index-lefter .logo .home>span>sup {
@@ -148,7 +147,7 @@