Commit 85c31c85 authored by zhengke's avatar zhengke

修改

parent ec9f695b
<template>
<!-- <div class="mynav" :style="{'background':bg}" style="padding-bottom:5px;"> -->
<div class="mynav" style="padding-bottom:5px;background-color: #f5f7f9;">
<div class="mynav" style="padding-bottom:5px;background-color: #f5f7f9;min-height: 430px;">
<swiper :autoplay="false" :style="{'height': height + 'rpx' }">
<swiper-item v-for="(item, index) in cols" :key="index">
<view :style="[formatStyle]">
......
......@@ -114,7 +114,7 @@
</view>
</view>
<template v-if="setting.is_show_korea==1">
<view style="height:50px;margin:10px 10px 0 0;" style="display:none;">
<view style="height:50px;margin:10px 10px 0 0;display:none;">
<view style="float:right;" @click="openShare" v-if="isAllowShare == 1">
<image src="@/static/images/icon/icon-share.png" style="width:20px;height:20px;" class="share-icon" />
</view>
......@@ -126,7 +126,7 @@
<view style="flex: 1;text-align: center;border-right:1px solid #F2F3F6;"></view>
<view style="flex: 1;text-align: center;" v-if="g.cats&&g.cats.length>0">{{g.cats[0].CategoryName}}</view>
</view>
<view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;" style="display:none;">
<view style="text-align: left;padding:15px 0;border-bottom:1px solid #F2F3F6;display:none;">
卖点:<text v-if="g.subname">{{g.subname}}</text>
</view>
<view style="text-align: left;border-bottom:1px solid #F2F3F6;padding:15px 0;display:flex;font-size:13px;color:#737373;">
......
......@@ -15,8 +15,9 @@
margin:0 3.5% 10px 0;
display: inline-block;
text-align: center;
border-radius: 3px;
border-radius: 6px;
overflow: hidden;
box-shadow:0 2px 10px 1px #D2D2D2;
}
.contancList:nth-child(2n+2) {
......@@ -25,7 +26,8 @@
.contanctImg {
width: 100%;
height: 180px;
height: 190px;
overflow: hidden;
}
.contanctImg img {
......@@ -34,21 +36,21 @@
}
.contancName {
color: #404040;
font-size: 13px;
margin:6px 0 3px 0;
color: #111111;
font-size: 18px;
margin:10px 0 8px 0;
}
.contactNum {
color: #999898;
color: #666666;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
padding-bottom:6px;
padding-bottom:10px;
}
.contancPosition{
padding:2px 7px;
padding:2px 5px;
background-color: #E0E0EB;
color:#000450;
font-size: 12px;
......@@ -57,7 +59,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
margin:2px 0;
margin-bottom:5px;
}
</style>
<template>
......@@ -68,7 +70,7 @@
<view class="contanctIn">
<view class="contancList" v-for="(item,index) in dataList" @click="goDetail(item.Id)" :key="index">
<view class="contanctImg">
<img :src="item.HeadIcon" mode="aspectFit" alt="" />
<img :src="item.HeadIcon" mode="widthFix" alt="" />
</view>
<view>
<view class="contancName">{{item.Name}}</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