增加banneer占位图

This commit is contained in:
李瑞
2026-02-01 16:12:04 +08:00
parent d7c24ca8b3
commit 1cbec87f77
6 changed files with 184 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
.banner_detail_page {
min-height: 100vh;
background: #ffffff;
}
.banner_detail_content {
padding: 12px;
}
.banner_detail_image {
width: 100%;
border-radius: 12px;
display: block;
}