|
|
@ -2,15 +2,15 @@ |
|
|
|
<view class="supplyHall-page"> |
|
|
|
<view class="supplyHall-page"> |
|
|
|
<!-- 导航栏 --> |
|
|
|
<!-- 导航栏 --> |
|
|
|
<view class="navigation-box"> |
|
|
|
<view class="navigation-box"> |
|
|
|
<view class="search-box acea-row row-middle" > |
|
|
|
<view class="search-box acea-row row-middle"> |
|
|
|
<image src="../../../static/images/search-icon.png" mode=""></image> |
|
|
|
<image src="../../../static/images/search-icon.png" mode=""></image> |
|
|
|
<input type="text" value="" placeholder="请输入相关关键词"/> |
|
|
|
<input type="text" value="" placeholder="请输入相关关键词" /> |
|
|
|
<view class="search acea-row row-center-wrapper">搜一下</view> |
|
|
|
<view class="search acea-row row-center-wrapper">搜一下</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="resource-tabs acea-row"> |
|
|
|
<view class="resource-tabs acea-row"> |
|
|
|
<view :class="'tab ' + (active == 1 ? 'tab-a' : '')" data-i="1" @tap="tabClick">需求广场</view> |
|
|
|
<view :class="'tab ' + (active == 1 ? 'tab-a' : '')" data-i="1" @tap="tabClick">需求广场</view> |
|
|
|
<view :class="'tab ' + (active == 2 ? 'tab-a' : '')" data-i="2" @tap="tabClick">供应广场</view> |
|
|
|
<view :class="'tab ' + (active == 2 ? 'tab-a' : '')" data-i="2" @tap="tabClick">供应广场</view> |
|
|
|
<view class="screen-box acea-row row-between-wrapper" > |
|
|
|
<view class="screen-box acea-row row-between-wrapper"> |
|
|
|
<view class="screen acea-row row-middle" @tap="showDialog"> |
|
|
|
<view class="screen acea-row row-middle" @tap="showDialog"> |
|
|
|
<text>筛选</text> |
|
|
|
<text>筛选</text> |
|
|
|
<image src="/static/images/home/screen.png"></image> |
|
|
|
<image src="/static/images/home/screen.png"></image> |
|
|
@ -19,11 +19,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="supplyHall-box" > |
|
|
|
<view class="supplyHall-box"> |
|
|
|
<view class="resource-box" v-if="active == 1" > |
|
|
|
<view class="resource-box" v-if="active == 1"> |
|
|
|
<!-- 个人 --> |
|
|
|
<!-- 个人 --> |
|
|
|
<view class="personal-list" v-for="(item,index) in 2" :key="index"> |
|
|
|
<view class="personal-list" v-for="(item,index) in 2" :key="index"> |
|
|
|
<image src="../../../static/images/backhome.png" mode="" class="lable-img"></image> |
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '' )"> |
|
|
|
|
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
@ -41,15 +43,19 @@ |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 企业 --> |
|
|
|
<!-- 企业 --> |
|
|
|
<view class="enterprise-list"> |
|
|
|
<view class="enterprise-list" v-for="(item, index) in list" :key="index" @tap="toNeedsDetail" |
|
|
|
<image src="../../../static/images/act-time.png" mode="" class="lable-img"></image> |
|
|
|
:data-id="item.id"> |
|
|
|
|
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '' )"> |
|
|
|
|
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="enterprise-box acea-row row-column-between"> |
|
|
|
<view class="enterprise-box acea-row row-column-between"> |
|
|
|
<view class="title-h">招聘前端工程师若干名</view> |
|
|
|
<view class="title-h">{{item.title}}</view> |
|
|
|
<view class="enterprise-price">2K-10K</view> |
|
|
|
<view class="enterprise-price">{{item.capital}}</view> |
|
|
|
<view class="supply-screen acea-row"> |
|
|
|
<view class="supply-screen acea-row"> |
|
|
|
<view class="tag-item-y tag">网站建设</view> |
|
|
|
<!-- <view class="tag-item-y tag">网站建设</view> |
|
|
|
<view class="tag-item-p tag">APP开发</view> |
|
|
|
<view class="tag-item-p tag">APP开发</view> --> |
|
|
|
<view class="time-end-t">2021.8.30截止报名</view> |
|
|
|
<view class="tag-item-p tag">{{item.cname}}</view> |
|
|
|
|
|
|
|
<view class="time-end-t">{{item.resourceEndTime}}截止报名</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="enterprise-info acea-row row-middle"> |
|
|
|
<view class="enterprise-info acea-row row-middle"> |
|
|
|
<image src="../../../static/images/cart.png" mode="" class="head-logo"></image> |
|
|
|
<image src="../../../static/images/cart.png" mode="" class="head-logo"></image> |
|
|
@ -62,7 +68,9 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="company-box" v-if="active == 2"> |
|
|
|
<view class="company-box" v-if="active == 2"> |
|
|
|
<view class="personal-list"> |
|
|
|
<view class="personal-list"> |
|
|
|
<image src="../../../static/images/backhome.png" mode="" class="lable-img"></image> |
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '' )"> |
|
|
|
|
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
@ -80,7 +88,9 @@ |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="enterprise-list"> |
|
|
|
<view class="enterprise-list"> |
|
|
|
<image src="../../../static/images/act-time.png" mode="" class="lable-img"></image> |
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '' )"> |
|
|
|
|
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="enterprise-con acea-row"> |
|
|
|
<view class="enterprise-con acea-row"> |
|
|
|
<image src="../../../static/images/home/menu6.png" class="enterprise-img"></image> |
|
|
|
<image src="../../../static/images/home/menu6.png" class="enterprise-img"></image> |
|
|
|
<view class="content-right acea-row row-column-between"> |
|
|
|
<view class="content-right acea-row row-column-between"> |
|
|
@ -106,14 +116,18 @@ |
|
|
|
<view class="screen-item"> |
|
|
|
<view class="screen-item"> |
|
|
|
<view class="screen-title">所有服务</view> |
|
|
|
<view class="screen-title">所有服务</view> |
|
|
|
<view class="acea-row"> |
|
|
|
<view class="acea-row"> |
|
|
|
<view v-for="(item, index) in cagetoryList" :key="index" :class="'item ' + (cagetoryActive == index ? 'item-active' : '')" @tap="cagetoryClick" :data-i="index" :data-item="item">{{item.cagetoryName}}</view> |
|
|
|
<view v-for="(item, index) in cagetoryList" :key="index" |
|
|
|
|
|
|
|
:class="'item ' + (cagetoryActive == index ? 'item-active' : '')" @tap="cagetoryClick" |
|
|
|
|
|
|
|
:data-i="index" :data-item="item">{{item.cagetoryName}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="screen-item"> |
|
|
|
<view class="screen-item"> |
|
|
|
<view class="screen-title">商家身份<text class="fz20">(所有商家均实名认证)</text></view> |
|
|
|
<view class="screen-title">商家身份<text class="fz20">(所有商家均实名认证)</text></view> |
|
|
|
<view class="acea-row"> |
|
|
|
<view class="acea-row"> |
|
|
|
<view :class="'item ' + (enterpriseType == 2 ? 'item-active' : '')" @tap="businessChange" data-name="个人认证" data-type="2">个人认证</view> |
|
|
|
<view :class="'item ' + (enterpriseType == 2 ? 'item-active' : '')" @tap="businessChange" |
|
|
|
<view :class="'item ' + (enterpriseType == 1 ? 'item-active' : '')" @tap="businessChange" data-name="企业认证" data-type="1">企业认证</view> |
|
|
|
data-name="个人认证" data-type="2">个人认证</view> |
|
|
|
|
|
|
|
<view :class="'item ' + (enterpriseType == 1 ? 'item-active' : '')" @tap="businessChange" |
|
|
|
|
|
|
|
data-name="企业认证" data-type="1">企业认证</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="submit-box acea-row"> |
|
|
|
<view class="submit-box acea-row"> |
|
|
@ -142,26 +156,45 @@ |
|
|
|
choseCagetory: '', |
|
|
|
choseCagetory: '', |
|
|
|
choseBusiness: '', |
|
|
|
choseBusiness: '', |
|
|
|
cName: "", |
|
|
|
cName: "", |
|
|
|
|
|
|
|
// 需求列表 |
|
|
|
|
|
|
|
list: [], |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pageNumber: 0, |
|
|
|
|
|
|
|
pageSize: 5, |
|
|
|
|
|
|
|
loading: true, |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad: function (options) { |
|
|
|
onShow: function() { |
|
|
|
this.getCagetoryList(); |
|
|
|
this.getPageData(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
onPullDownRefresh: function() { |
|
|
|
tabClick(e) { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
this.setData({ |
|
|
|
active: e.currentTarget.dataset.i, |
|
|
|
loading: true, |
|
|
|
}) |
|
|
|
pageNumber: 0, |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
this.getPageData(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
getCagetoryList() { |
|
|
|
onReachBottom: function() { |
|
|
|
app.http('get', 'ResourcesCagetory/listResourcesCagetory').then(res => { |
|
|
|
|
|
|
|
if (res.data.success) { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
this.setData({ |
|
|
|
cagetoryList: res.data.data |
|
|
|
pageNumber: this.pageNumber + 1 |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
this.getPageData(); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
tabClick(e) { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
|
|
|
|
active: e.currentTarget.dataset.i, |
|
|
|
|
|
|
|
loading: true, |
|
|
|
|
|
|
|
pageNumber: 0, |
|
|
|
|
|
|
|
list: [], |
|
|
|
|
|
|
|
enterpriseType: '', |
|
|
|
|
|
|
|
cagetoryActive: null, |
|
|
|
|
|
|
|
resourceCagetoryId: '' |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
console.log(this.active) |
|
|
|
|
|
|
|
this.getPageData(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
showDialog() { |
|
|
|
showDialog() { |
|
|
|
this.setData({ |
|
|
|
this.setData({ |
|
|
|
showScreenDialog: true |
|
|
|
showScreenDialog: true |
|
|
@ -202,37 +235,81 @@ |
|
|
|
choseCagetory: '', |
|
|
|
choseCagetory: '', |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// 需求广场 |
|
|
|
|
|
|
|
toNeedsDetail(e) { |
|
|
|
|
|
|
|
let id = e.currentTarget.dataset.id; |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url: '/pages/demandHall/needsDetail/index?id=' + id |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getPageData() { |
|
|
|
|
|
|
|
if (this.loading) { |
|
|
|
|
|
|
|
app.http('post', `Resources/listResources?page=${this.pageNumber}&size=${this.pageSize}`, { |
|
|
|
|
|
|
|
resourceType: this.active, |
|
|
|
|
|
|
|
resourceCagetoryId: this.resourceCagetoryId, |
|
|
|
|
|
|
|
enterpriseType: this.enterpriseType |
|
|
|
|
|
|
|
}).then(res => { |
|
|
|
|
|
|
|
if (res.data.success) { |
|
|
|
|
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (res.data.data.content.length < this.pageSize) { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
|
|
|
|
loading: false |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.pageNumber > 0) { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
|
|
|
|
list: this.list.concat(res.data.data.content) |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
|
|
|
|
list: res.data.data.content |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="less"> |
|
|
|
<style lang="less"> |
|
|
|
.supplyHall-page{ |
|
|
|
.supplyHall-page { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
min-height: 100vh; |
|
|
|
min-height: 100vh; |
|
|
|
background: #F5F5F5; |
|
|
|
background: #F5F5F5; |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 导航栏 */ |
|
|
|
/* 导航栏 */ |
|
|
|
.navigation-box{ |
|
|
|
.navigation-box { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
padding-top: 20rpx; |
|
|
|
padding-top: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.search-box{ |
|
|
|
|
|
|
|
|
|
|
|
.search-box { |
|
|
|
width: 670rpx; |
|
|
|
width: 670rpx; |
|
|
|
height: 68rpx; |
|
|
|
height: 68rpx; |
|
|
|
border: 2rpx solid #FF5100; |
|
|
|
border: 2rpx solid #FF5100; |
|
|
|
border-radius: 8rpx; |
|
|
|
border-radius: 8rpx; |
|
|
|
margin: 0 auto; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
.search-box image{ |
|
|
|
|
|
|
|
|
|
|
|
.search-box image { |
|
|
|
width: 35rpx; |
|
|
|
width: 35rpx; |
|
|
|
height: 35rpx; |
|
|
|
height: 35rpx; |
|
|
|
margin: 0 29rpx 0 52rpx; |
|
|
|
margin: 0 29rpx 0 52rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.search{ |
|
|
|
|
|
|
|
|
|
|
|
.search { |
|
|
|
margin-left: auto; |
|
|
|
margin-left: auto; |
|
|
|
width: 132rpx; |
|
|
|
width: 132rpx; |
|
|
|
height: 68rpx; |
|
|
|
height: 68rpx; |
|
|
@ -240,14 +317,16 @@ |
|
|
|
border-radius: 8rpx; |
|
|
|
border-radius: 8rpx; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
.resource-tabs{ |
|
|
|
|
|
|
|
|
|
|
|
.resource-tabs { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
padding-top: 10rpx; |
|
|
|
padding-top: 10rpx; |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
border-bottom: 2rpx solid #EEEEEE; |
|
|
|
border-bottom: 2rpx solid #EEEEEE; |
|
|
|
padding-left: 20rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.tab{ |
|
|
|
|
|
|
|
|
|
|
|
.tab { |
|
|
|
width: 150rpx; |
|
|
|
width: 150rpx; |
|
|
|
padding: 26rpx 0; |
|
|
|
padding: 26rpx 0; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
@ -257,7 +336,8 @@ |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
margin-left: 115rpx; |
|
|
|
margin-left: 115rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.tab::after{ |
|
|
|
|
|
|
|
|
|
|
|
.tab::after { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
content: ''; |
|
|
|
content: ''; |
|
|
|
width: 80rpx; |
|
|
|
width: 80rpx; |
|
|
@ -269,41 +349,48 @@ |
|
|
|
left: 50%; |
|
|
|
left: 50%; |
|
|
|
margin-left: -40rpx; |
|
|
|
margin-left: -40rpx; |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
transform:scaleX(0); |
|
|
|
transform: scaleX(0); |
|
|
|
transition: all .2s ease,opacity .15s ease; |
|
|
|
transition: all .2s ease, opacity .15s ease; |
|
|
|
} |
|
|
|
} |
|
|
|
.tab-a{ |
|
|
|
|
|
|
|
|
|
|
|
.tab-a { |
|
|
|
color: #FF5100; |
|
|
|
color: #FF5100; |
|
|
|
} |
|
|
|
} |
|
|
|
.tab-a::after{ |
|
|
|
|
|
|
|
|
|
|
|
.tab-a::after { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
transform: scaleX(1); |
|
|
|
transform: scaleX(1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.screen-box{ |
|
|
|
.screen-box { |
|
|
|
height: 94rpx; |
|
|
|
height: 94rpx; |
|
|
|
padding: 0 38rpx; |
|
|
|
padding: 0 38rpx; |
|
|
|
color: #666; |
|
|
|
color: #666; |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
margin-left: auto; |
|
|
|
margin-left: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-result{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-result { |
|
|
|
color: #FF5100; |
|
|
|
color: #FF5100; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen image{ |
|
|
|
|
|
|
|
|
|
|
|
.screen image { |
|
|
|
width: 27rpx; |
|
|
|
width: 27rpx; |
|
|
|
height: 27rpx; |
|
|
|
height: 27rpx; |
|
|
|
margin-left: 6rpx; |
|
|
|
margin-left: 6rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.supplyHall-box{ |
|
|
|
|
|
|
|
|
|
|
|
.supplyHall-box { |
|
|
|
width: 670rpx; |
|
|
|
width: 670rpx; |
|
|
|
margin: 0 auto; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
.resource-box{ |
|
|
|
|
|
|
|
|
|
|
|
.resource-box { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 个人 */ |
|
|
|
/* 个人 */ |
|
|
|
.personal-list{ |
|
|
|
.personal-list { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
border-radius: 12rpx; |
|
|
|
border-radius: 12rpx; |
|
|
|
background: #FFF; |
|
|
|
background: #FFF; |
|
|
@ -311,26 +398,39 @@ |
|
|
|
margin-top: 34rpx; |
|
|
|
margin-top: 34rpx; |
|
|
|
padding-bottom: 32rpx; |
|
|
|
padding-bottom: 32rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.lable-img{ |
|
|
|
|
|
|
|
|
|
|
|
.tips-item { |
|
|
|
width: 60rpx; |
|
|
|
width: 60rpx; |
|
|
|
height: 32rpx; |
|
|
|
height: 32rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
font-size: 20rpx; |
|
|
|
border-radius: 12rpx; |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border-radius: 12rpx 0; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
background-color: #007AFF; |
|
|
|
|
|
|
|
margin-bottom: 5rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg2 { |
|
|
|
|
|
|
|
background: linear-gradient(141deg, #FF6D31 0%, #FFA782 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.info-box{ |
|
|
|
|
|
|
|
|
|
|
|
.info-box { |
|
|
|
height: 214rpx; |
|
|
|
height: 214rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.head-img{ |
|
|
|
|
|
|
|
|
|
|
|
.head-img { |
|
|
|
width: 64rpx; |
|
|
|
width: 64rpx; |
|
|
|
height: 64rpx; |
|
|
|
height: 64rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.user-name{ |
|
|
|
|
|
|
|
|
|
|
|
.user-name { |
|
|
|
height: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
color: #1D1D1D; |
|
|
|
color: #1D1D1D; |
|
|
|
margin: 0 10rpx 0 16rpx; |
|
|
|
margin: 0 10rpx 0 16rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.user-address{ |
|
|
|
|
|
|
|
|
|
|
|
.user-address { |
|
|
|
width: 80rpx; |
|
|
|
width: 80rpx; |
|
|
|
height: 28rpx; |
|
|
|
height: 28rpx; |
|
|
|
line-height: 28rpx; |
|
|
|
line-height: 28rpx; |
|
|
@ -340,45 +440,53 @@ |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.user-price{ |
|
|
|
|
|
|
|
|
|
|
|
.user-price { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 58rpx; |
|
|
|
right: 58rpx; |
|
|
|
height: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
color: #FF5100; |
|
|
|
color: #FF5100; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
} |
|
|
|
.supply-con{ |
|
|
|
|
|
|
|
|
|
|
|
.supply-con { |
|
|
|
height: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
color: #1D1D1D; |
|
|
|
color: #1D1D1D; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag{ |
|
|
|
.tag { |
|
|
|
width: 112rpx; |
|
|
|
width: auto; |
|
|
|
height: 36rpx; |
|
|
|
height: 36rpx; |
|
|
|
border-radius: 4rpx; |
|
|
|
border-radius: 4rpx; |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 20rpx; |
|
|
|
margin-right: 8rpx; |
|
|
|
margin-right: 8rpx; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
padding: 0 10rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.tag-item-b{ |
|
|
|
|
|
|
|
|
|
|
|
.tag-item-b { |
|
|
|
border: 1rpx solid #3A9EFA; |
|
|
|
border: 1rpx solid #3A9EFA; |
|
|
|
color: #3A9EFA; |
|
|
|
color: #3A9EFA; |
|
|
|
} |
|
|
|
} |
|
|
|
.tag-item-y{ |
|
|
|
|
|
|
|
|
|
|
|
.tag-item-y { |
|
|
|
border: 1px solid #FFAA00; |
|
|
|
border: 1px solid #FFAA00; |
|
|
|
color: #FFAA00; |
|
|
|
color: #FFAA00; |
|
|
|
} |
|
|
|
} |
|
|
|
.tag-item-p{ |
|
|
|
|
|
|
|
|
|
|
|
.tag-item-p { |
|
|
|
color: #FC9367; |
|
|
|
color: #FC9367; |
|
|
|
border: 1px solid #FC9367; |
|
|
|
border: 1px solid #FC9367; |
|
|
|
} |
|
|
|
} |
|
|
|
.time-end{ |
|
|
|
|
|
|
|
|
|
|
|
.time-end { |
|
|
|
height: 34rpx; |
|
|
|
height: 34rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
color: #707070; |
|
|
|
color: #707070; |
|
|
|
} |
|
|
|
} |
|
|
|
.todetails{ |
|
|
|
|
|
|
|
|
|
|
|
.todetails { |
|
|
|
width: 148rpx; |
|
|
|
width: 148rpx; |
|
|
|
height: 44rpx; |
|
|
|
height: 44rpx; |
|
|
|
line-height: 44rpx; |
|
|
|
line-height: 44rpx; |
|
|
@ -392,7 +500,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 企业 */ |
|
|
|
/* 企业 */ |
|
|
|
.enterprise-list{ |
|
|
|
.enterprise-list { |
|
|
|
width: 670rpx; |
|
|
|
width: 670rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
background: #FFFFFF; |
|
|
|
margin-top: 32rpx; |
|
|
|
margin-top: 32rpx; |
|
|
@ -400,11 +508,13 @@ |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
padding-bottom: 15rpx; |
|
|
|
padding-bottom: 15rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.enterprise-box{ |
|
|
|
|
|
|
|
|
|
|
|
.enterprise-box { |
|
|
|
height: 208rpx; |
|
|
|
height: 208rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.title-h{ |
|
|
|
|
|
|
|
|
|
|
|
.title-h { |
|
|
|
width: 456rpx; |
|
|
|
width: 456rpx; |
|
|
|
height: 35rpx; |
|
|
|
height: 35rpx; |
|
|
|
line-height: 35rpx; |
|
|
|
line-height: 35rpx; |
|
|
@ -412,62 +522,73 @@ |
|
|
|
color: #1D1D1D; |
|
|
|
color: #1D1D1D; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
} |
|
|
|
.enterprise-price{ |
|
|
|
|
|
|
|
|
|
|
|
.enterprise-price { |
|
|
|
height: 30rpx; |
|
|
|
height: 30rpx; |
|
|
|
line-height: 30rpx; |
|
|
|
line-height: 30rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #FF5100; |
|
|
|
color: #FF5100; |
|
|
|
} |
|
|
|
} |
|
|
|
.head-logo{ |
|
|
|
|
|
|
|
|
|
|
|
.head-logo { |
|
|
|
width: 72rpx; |
|
|
|
width: 72rpx; |
|
|
|
height: 72rpx; |
|
|
|
height: 72rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.time-end-t{ |
|
|
|
|
|
|
|
|
|
|
|
.time-end-t { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 15rpx; |
|
|
|
right: 15rpx; |
|
|
|
height: 34rpx; |
|
|
|
height: 34rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
color: #707070; |
|
|
|
color: #707070; |
|
|
|
} |
|
|
|
} |
|
|
|
.enterprise-con{ |
|
|
|
|
|
|
|
|
|
|
|
.enterprise-con { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 192rpx; |
|
|
|
height: 192rpx; |
|
|
|
padding: 0 20rpx; |
|
|
|
padding: 0 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.enterprise-img{ |
|
|
|
|
|
|
|
|
|
|
|
.enterprise-img { |
|
|
|
width: 150rpx; |
|
|
|
width: 150rpx; |
|
|
|
height: 192rpx; |
|
|
|
height: 192rpx; |
|
|
|
margin-right: 30rpx; |
|
|
|
margin-right: 30rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.content-right{ |
|
|
|
|
|
|
|
|
|
|
|
.content-right { |
|
|
|
width: 450rpx; |
|
|
|
width: 450rpx; |
|
|
|
height:180rpx; |
|
|
|
height: 180rpx; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
.e-price{ |
|
|
|
|
|
|
|
|
|
|
|
.e-price { |
|
|
|
height: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
color: #FF5100; |
|
|
|
color: #FF5100; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
} |
|
|
|
.mt20{ |
|
|
|
|
|
|
|
|
|
|
|
.mt20 { |
|
|
|
padding-left: 20rpx; |
|
|
|
padding-left: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mask-box{ |
|
|
|
.mask-box { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 100vh; |
|
|
|
height: 100vh; |
|
|
|
background: rgba(0,0,0,.6); |
|
|
|
background: rgba(0, 0, 0, .6); |
|
|
|
position:fixed; |
|
|
|
position: fixed; |
|
|
|
top: 0;/* #ifdef H5 */ |
|
|
|
top: 0; |
|
|
|
|
|
|
|
/* #ifdef H5 */ |
|
|
|
top: calc(88rpx + constant(safe-area-inset-top)); |
|
|
|
top: calc(88rpx + constant(safe-area-inset-top)); |
|
|
|
top: calc(88rpx + env(safe-area-inset-top));/* #endif */ |
|
|
|
top: calc(88rpx + env(safe-area-inset-top)); |
|
|
|
|
|
|
|
/* #endif */ |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
z-index: 9999; |
|
|
|
z-index: 9999; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.screen-dialog-box{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-dialog-box { |
|
|
|
width: 602rpx; |
|
|
|
width: 602rpx; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
/* padding-bottom: 160rpx; */ |
|
|
|
/* padding-bottom: 160rpx; */ |
|
|
@ -478,33 +599,38 @@ |
|
|
|
right: 0rpx; |
|
|
|
right: 0rpx; |
|
|
|
animation: move 200ms ease; |
|
|
|
animation: move 200ms ease; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* .move{ |
|
|
|
/* .move{ |
|
|
|
right: 0rpx; |
|
|
|
right: 0rpx; |
|
|
|
} */ |
|
|
|
} */ |
|
|
|
@keyframes move{ |
|
|
|
@keyframes move { |
|
|
|
0%{ |
|
|
|
0% { |
|
|
|
transform: translateX(800rpx); |
|
|
|
transform: translateX(800rpx); |
|
|
|
} |
|
|
|
} |
|
|
|
100%{ |
|
|
|
|
|
|
|
|
|
|
|
100% { |
|
|
|
transform: translateX(0rpx); |
|
|
|
transform: translateX(0rpx); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-item{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-item { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
padding: 0 38rpx; |
|
|
|
padding: 0 38rpx; |
|
|
|
padding-bottom: 22rpx; |
|
|
|
padding-bottom: 22rpx; |
|
|
|
border-bottom: 2rpx solid #EEEEEE; |
|
|
|
border-bottom: 2rpx solid #EEEEEE; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-title{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-title { |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
color: #000; |
|
|
|
color: #000; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-item{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-item { |
|
|
|
padding-top: 40rpx; |
|
|
|
padding-top: 40rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.screen-item .item{ |
|
|
|
.screen-item .item { |
|
|
|
width: 162rpx; |
|
|
|
width: 162rpx; |
|
|
|
height: 48rpx; |
|
|
|
height: 48rpx; |
|
|
|
line-height: 48rpx; |
|
|
|
line-height: 48rpx; |
|
|
@ -516,36 +642,43 @@ |
|
|
|
margin-bottom: 20rpx; |
|
|
|
margin-bottom: 20rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-item .item:nth-child(3n){ |
|
|
|
|
|
|
|
|
|
|
|
.screen-item .item:nth-child(3n) { |
|
|
|
margin-right: 0; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.screen-item .item-active{ |
|
|
|
|
|
|
|
|
|
|
|
.screen-item .item-active { |
|
|
|
border: 2rpx solid #FF6E33; |
|
|
|
border: 2rpx solid #FF6E33; |
|
|
|
color: #FE7D26; |
|
|
|
color: #FE7D26; |
|
|
|
background: #FDEFE6; |
|
|
|
background: #FDEFE6; |
|
|
|
} |
|
|
|
} |
|
|
|
.across-line{ |
|
|
|
|
|
|
|
|
|
|
|
.across-line { |
|
|
|
width: 44rpx; |
|
|
|
width: 44rpx; |
|
|
|
height: 2rpx; |
|
|
|
height: 2rpx; |
|
|
|
background: #ACABAB; |
|
|
|
background: #ACABAB; |
|
|
|
margin: 0 12rpx; |
|
|
|
margin: 0 12rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.low-price{ |
|
|
|
|
|
|
|
|
|
|
|
.low-price { |
|
|
|
width: 228rpx; |
|
|
|
width: 228rpx; |
|
|
|
height: 60rpx; |
|
|
|
height: 60rpx; |
|
|
|
background: #F6F5F5; |
|
|
|
background: #F6F5F5; |
|
|
|
border-radius: 4rpx; |
|
|
|
border-radius: 4rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.low-price input{ |
|
|
|
|
|
|
|
|
|
|
|
.low-price input { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.fz20{ |
|
|
|
|
|
|
|
|
|
|
|
.fz20 { |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 20rpx; |
|
|
|
color: #393939; |
|
|
|
color: #393939; |
|
|
|
} |
|
|
|
} |
|
|
|
.submit-box{ |
|
|
|
|
|
|
|
|
|
|
|
.submit-box { |
|
|
|
width: 602rpx; |
|
|
|
width: 602rpx; |
|
|
|
height: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
box-shadow: 2rpx 0px 12rpx rgba(0, 0, 0, 0.16); |
|
|
|
box-shadow: 2rpx 0px 12rpx rgba(0, 0, 0, 0.16); |
|
|
@ -553,13 +686,15 @@ |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.submit-box .btn{ |
|
|
|
|
|
|
|
|
|
|
|
.submit-box .btn { |
|
|
|
width: 50%; |
|
|
|
width: 50%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
line-height: 100rpx; |
|
|
|
line-height: 100rpx; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.submit-box .finish{ |
|
|
|
|
|
|
|
|
|
|
|
.submit-box .finish { |
|
|
|
background: #FF660C; |
|
|
|
background: #FF660C; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|