diff --git a/weapp/images/data.svg b/weapp/images/data.svg
new file mode 100644
index 0000000..e664acf
--- /dev/null
+++ b/weapp/images/data.svg
@@ -0,0 +1,27 @@
+
diff --git a/weapp/images/refresh.svg b/weapp/images/refresh.svg
index 55c4c77..2ff1755 100644
--- a/weapp/images/refresh.svg
+++ b/weapp/images/refresh.svg
@@ -1 +1,22 @@
-
\ No newline at end of file
+
diff --git a/weapp/images/tabBar/icon_menu.png b/weapp/images/tabBar/icon_menu.png
index b168366..7df3644 100644
Binary files a/weapp/images/tabBar/icon_menu.png and b/weapp/images/tabBar/icon_menu.png differ
diff --git a/weapp/images/tabBar/icon_menu_active.png b/weapp/images/tabBar/icon_menu_active.png
index b028048..68cffee 100644
Binary files a/weapp/images/tabBar/icon_menu_active.png and b/weapp/images/tabBar/icon_menu_active.png differ
diff --git a/weapp/images/tabBar/icon_person.png b/weapp/images/tabBar/icon_person.png
index aa5c273..fb52e67 100644
Binary files a/weapp/images/tabBar/icon_person.png and b/weapp/images/tabBar/icon_person.png differ
diff --git a/weapp/images/tabBar/icon_person_active.png b/weapp/images/tabBar/icon_person_active.png
index 1fabd32..1fe8240 100644
Binary files a/weapp/images/tabBar/icon_person_active.png and b/weapp/images/tabBar/icon_person_active.png differ
diff --git a/weapp/images/tabBar/icon_polling.png b/weapp/images/tabBar/icon_polling.png
index c0ab302..21641a7 100644
Binary files a/weapp/images/tabBar/icon_polling.png and b/weapp/images/tabBar/icon_polling.png differ
diff --git a/weapp/images/tabBar/icon_polling_active.png b/weapp/images/tabBar/icon_polling_active.png
index 15fb86a..0e9ea0b 100644
Binary files a/weapp/images/tabBar/icon_polling_active.png and b/weapp/images/tabBar/icon_polling_active.png differ
diff --git a/weapp/pages/index/index.wxml b/weapp/pages/index/index.wxml
index 347b757..bd45394 100644
--- a/weapp/pages/index/index.wxml
+++ b/weapp/pages/index/index.wxml
@@ -6,9 +6,7 @@
bindmarkertap="onMarkerTap"
>
- 数据
-
-
-
+
+
diff --git a/weapp/pages/index/index.wxss b/weapp/pages/index/index.wxss
index a84fb4a..ae0e4ca 100644
--- a/weapp/pages/index/index.wxss
+++ b/weapp/pages/index/index.wxss
@@ -1,10 +1,4 @@
/* pages/index/index.wxss */
-.flex-center {
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
.map {
width: 100vw;
height: 100vh;
@@ -12,25 +6,15 @@
.action-box {
position: absolute;
- bottom: 30px;
- right: 10px;
- width: 46px;
- height: 80px;
+ bottom: 26px;
+ right: 14px;
+ height: 86px;
display: flex;
flex-direction: column;
- justify-content: space-evenly;
-}
-
-.action-box .text {
- background-color: white;
- height: 30px;
-}
-
-.action-box .img {
- background-color: white;
+ justify-content: space-between;
}
-.action-box .img image {
- width: 30px;
- height: 30px;
+.action-box image {
+ width: 40px;
+ height: 40px;
}
\ No newline at end of file