|
@@ -5,8 +5,8 @@
|
|
|
</scroll-view>
|
|
|
<view v-if='datalist.length>0' v-for='item in datalist' @click='todetails(item)' class="listitem">
|
|
|
<view class="flex" v-if='mainBusinessType=="我的企业"'>
|
|
|
- <image style='width:98px;height:96px;' class='listitem-left' :src="item.attachmentAddress" mode=""></image>
|
|
|
- <view class="listitem-right">
|
|
|
+ <image style='width:144px;height:96px;flex:1;' class='listitem-left' :src="item.attachmentAddress" mode=""></image>
|
|
|
+ <view style='flex:2;' class="listitem-right">
|
|
|
<view class="flex justify-between">
|
|
|
<view class="companyname Medium">{{item.compName}}</view>
|
|
|
<view v-if='item.status=="待审核"' class='listitemStatus audit Regular'>审核中</view>
|
|
@@ -27,11 +27,11 @@
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
<view class="flex">
|
|
|
- <image style='width:98px;height:96px;' class='listitem-left' :src="item.attachmentAddress" mode=""></image>
|
|
|
- <view class="listitem-right">
|
|
|
+ <image style='width:144px;height:96px;flex:1;' class='listitem-left' :src="item.attachmentAddress" mode=""></image>
|
|
|
+ <view style='flex:2;' class="listitem-right">
|
|
|
<view class="flex justify-between">
|
|
|
<view class="companyname Medium">{{item.compName}}</view>
|
|
|
- <image style='width:25rpx;height:25rpx;' :src="status1?'../../static/img/liangmai/shoucang1.png':'../../static/img/liangmai/my_shoucang.png'" mode=""></image>
|
|
|
+ <image style='width:25rpx;height:25rpx;position:relative;top:5px;' :src="status1?'../../static/img/liangmai/shoucang1.png':'../../static/img/liangmai/my_shoucang.png'" mode=""></image>
|
|
|
</view>
|
|
|
<view class='Regular introduce'>{{item.companyProfile}}</view>
|
|
|
</view>
|
|
@@ -313,9 +313,11 @@
|
|
|
.listitem-left{
|
|
|
width: 400rpx;
|
|
|
height: 200rpx;
|
|
|
- margin-right: 8px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+ .listitem-right{
|
|
|
+ padding-left:5px;
|
|
|
+ }
|
|
|
.companyname{
|
|
|
font-size:14px;
|
|
|
color:#333;
|