项目备份

This commit is contained in:
林觅
2026-04-09 10:37:51 +08:00
parent 7ed8d2dcb4
commit 4eab443148
32 changed files with 9468 additions and 0 deletions

39
static/styles.css Normal file
View File

@@ -0,0 +1,39 @@
.myFontWenDao {
font-family: myFontWenDao, sans-serif;
}
#app {
border: 1px dotted blueviolet;
border-radius: 3rem;
padding: 2rem;
margin: 1rem;
}
#app .title {
text-align: center;
}
#appChildEleButton {
background-color: whitesmoke;
border: 2px dotted grey;
border-radius: 0.5rem;
}
#appChildEleButton :hover {
opacity: 0.5;
background-color: black;
}
.con {
padding: 0.5rem;
margin: 1rem auto;
border: 1px dotted grey;
border-radius: 1rem;
text-align: center;
width: fit-content;
}
li {
display: block;
}
#localVideo {
display: none;
}