addfallbackimg

This commit is contained in:
WanP
2025-11-14 16:07:02 +08:00
parent c8aea3138c
commit d18aeaae0f
7 changed files with 60 additions and 10 deletions

View File

@@ -300,23 +300,23 @@ page,
.page {
width: 100%;
max-width: 430px;
height: auto;
height: 100vh;
display: flex;
flex-direction: column;
margin: 0 auto;
position: relative;
/* position: relative; */
}
.content {
flex-shrink: 0;
overflow: hidden;
/* overflow: hidden; */
display: flex;
flex-direction: column;
}
.moment {
width: 100%;
flex-shrink: 0;
/* flex-shrink: 0; */
display: flex;
flex-direction: column;
box-sizing: border-box;