mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
75 lines
1.6 KiB
CSS
75 lines
1.6 KiB
CSS
.font-YS {
|
|
font-family: Number, "汉仪文黑-65W", YS, PingFangSC-Medium, "PingFang SC", sans-serif;
|
|
}
|
|
.font-NZBZ {
|
|
font-family: Number, "印品南征北战NZBZ体", NZBZ, "汉仪文黑-65W", YS, PingFangSC-Medium, "PingFang SC", sans-serif;
|
|
}
|
|
* {
|
|
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;
|
|
background: url("./imgs/bg1.png") top left no-repeat #2a3860;
|
|
background-size: contain;
|
|
width: 600px;
|
|
}
|
|
.container {
|
|
width: 600px;
|
|
padding: 20px 15px 10px 15px;
|
|
background: url("./imgs/footer.png") left bottom no-repeat;
|
|
background-size: contain;
|
|
}
|
|
.head-box {
|
|
border-radius: 15px;
|
|
padding: 10px 20px;
|
|
position: relative;
|
|
color: #fff;
|
|
margin-top: 30px;
|
|
}
|
|
.head-box .title {
|
|
font-size: 36px;
|
|
font-family: Number, "印品南征北战NZBZ体", NZBZ, "汉仪文黑-65W", YS, PingFangSC-Medium, "PingFang SC", sans-serif;
|
|
}
|
|
.head-box .genshin-logo {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 15px;
|
|
width: 97px;
|
|
background: url(../common/cont/logo.png) no-repeat center;
|
|
background-size: contain;
|
|
}
|
|
.head-box .label {
|
|
font-size: 16px;
|
|
}
|
|
.msg-cont {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.notice {
|
|
color: #888;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
padding: 12px 5px 5px;
|
|
}
|
|
.notice-center {
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
text-shadow: 1px 1px 1px #333;
|
|
}
|
|
.copyright {
|
|
font-size: 16px;
|
|
text-align: center;
|
|
color: #fff;
|
|
position: relative;
|
|
padding-left: 10px;
|
|
text-shadow: 1px 1px 1px #000;
|
|
margin-bottom: 10px;
|
|
}
|
|
/*# sourceMappingURL=common.css.map */ |