列表样式优化

This commit is contained in:
zxy
2024-02-19 17:04:03 +08:00
parent 33d5bfe189
commit 0258eb804a
4 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
<!-- <view class="allName"> <!-- <view class="allName">
{{ companyitem.companyName }} {{ companyitem.companyName }}
</view> --> </view> -->
<view style="width: 100%;height: 1rpx;background-color: #999;margin: 0 auto;opacity: .5;"></view>
<view class="timeAddress" style="position: relative;"> <view class="timeAddress" style="position: relative;">
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
<image src="../../static/img/city.png" style="width: 40rpx;height: 40rpx;margin-right: 10rpx;" mode=""></image> <image src="../../static/img/city.png" style="width: 40rpx;height: 40rpx;margin-right: 10rpx;" mode=""></image>
@@ -147,6 +148,7 @@ export default {
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
margin: 10rpx 0; margin: 10rpx 0;
padding: 10rpx 0;
} }
.allName { .allName {
@@ -207,6 +209,7 @@ export default {
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
padding: 20rpx; padding: 20rpx;
padding-bottom: 0;
border-radius: 20rpx; border-radius: 20rpx;
margin-top: 20rpx; margin-top: 20rpx;
} }

View File

@@ -21,6 +21,7 @@
<!-- <view class="allName"> <!-- <view class="allName">
{{ companyitem.jobCompanyName }} {{ companyitem.jobCompanyName }}
</view> --> </view> -->
<view style="width: 100%;height: 1rpx;background-color: #999;margin: 0 auto;opacity: .5;"></view>
<view class="timeAddress" style="position: relative;"> <view class="timeAddress" style="position: relative;">
<!-- <view v-if="companyitem.missionCompanyName"> <!-- <view v-if="companyitem.missionCompanyName">
{{ companyitem.missionCompanyName }} {{ companyitem.missionCompanyName }}
@@ -155,6 +156,7 @@ export default {
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
margin: 10rpx 0; margin: 10rpx 0;
padding: 10rpx 0;
} }
.allName { .allName {
@@ -215,6 +217,7 @@ export default {
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
padding: 20rpx; padding: 20rpx;
padding-bottom: 0;
border-radius: 20rpx; border-radius: 20rpx;
margin-top: 20rpx; margin-top: 20rpx;
} }

View File

@@ -14,7 +14,7 @@
招聘人数{{info.peopleNum}} 招聘人数{{info.peopleNum}}
</view> </view>
<view class="prolist"> <view class="prolist">
行业类型{{info.tradeNames}} 行业类型{{info.tradeNames?info.tradeNames:info.jobCompanyIndustry}}
</view> </view>
<view class="prolist"> <view class="prolist">
工种类型{{info.skillNames}} 工种类型{{info.skillNames}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 888 B