开发反馈弹窗

This commit is contained in:
zyronon
2023-08-23 16:44:49 +08:00
parent 093c84964a
commit 0291476e4c
13 changed files with 450 additions and 275 deletions

View File

@@ -4,7 +4,7 @@
:root {
--color-main-bg: rgb(226, 226, 226);
--color-second-bg: rgb(238,240,244);
--color-second-bg: rgb(238, 240, 244);
--color-header-bg: white;
--color-font: black;
}
@@ -27,6 +27,10 @@ html, body {
width: 100%;
height: 100%;
color: $font-color;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#app {
@@ -34,6 +38,12 @@ html, body {
height: 100%;
}
a {
//color: white;
text-decoration: none;
}
::-webkit-scrollbar {
width: 8rem;
height: 10rem;