Merge pull request '邓洁 : 优化小程序样式' (#114) from dj into master
Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/114
@@ -32,6 +32,9 @@
|
|||||||
<text>行业:{{shopInfo.trade1+'-'}}{{shopInfo.trade2}}</text>
|
<text>行业:{{shopInfo.trade1+'-'}}{{shopInfo.trade2}}</text>
|
||||||
<text>区域:{{shopInfo.area1}}</text>
|
<text>区域:{{shopInfo.area1}}</text>
|
||||||
<text v-if="search">地址:{{shopInfo.adress}}</text>
|
<text v-if="search">地址:{{shopInfo.adress}}</text>
|
||||||
|
<view class="xq_rz" v-if="shopInfo.is_auth=='1'">
|
||||||
|
<image src="../../static/shoplist/xq_rz.png" style="width: 240rpx;height: 171rpx;"></image>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="bgc">
|
<view class="bgc">
|
||||||
|
|
||||||
@@ -211,6 +214,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.location-detail {
|
.location-detail {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
// margin-top: 50rpx;
|
// margin-top: 50rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@@ -218,6 +222,12 @@
|
|||||||
padding-left: 16rpx;
|
padding-left: 16rpx;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
||||||
|
.xq_rz {
|
||||||
|
position: absolute;
|
||||||
|
top: 30rpx;
|
||||||
|
right: 15rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.seller-shop-detail {
|
.seller-shop-detail {
|
||||||
|
|||||||
BIN
static/shoplist/xq_rz.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 1008 B |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 1017 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |