年度总结页面--logo 文字位置上移

This commit is contained in:
2026-02-09 14:06:42 +08:00
parent 9d3d822227
commit 17aa9b54ca

View File

@@ -101,7 +101,7 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 40px 20px; padding: 0px 20px 40px;
position: relative; position: relative;
scroll-snap-align: start; scroll-snap-align: start;
overflow: hidden; overflow: hidden;
@@ -790,7 +790,7 @@
.ending-wish { font-size: 1em; } .ending-wish { font-size: 1em; }
.nav-dots { display: none; } .nav-dots { display: none; }
.section { padding: 50px 15px; } .section { padding: 0px 15px 50px; }
.back-btn { top: 15px; left: 15px; width: 40px; height: 40px; } .back-btn { top: 15px; left: 15px; width: 40px; height: 40px; }
} }