ZZZ-Plugin/resources/common/layout/index.css
2024-07-23 11:13:27 +08:00

41 lines
845 B
CSS

* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: "zzz", "tttgbnumber", "HYWenHei-55W", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
transform-origin: 0 0;
font-size: 24px;
width: 840px;
}
.container {
background: url("../images/bg.jpg") no-repeat center center;
background-size: cover;
color: white;
}
.copyright {
font-size: 0.7em;
color: #797979;
padding-bottom: 2em;
display: flex;
justify-content: center;
align-items: center;
gap: 0.3em;
}
.copyright .highlight {
color: #fff;
position: relative;
display: flex;
align-items: flex-start;
}
.copyright .highlight .version {
vertical-align: super;
font-size: 0.8em;
margin-top: -0.3em;
}
/*# sourceMappingURL=index.css.map */