2022-04-04 21:36:44 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #1e1f20;
|
|
|
|
transform: scale(1.4);
|
|
|
|
transform-origin: 0 0;
|
2022-05-22 13:10:10 +00:00
|
|
|
background: url("./imgs/bg1.png") top left no-repeat #2a3860;
|
2022-04-04 21:36:44 +00:00
|
|
|
background-size: contain;
|
|
|
|
width: 600px;
|
2022-05-16 21:32:31 +00:00
|
|
|
font-family: Number, YS2;
|
2022-04-04 21:36:44 +00:00
|
|
|
}
|
|
|
|
.container {
|
|
|
|
width: 600px;
|
|
|
|
padding: 20px 15px 10px 15px;
|
2022-05-22 13:10:10 +00:00
|
|
|
background: url("./imgs/footer.png") left bottom no-repeat;
|
2022-04-04 21:36:44 +00:00
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
.head-box {
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
position: relative;
|
|
|
|
color: #fff;
|
2022-05-16 21:32:31 +00:00
|
|
|
margin-top: 30px;
|
2022-04-04 21:36:44 +00:00
|
|
|
}
|
|
|
|
.head-box .title {
|
|
|
|
font-size: 36px;
|
|
|
|
font-family: NZBZ;
|
|
|
|
}
|
|
|
|
.head-box .genshin_logo {
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
right: 15px;
|
|
|
|
width: 97px;
|
|
|
|
}
|
2022-05-16 21:32:31 +00:00
|
|
|
.head-box .label {
|
|
|
|
font-size: 16px;
|
2022-04-04 21:36:44 +00:00
|
|
|
}
|
|
|
|
.notice {
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: right;
|
|
|
|
padding: 12px 5px 5px;
|
|
|
|
}
|
2022-05-16 21:32:31 +00:00
|
|
|
.notice-center {
|
|
|
|
color: #fff;
|
2022-04-04 21:36:44 +00:00
|
|
|
text-align: center;
|
2022-05-16 21:32:31 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
text-shadow: 1px 1px 1px #333;
|
2022-04-04 21:36:44 +00:00
|
|
|
}
|
|
|
|
.copyright {
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 10px;
|
2022-05-16 21:32:31 +00:00
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
margin-bottom: 10px;
|
2022-04-04 21:36:44 +00:00
|
|
|
}
|
2022-05-16 21:32:31 +00:00
|
|
|
/*# sourceMappingURL=common.css.map */
|