项目备份
This commit is contained in:
39
static/styles.css
Normal file
39
static/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user