@@ -7,7 +7,7 @@ VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
VUE_APP_URL_FILL=/qjkankan
# 接口请求地址
VUE_APP_APIS_URL=https://test.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=20241107
+VUE_APP_DEBBUG_FLAG=20241108
VUE_APP_DEBBUG_NOTIFY=0
VUE_APP_DEBBUG_V4=0
VUE_APP_DEBBUG_V4_URL="http://192.168.0.186:8081"
@@ -348,7 +348,7 @@ onMounted(() => {
> li {
width: 24px;
height: 24px;
- margin: 0 10px;
+ margin: 0 15px;
cursor: pointer;
> img {
@@ -152,6 +152,15 @@ useApp().then((app) => {
right: 5%;
bottom: 38px;
z-index: 9;
+ &::after{
+ content: "";
+ position: absolute;
+ left: -10%;
+ right: -10%;
+ bottom: -40px;
+ top: 0;
+ background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
+ }
.menu-icon {
width: 36px;