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 @@