mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
107 lines
1.8 KiB
CSS
107 lines
1.8 KiB
CSS
@font-face {
|
|
font-family: "HWZS";
|
|
src: url("../common/font/华文中宋.TTF");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Number";
|
|
src: url("../common/font/tttgbnumber.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NZBZ";
|
|
src: url("../common/font/NZBZ.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "YS";
|
|
src: url("../common/font/HYWenHei-55W.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
user-select: none;
|
|
}
|
|
|
|
body {
|
|
font-size: 18px;
|
|
color: #1e1f20;
|
|
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
|
|
transform: scale(1.4);
|
|
transform-origin: 0 0;
|
|
background: url("./bg1.png") top left no-repeat #2a3860;
|
|
background-size: contain;
|
|
width: 600px;
|
|
}
|
|
|
|
.container {
|
|
width: 600px;
|
|
padding: 20px 15px 10px 15px;
|
|
|
|
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: NZBZ, sans-serif;
|
|
text-shadow: 0 0 1px #000, 1px 1px 3px rgba(0,0,0,.9);
|
|
}
|
|
|
|
|
|
.head-box .genshin_logo {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 15px;
|
|
width: 97px;
|
|
}
|
|
|
|
.head-box .label {
|
|
font-size: 16px;
|
|
text-shadow: 0 0 1px #000, 1px 1px 3px rgba(0,0,0,.9);
|
|
}
|
|
|
|
|
|
.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;
|
|
font-family: Number, sans-serif;
|
|
text-align: center;
|
|
color: #fff;
|
|
position: relative;
|
|
padding-left: 10px;
|
|
text-shadow: 1px 1px 1px #000;
|
|
margin-bottom: 10px;
|
|
}
|