diff --git a/styles.css b/styles.css
index e87d555..139471b 100644
--- a/styles.css
+++ b/styles.css
@@ -584,11 +584,16 @@ p#name {
-webkit-transition: transform 1.5s ease-out;
}
/* ====== 新增加载界面样式 ====== */
+@media screen and (max-width: 600px) {
+ .loading-slide {
+ width: 100%
+ }
+}
#startTopGallery {
position: absolute;
width: 85%;
height: 85%;
- top: 15%;
+ top: 10%;
left:7.5%;
perspective: 1000px;
}