modules 添加web

This commit is contained in:
Xwite
2023-04-07 20:28:21 +08:00
parent ed14659aa6
commit 95f53948f1
88 changed files with 5784 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
body {
padding: 0;
margin: 0;
height: 100vh;
}
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
margin: 0;
height: 100%;
}
+6
View File
@@ -0,0 +1,6 @@
code {
background-color: #f2f1f1;
padding: .125rem .25rem;
border-radius: 0.25rem;
font-size: 0.835rem;
}
@@ -0,0 +1,5 @@
@charset "UTF-8";
@font-face {
font-family: "iconfont";
src: url("./iconfont.woff") format("woff");
}
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
@charset "UTF-8";
@font-face {
font-family: "FZZCYSK";
src: local("☺"), url("./popfont.ttf");
font-style: normal;
font-weight: normal;
}
Binary file not shown.
@@ -0,0 +1,7 @@
@charset "UTF-8";
@font-face {
font-family: "FZZCYSK";
src: local("☺"), url("./shelffont.ttf");
font-style: normal;
font-weight: normal;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

+7
View File
@@ -0,0 +1,7 @@
kbd {
background-color: hsl(0deg, 0%, 99%);
border-radius: 3px;
border: 1px solid hsl(0deg, 0%, 80%);
padding: 4px 5px;
font-weight: bold;
}
+18
View File
@@ -0,0 +1,18 @@
@import './kbd.css';
@import './code.css';
::-webkit-scrollbar {
width: 0;
height: 0;
}
body {
padding: 0;
margin: 0;
}
.el-tabs__header {
position: sticky;
top: 0px;
z-index: 2;
background-color: white;
}