add spoiler tag + fix attendance additional rewards

This commit is contained in:
xiaomlove
2022-04-12 01:48:22 +08:00
parent 1c065fdf65
commit 58abda6d1a
18 changed files with 149 additions and 52 deletions
+15
View File
@@ -480,3 +480,18 @@ img.hitandrun {
background: url(icons.gif) no-repeat -100px -171px;
margin-left: 0.5em;
}
.spoiler-title {
line-height: 40px;
color: #4d6c99;
cursor: pointer;
font-weight: 700;
background-color: rgba(77, 108, 153, 0.1);
display: inline-block;
padding: 0 10px;
}
.spoiler-content {
display: inline-block;
height: 0;
overflow: hidden;
transition: height 0.3s ease;
}
+9
View File
@@ -252,6 +252,15 @@ insert_tag(
$lang_tags['text_ninety_eight_image_remarks']
);*/
insert_tag(
$lang_tags['text_spoiler'],
$lang_tags['text_spoiler_description'],
$lang_tags['text_spoiler_syntax'],
$lang_tags['text_spoiler_example'],
""
);
end_frame();
end_main_frame();
stdfoot();