modules 添加web
@@ -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%;
|
||||
}
|
||||
@@ -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");
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: "FZZCYSK";
|
||||
src: local("☺"), url("./popfont.ttf");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: "FZZCYSK";
|
||||
src: local("☺"), url("./shelffont.ttf");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 749 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 677 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 709 B |
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 559 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 653 B |
|
After Width: | Height: | Size: 693 B |
|
After Width: | Height: | Size: 755 B |
|
After Width: | Height: | Size: 565 B |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 617 B |
|
After Width: | Height: | Size: 825 B |
|
After Width: | Height: | Size: 653 B |
|
After Width: | Height: | Size: 770 B |
|
After Width: | Height: | Size: 565 B |
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||