|
@@ -6444,8 +6444,8 @@ button,
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
@media (max-width: 480px) {
|
|
.fab {
|
|
.fab {
|
|
- bottom: 10%;
|
|
|
|
- right: 5%;
|
|
|
|
|
|
+ bottom: 25%;
|
|
|
|
+ right: 15%;
|
|
width: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
@@ -6459,6 +6459,7 @@ button,
|
|
width: 55px;
|
|
width: 55px;
|
|
height: 55px;
|
|
height: 55px;
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/* 超宽屏幕优化 */
|
|
/* 超宽屏幕优化 */
|
|
@@ -6508,7 +6509,7 @@ button,
|
|
top: 10px;
|
|
top: 10px;
|
|
left: 50%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
+/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
|
|
}
|
|
}
|
|
|
|
|
|
/* 响应式关闭按钮位置调整 */
|
|
/* 响应式关闭按钮位置调整 */
|
|
@@ -6524,7 +6525,7 @@ button,
|
|
.fab .close {
|
|
.fab .close {
|
|
width: 30px;
|
|
width: 30px;
|
|
height: 30px;
|
|
height: 30px;
|
|
- top: 6px;
|
|
|
|
|
|
+ top: 6px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|