Commit 68e2827a authored by zhengke's avatar zhengke

修改

parent b545d4b8
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{{ cx.name }} {{ cx.name }}
</view> </view>
<view class="goodsSubName"> <view class="goodsSubName">
{{cx.subName}} 卖点:{{cx.subName}}
</view> </view>
<view class="good-info" v-if="setting&&setting.is_show_korea==0"> <view class="good-info" v-if="setting&&setting.is_show_korea==0">
<view class="price" :style="{ color: mainColor }">¥{{cx.price}}</view> <view class="price" :style="{ color: mainColor }">¥{{cx.price}}</view>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<text class="text">首页</text> <text class="text">首页</text>
</view> </view>
<view class="item" @click="openShare"> <view class="item" @click="openShare">
<view style="width: 22px; margin: auto;"><u-icon name="share-o" size="44" color="#333"></u-icon></view> <view style="width: 22px; margin: auto;"><u-icon name="share" size="44"></u-icon></view>
<text class="text">分享</text> <text class="text">分享</text>
</view> </view>
<view class="item" @click="setFavorite" > <view class="item" @click="setFavorite" >
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
.contancList { .contancList {
width: 121px; width: 121px;
height: 180px;
background-color: #fff; background-color: #fff;
margin:0 10px 10px 0; margin:0 10px 10px 0;
display: inline-block; display: inline-block;
...@@ -44,6 +43,19 @@ ...@@ -44,6 +43,19 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding-bottom:6px;
}
.contancPosition{
padding:2px 7px;
background-color: #E0E0EB;
color:#000450;
font-size: 12px;
max-width: 100px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
margin:2px 0;
} }
</style> </style>
<template> <template>
...@@ -58,7 +70,7 @@ ...@@ -58,7 +70,7 @@
</view> </view>
<view> <view>
<view class="contancName">{{item.Name}}</view> <view class="contancName">{{item.Name}}</view>
<view class="contancName">{{item.Position}}</view> <view class="contancPosition">{{item.Position}}</view>
<view class="contactNum"> <view class="contactNum">
<image style="width:20px;height:20px;" src="../../static/images/call.png"></image>{{item.Tel}} <image style="width:20px;height:20px;" src="../../static/images/call.png"></image>{{item.Tel}}
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment