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

1

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