Skip to content

Commit

Permalink
浅色,完工!
Browse files Browse the repository at this point in the history
  • Loading branch information
xygodcyx committed May 26, 2024
1 parent 941555b commit 10fe60d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
12 changes: 6 additions & 6 deletions web/css/leftNav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.home {
--leftNavWidth: 260px;
--leftNavWidth: 320px;
--lineWidth: 100%;
}

Expand Down Expand Up @@ -30,7 +30,6 @@


.home .leftNav.show {

width: var(--leftNavWidth);
max-width: var(--leftNavWidth);
/* transition-delay: 0.2s; */
Expand Down Expand Up @@ -224,10 +223,6 @@
margin-bottom: 0px;
}

.home .leftNav .bottom {
/* height: 300px; */
/* margin-bottom: 40px; */
}

.home .leftNav.show .bottom {
/* display: block; */
Expand All @@ -246,6 +241,10 @@
opacity: 1;
}

.home .leftNav .bottom .about .navItem {
padding-left: 12px;
}

.home .leftNav .bottom .about .navItem:hover a {
color: #fff;
transition-delay: 0s;
Expand Down Expand Up @@ -274,6 +273,7 @@
/* padding-left: 12px; */
}


.home .leftNav .bottom .about .navItem .icon {
color: #b1b1b1;
opacity: 0;
Expand Down
11 changes: 3 additions & 8 deletions web/css/mainContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
--iconItemHeight: 100px;
width: var(--iconItemWidth);
height: var(--iconItemHeight);
margin: 20px;
margin: 40px;
cursor: pointer;
transition: 0.3s;
-webkit-transition: 0.3s;
Expand Down Expand Up @@ -152,7 +152,7 @@
padding-top: 20px;
display: grid;
cursor: pointer;
background-color: #7a7979;
background-color: #fff;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 10px;
Expand All @@ -161,15 +161,10 @@
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: 0.6s;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-ms-transition: 0.6s;
-o-transition: 0.6s;
}

.home .mainContent .content .iconWrap .iconWrapContent:hover {
background-color: #c7c7c7;
background-color: #fff;
}

.home .mainContent .content .iconWrap .iconWrapContent .bigIcon {
Expand Down

0 comments on commit 10fe60d

Please sign in to comment.