|
@@ -7,8 +7,8 @@
|
|
|
<cover-view class="container">
|
|
|
<cover-view class="flex-wrp" style="flex-direction:row;">
|
|
|
<cover-view class="flex-item demo-text-1">
|
|
|
- <cover-view style="font-weight: bold;">{{dataObj.companyName}}</cover-view>
|
|
|
- <cover-view style="margin-top: 20rpx;color: #ccc;font-size: 26rpx;display: flex;align-items: center;"><image src="../../static/location.png" mode="widthFix" style="width: 20px;margin-right: 20rpx;"></image>{{dataObj.province}}{{dataObj.city}}{{dataObj.area}}</cover-view>
|
|
|
+ <cover-view style="font-weight: bold;font-size: 28rpx;">{{dataObj.companyName}}</cover-view>
|
|
|
+ <cover-view style="margin-top: 24rpx;color: rgba(128, 128, 128, 1);;font-size: 24rpx;display: flex;align-items: center;"><image src="https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/point.png" mode="widthFix" style="width: 20px;margin-right: 24rpx;"></image>{{dataObj.province}}{{dataObj.city}}{{dataObj.area}}{{dataObj.detailedAddress}}</cover-view>
|
|
|
</cover-view>
|
|
|
</cover-view>
|
|
|
</cover-view>
|
|
@@ -32,7 +32,8 @@
|
|
|
companyName:'',
|
|
|
area:'',
|
|
|
city:'',
|
|
|
- province:''
|
|
|
+ province:'',
|
|
|
+ detailedAddress:''
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -72,14 +73,14 @@
|
|
|
|
|
|
.flex-item{
|
|
|
width: calc(100vw - 40rpx);
|
|
|
- height: 140rpx;
|
|
|
+ height: 150rpx;
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
|
|
|
.demo-text-1 {
|
|
|
background: #fff;
|
|
|
border-radius: 20rpx;
|
|
|
- padding: 20rpx 40rpx;
|
|
|
+ padding: 24rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|