diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue
index 52abe74..387d380 100644
--- a/pages/detail/detail.vue
+++ b/pages/detail/detail.vue
@@ -32,6 +32,9 @@
行业:{{shopInfo.trade1+'-'}}{{shopInfo.trade2}}
区域:{{shopInfo.area1}}
地址:{{shopInfo.adress}}
+
+
+
@@ -211,6 +214,7 @@
}
.location-detail {
+ position: relative;
display: flex;
// margin-top: 50rpx;
background-color: #fff;
@@ -218,6 +222,12 @@
padding-left: 16rpx;
line-height: 33px;
font-size: 15px;
+
+ .xq_rz {
+ position: absolute;
+ top: 30rpx;
+ right: 15rpx;
+ }
}
.seller-shop-detail {
diff --git a/pages/index/NavBarPages/czxx/czxx.vue b/pages/index/NavBarPages/czxx/czxx.vue
index 1ed5742..e3ae920 100644
--- a/pages/index/NavBarPages/czxx/czxx.vue
+++ b/pages/index/NavBarPages/czxx/czxx.vue
@@ -1,19 +1,22 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
diff --git a/pages/index/NavBarPages/xmzs/xmzs.vue b/pages/index/NavBarPages/xmzs/xmzs.vue
index 4dcc487..6fc133f 100644
--- a/pages/index/NavBarPages/xmzs/xmzs.vue
+++ b/pages/index/NavBarPages/xmzs/xmzs.vue
@@ -1,19 +1,22 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
diff --git a/pages/index/NavBarPages/zdxx/zdxx.vue b/pages/index/NavBarPages/zdxx/zdxx.vue
index 7c39313..c59dae8 100644
--- a/pages/index/NavBarPages/zdxx/zdxx.vue
+++ b/pages/index/NavBarPages/zdxx/zdxx.vue
@@ -1,19 +1,22 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
diff --git a/pages/index/NavBarPages/zrxx/zrxx.vue b/pages/index/NavBarPages/zrxx/zrxx.vue
index 4f47ad9..fe9c68d 100644
--- a/pages/index/NavBarPages/zrxx/zrxx.vue
+++ b/pages/index/NavBarPages/zrxx/zrxx.vue
@@ -1,19 +1,22 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
@@ -155,8 +158,6 @@
.search-box-bg {
width: 100%;
- position: relative;
- z-index: 3;
background-color: #F8F8F8;
.bug-fix {
diff --git a/pages/published/published.vue b/pages/published/published.vue
index 9cac92c..038f107 100644
--- a/pages/published/published.vue
+++ b/pages/published/published.vue
@@ -1,12 +1,15 @@
-
-
-
-
+
+
+
+
+
+
+
diff --git a/pages/shopAddress/shopAddress.vue b/pages/shopAddress/shopAddress.vue
index 90038f1..24460b6 100644
--- a/pages/shopAddress/shopAddress.vue
+++ b/pages/shopAddress/shopAddress.vue
@@ -6,7 +6,7 @@
-
+
diff --git a/pages/shopTransfer/shopTransfer.vue b/pages/shopTransfer/shopTransfer.vue
index 29a32fb..58a8e51 100644
--- a/pages/shopTransfer/shopTransfer.vue
+++ b/pages/shopTransfer/shopTransfer.vue
@@ -7,7 +7,7 @@
-
+
diff --git a/static/shoplist/xq_rz.png b/static/shoplist/xq_rz.png
new file mode 100644
index 0000000..4351543
Binary files /dev/null and b/static/shoplist/xq_rz.png differ
diff --git a/static/tabbar/di_icon_dzh.png b/static/tabbar/di_icon_dzh.png
index c668d60..704d075 100644
Binary files a/static/tabbar/di_icon_dzh.png and b/static/tabbar/di_icon_dzh.png differ
diff --git a/static/tabbar/di_icon_syh.png b/static/tabbar/di_icon_syh.png
index 3a619b1..2ff2917 100644
Binary files a/static/tabbar/di_icon_syh.png and b/static/tabbar/di_icon_syh.png differ
diff --git a/static/tabbar/di_icon_wdh.png b/static/tabbar/di_icon_wdh.png
index 155b276..72ffc01 100644
Binary files a/static/tabbar/di_icon_wdh.png and b/static/tabbar/di_icon_wdh.png differ
diff --git a/static/tabbar/di_icon_zrh.png b/static/tabbar/di_icon_zrh.png
index e1de95b..ccd65b8 100644
Binary files a/static/tabbar/di_icon_zrh.png and b/static/tabbar/di_icon_zrh.png differ
diff --git a/uni.scss b/uni.scss
index 1c39e72..2a02151 100644
--- a/uni.scss
+++ b/uni.scss
@@ -74,3 +74,10 @@ $uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle:26px;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:15px;
+
+
+.sticky {
+ position: sticky;
+ top: 0;
+ z-index: 9;
+}
\ No newline at end of file