refactor: refactor admin console page layout

This commit is contained in:
RockYang
2023-08-02 15:00:18 +08:00
parent 8d39234fd0
commit a0857817de
15 changed files with 172 additions and 100 deletions

View File

@@ -1,6 +1,3 @@
.admin-home .header {
background-color: #242f42;
}
.admin-home .login-wrap {
background: #324157;
}

View File

@@ -1,6 +1,6 @@
.admin-home {
.header {
background-color: #242f42;
}
.login-wrap {

View File

@@ -11,7 +11,9 @@ body,
overflow: hidden;
}
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.admin-home a {
text-decoration: none;
@@ -20,7 +22,7 @@ body {
position: absolute;
left: 250px;
right: 0;
top: 70px;
top: 0;
bottom: 0;
padding-bottom: 30px;
-webkit-transition: left 0.3s ease-in-out;

View File

@@ -13,7 +13,9 @@ body,
}
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.admin-home {
@@ -25,7 +27,7 @@ body {
position: absolute;
left: 250px;
right: 0;
top: 70px;
top: 0;
bottom: 0;
padding-bottom: 30px;
-webkit-transition: left .3s ease-in-out;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB