|
@@ -1718,11 +1718,22 @@ onUnmounted(() => {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
z-index: 5;
|
|
z-index: 5;
|
|
|
|
|
+ animation: scrollBackgroundFadeIn 0.8s ease-out;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.poem-display::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
background-image: url('@/assets/dialogue/long-scroll.png');
|
|
background-image: url('@/assets/dialogue/long-scroll.png');
|
|
|
background-size: 100%;
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
background-position: center;
|
|
|
- animation: scrollBackgroundFadeIn 0.8s ease-out;
|
|
|
|
|
|
|
+ opacity: 0.5;
|
|
|
|
|
+ z-index: -1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.poem-content {
|
|
.poem-content {
|