主题:painting 更新完善

- 新增弹出框
 - 新增背景音乐
 - 完善最后一页
 - 完善停词表
This commit is contained in:
2023-10-31 21:40:41 +08:00
parent d681758549
commit 9bffb97a50
8 changed files with 3215 additions and 42 deletions

View File

@@ -3,6 +3,11 @@
src: url('../font/LXGWWenKaiMonoGB-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'dongzhu';
src: url('../font/dongzhu-Extralight.ttf') format('truetype');
}
@media screen and (max-width: 320px) {
html {
font-size: 15px;
@@ -81,6 +86,7 @@ html {
.popup {
position: absolute;
margin: 0 2px;
bottom: 0.5rem;
background: #fff;
padding: 1.5rem;
@@ -266,3 +272,18 @@ html {
background-image: url('../img/page7.jpg');
}
#tab7 > .tab7-box{
padding: 2rem 2rem;
}
.tab7-box > p {
font-family: 'dongzhu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
font-size: 2.75rem;
line-height: 3.5rem;
writing-mode: vertical-rl;
color: #FFFFFFD9;
margin: 0;
}