提交 89eb8a07 authored 作者: 赵世杰's avatar 赵世杰

1

上级 e8f1f2f9
...@@ -31,12 +31,8 @@ ...@@ -31,12 +31,8 @@
</u-tabs> </u-tabs>
<scroll-view scroll-y class="list" @scrolltolower="loadMore"> <scroll-view scroll-y class="list" @scrolltolower="loadMore">
<view class="list-item" v-for="item in list" @click="toDetail(item)"> <view class="list-item" v-for="item in list" @click="toDetail(item)">
<view class="list-title f_b"> <view class="list-title">{{ item.name }}</view>
<view class="f_s"> <view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
{{ item.name }}
</view>
<view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
</view>
<view class="f_s"> <view class="f_s">
<view class="tag">{{item.recruitType}}</view> <view class="tag">{{item.recruitType}}</view>
<view class="tag">{{ item.qualification }}</view> <view class="tag">{{ item.qualification }}</view>
...@@ -264,17 +260,15 @@ ...@@ -264,17 +260,15 @@
padding: 30rpx; padding: 30rpx;
.list-title{ .list-title{
font-weight: bold; font-weight: bold;
font-size: 36rpx; font-size: 32rpx;
margin-bottom: 20rpx; margin-bottom: 10rpx;
.t{
background-color: #EFF7FE; }
color: #33A1CA; .money{
margin-left: 20rpx; color: #647BEB;
font-weight: normal; text-align: right;
} margin-bottom: 10rpx;
.money{ font-weight: bold;
color: #647BEB;
}
} }
.company{ .company{
margin: 20rpx 0; margin: 20rpx 0;
......
<template> <template>
<view class="jobDetails"> <view class="jobDetails">
<view class="jobInfo"> <view class="jobInfo">
<view class="f_b"> <view class="jobName">{{ detail.name }}</view>
<view class="jobName">{{ detail.name }}</view> <view class="jobSalary">{{detail.salaryMin}}-{{detail.salaryMax}}{{detail.payTimes ? detail.payTimes + '薪' : ''}}</view>
<view class="jobSalary">{{detail.salaryMin}}-{{detail.salaryMax}}{{detail.payTimes ? detail.payTimes + '薪' : ''}}</view>
</view>
<view class="companyName">{{detail.industryName}}</view> <view class="companyName">{{detail.industryName}}</view>
<view class="requirement f_s"> <view class="requirement f_s">
<view class="f_s"> <view class="f_s">
...@@ -321,11 +319,11 @@ ...@@ -321,11 +319,11 @@
background: #fff; background: #fff;
padding: 30rpx; padding: 30rpx;
.jobName{ .jobName{
font-size: 40rpx; font-size: 34rpx;
} }
.jobSalary{ .jobSalary{
font-size: 40rpx;
color: #E26767; color: #E26767;
text-align: right
} }
.companyName{ .companyName{
padding: 20rpx 0; padding: 20rpx 0;
......
...@@ -2,12 +2,8 @@ ...@@ -2,12 +2,8 @@
<view class="collectLog"> <view class="collectLog">
<scroll-view scroll-y class="list" @scrolltolower="loadMore"> <scroll-view scroll-y class="list" @scrolltolower="loadMore">
<view class="list-item" v-for="item in list" @click="toDetail(item)"> <view class="list-item" v-for="item in list" @click="toDetail(item)">
<view class="list-title f_b"> <view class="list-title">{{ item.name }}</view>
<view class="f_s"> <view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
{{ item.name }}
</view>
<view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
</view>
<view class="f_s"> <view class="f_s">
<view class="tag">{{item.recruitType}}</view> <view class="tag">{{item.recruitType}}</view>
<view class="tag">{{ item.qualification }}</view> <view class="tag">{{ item.qualification }}</view>
...@@ -115,17 +111,15 @@ ...@@ -115,17 +111,15 @@
padding: 30rpx; padding: 30rpx;
.list-title{ .list-title{
font-weight: bold; font-weight: bold;
font-size: 36rpx; font-size: 32rpx;
margin-bottom: 20rpx; margin-bottom: 10rpx;
.t{
background-color: #EFF7FE; }
color: #33A1CA; .money{
margin-left: 20rpx; color: #647BEB;
font-weight: normal; text-align: right;
} margin-bottom: 10rpx;
.money{ font-weight: bold;
color: #647BEB;
}
} }
.company{ .company{
margin: 20rpx 0; margin: 20rpx 0;
......
...@@ -2,12 +2,8 @@ ...@@ -2,12 +2,8 @@
<view class="deliverLog"> <view class="deliverLog">
<scroll-view scroll-y class="list" @scrolltolower="loadMore"> <scroll-view scroll-y class="list" @scrolltolower="loadMore">
<view class="list-item" v-for="item in list" @click="toDetail(item)"> <view class="list-item" v-for="item in list" @click="toDetail(item)">
<view class="list-title f_b"> <view class="list-title">{{ item.name }}</view>
<view class="f_s"> <view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
{{ item.name }}
</view>
<view class="money">{{item.salaryMin}}~{{item.salaryMax}}</view>
</view>
<view class="f_s"> <view class="f_s">
<view class="tag">{{item.recruitType}}</view> <view class="tag">{{item.recruitType}}</view>
<view class="tag">{{ item.qualification }}</view> <view class="tag">{{ item.qualification }}</view>
...@@ -116,17 +112,15 @@ ...@@ -116,17 +112,15 @@
padding: 30rpx; padding: 30rpx;
.list-title{ .list-title{
font-weight: bold; font-weight: bold;
font-size: 36rpx; font-size: 32rpx;
margin-bottom: 20rpx; margin-bottom: 10rpx;
.t{
background-color: #EFF7FE; }
color: #33A1CA; .money{
margin-left: 20rpx; color: #647BEB;
font-weight: normal; text-align: right;
} margin-bottom: 10rpx;
.money{ font-weight: bold;
color: #647BEB;
}
} }
.company{ .company{
margin: 20rpx 0; margin: 20rpx 0;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论