mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
initial upload
This commit is contained in:
commit
1c65f10e24
58 changed files with 2533 additions and 0 deletions
BIN
resources/common/fonts/ExQteFeverNum.ttf
Normal file
BIN
resources/common/fonts/ExQteFeverNum.ttf
Normal file
Binary file not shown.
BIN
resources/common/fonts/FC_Sound.ttf
Normal file
BIN
resources/common/fonts/FC_Sound.ttf
Normal file
Binary file not shown.
BIN
resources/common/fonts/Mont_FF-Heavy.otf
Normal file
BIN
resources/common/fonts/Mont_FF-Heavy.otf
Normal file
Binary file not shown.
BIN
resources/common/fonts/REEJI-CloudChaoCuHeiGBT.ttf
Normal file
BIN
resources/common/fonts/REEJI-CloudChaoCuHeiGBT.ttf
Normal file
Binary file not shown.
BIN
resources/common/fonts/RoGSanSrfStd-Bd.otf
Normal file
BIN
resources/common/fonts/RoGSanSrfStd-Bd.otf
Normal file
Binary file not shown.
BIN
resources/common/fonts/SCDream9.otf
Normal file
BIN
resources/common/fonts/SCDream9.otf
Normal file
Binary file not shown.
BIN
resources/common/fonts/SourceHanSerifCN-Heavy.otf
Normal file
BIN
resources/common/fonts/SourceHanSerifCN-Heavy.otf
Normal file
Binary file not shown.
BIN
resources/common/fonts/TiltWarp-Regular.ttf
Normal file
BIN
resources/common/fonts/TiltWarp-Regular.ttf
Normal file
Binary file not shown.
BIN
resources/common/fonts/impact.ttf
Normal file
BIN
resources/common/fonts/impact.ttf
Normal file
Binary file not shown.
BIN
resources/common/fonts/inpinhongmengti.ttf
Normal file
BIN
resources/common/fonts/inpinhongmengti.ttf
Normal file
Binary file not shown.
BIN
resources/common/images/bg.jpg
Normal file
BIN
resources/common/images/bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 KiB |
30
resources/common/layout/index.css
Normal file
30
resources/common/layout/index.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "zzz", 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 {
|
||||
text-align: center;
|
||||
font-size: 0.7em;
|
||||
color: #797979;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
.copyright .highlight {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
22
resources/common/layout/index.html
Normal file
22
resources/common/layout/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ZZZ-Plugin</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{@sys.resourcesPath}}/common/style/index.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{@sys.resourcesPath}}/common/layout/index.css" />
|
||||
{{block 'css'}}
|
||||
{{/block}}
|
||||
</head>
|
||||
|
||||
<body {{@sys.scale}}>
|
||||
<div class="container" id="container">
|
||||
{{block 'main'}}{{/block}}
|
||||
<div class="copyright">{{@sys.createdby}}</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
31
resources/common/layout/index.scss
Normal file
31
resources/common/layout/index.scss
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'zzz', 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 {
|
||||
text-align: center;
|
||||
font-size: 0.7em;
|
||||
color: #797979;
|
||||
padding-bottom: 2em;
|
||||
.highlight {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
21
resources/common/style/index.css
Normal file
21
resources/common/style/index.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@font-face {
|
||||
font-family: "zzz";
|
||||
src: url("../fonts/inpinhongmengti.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Source Han Serif";
|
||||
src: url("../fonts/SourceHanSerifCN-Heavy.otf");
|
||||
}
|
||||
.zzz-font {
|
||||
font-family: "zzz", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.no-zzz-font {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.zzz-serif {
|
||||
font-family: "Source Han Serif", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
41
resources/common/style/index.scss
Normal file
41
resources/common/style/index.scss
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: 'zzz';
|
||||
// src: url('../fonts/RoGSanSrfStd-Bd.otf');
|
||||
src: url('../fonts/inpinhongmengti.ttf');
|
||||
// font-weight: 400;
|
||||
}
|
||||
|
||||
// @font-face {
|
||||
// font-family: 'zzz';
|
||||
// src: url('../fonts/REEJI-CloudChaoCuHeiGBT.ttf');
|
||||
// font-weight: 900;
|
||||
// }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Han Serif';
|
||||
src: url('../fonts/SourceHanSerifCN-Heavy.otf');
|
||||
}
|
||||
|
||||
.zzz-font {
|
||||
font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.no-zzz-font {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
// .zzz-title {
|
||||
// font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
// Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
// font-weight: 900;
|
||||
// }
|
||||
|
||||
.zzz-serif {
|
||||
font-family: 'Source Han Serif', system-ui, -apple-system, BlinkMacSystemFont,
|
||||
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue