You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

378 lines
7.6 KiB

3 years ago
<template>
<view class="project-page">
<view class="content">
<view class="acea-row content-box">
<view class="content-left acea-row row-middle">
3 years ago
<view class="title line1">蜂蜜供应商</view>
3 years ago
<view class="label">A轮</view>
3 years ago
<view class="title-s line2">优质的供应源多元化的土地使用快速扩张的能力稳定的分销渠道</view>
3 years ago
</view>
<image src="../../../static/images/home/menu6.png"></image>
</view>
<view class="category-box acea-row">
<view class="tag-item-b tag">持续盈利</view>
<view class="tag-item-y tag">财务规范</view>
<view class="tag-item-p tag">零负债</view>
</view>
3 years ago
<view class="region acea-row row-middle">
<view class="regin-box br1">
<view class="title-l">项目领域</view>
<view class="title-m">农业</view>
</view>
<view class="regin-box">
<view class="title-l">融资金额</view>
<view class="title-m">200万元-300万元</view>
</view>
3 years ago
</view>
</view>
<view class="detials-box">
3 years ago
<view class="pa20">
<view class="title acea-row row-middle">
<image src="../../../static/images/shu.png" mode=""></image>项目详情
</view>
<view>所属区域武汉</view>
<view class="detail-con">项目详情融资方的合作标准封锁地带</view>
3 years ago
</view>
3 years ago
<view class="mask-box acea-row row-center-wrapper">
<view class="acea-row row-center-wrapper mask-con">
<view class="con">投资方认证后可查看项目详情</view>
<view class="authentication-btn">立即认证</view>
</view>
3 years ago
</view>
3 years ago
</view>
3 years ago
<view class="recommend-box">
<view class="title acea-row row-middle">
3 years ago
<image src="../../../static/images/shu.png" mode=""></image>项目推荐
3 years ago
</view>
<view class="update-box acea-row row-middle">
<view>今日已更新7个</view>
<view class="update-icon acea-row row-center-wrapper">
<image src="../../../static/images/update-icon.png" mode=""></image>换一批
</view>
</view>
3 years ago
<scroll-view class="scroll-view_H acea-row" scroll-x="true">
3 years ago
<view class="recommend-list acea-row" v-for="(item,index) in 3">
3 years ago
<image src="../../../static/images/business-img1.png" mode=""></image>
3 years ago
<view class="recommend-bottom acea-row row-column-between">
3 years ago
<view class="title-item line1">蜂蜜供应商</view>
<view class="line1">优质的供应源多元化的土地</view>
3 years ago
<view class="category-box acea-row">
<view class="tag-item-b tag">持续盈利</view>
<view class="tag-item-y tag">财务规范</view>
<view class="tag-item-p tag">零负债</view>
</view>
</view>
</view>
</scroll-view>
3 years ago
3 years ago
</view>
<view class="footer">
<view class="toContact">联系项目方</view>
</view>
</view>
</template>
<script>
</script>
<style lang="less">
.project-page {
width: 100%;
height: 100vh;
background: #F8F8F8;
}
.content {
width: 100%;
height: 284rpx;
background: #fff;
3 years ago
position: relative;
margin-bottom: 90rpx;
3 years ago
padding: 20rpx 40rpx 0 40rpx;
.content-box {
width: 670rpx;
height: 130rpx;
margin-bottom: 25rpx;
3 years ago
image {
width: 128rpx;
height: 128rpx;
margin-left: auto;
}
3 years ago
.content-left {
width: 536rpx;
.title {
3 years ago
width: auto;
max-width: 280rpx;
3 years ago
height: 52rpx;
font-size: 36rpx;
margin-right: 22rpx;
font-weight: bold;
color: #343434;
}
.label {
width: 110rpx;
height: 32rpx;
line-height: 32rpx;
text-align: center;
background: #FF5100;
border-radius: 4rpx;
color: #fff;
}
.title-s {
width: 536rpx;
height: 68rpx;
font-size: 24rpx;
font-weight: 400;
color: #707070;
}
}
}
}
3 years ago
.category-box {
3 years ago
width: 100%;
height: 36rpx;
overflow: hidden;
3 years ago
.tag {
3 years ago
width: auto;
padding: 0 10rpx;
3 years ago
height: 36rpx;
3 years ago
line-height: 34rpx;
3 years ago
border-radius: 4rpx;
font-size: 20rpx;
3 years ago
margin-right: 16rpx;
3 years ago
text-align: center;
}
3 years ago
3 years ago
.tag-item-b {
border: 1rpx solid #3A9EFA;
color: #3A9EFA;
}
3 years ago
3 years ago
.tag-item-y {
border: 1px solid #FFAA00;
color: #FFAA00;
}
.tag-item-p {
color: #FC9367;
border: 1px solid #FC9367;
3 years ago
}
3 years ago
}
3 years ago
.region {
width: 670rpx;
height: 112rpx;
background: #FFFFFF;
box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
border-radius: 12rpx;
position: relative;
3 years ago
bottom: -21rpx;
3 years ago
margin: 0 auto;
.regin-box {
width: 50%;
height: 80rpx;
text-align: center;
.title-l {
font-weight: 400;
color: #707070;
margin-bottom: 6rpx;
}
.title-m {
font-size: 28rpx;
font-weight: 600;
color: #FF5100;
}
}
.br1 {
border-right: 1rpx solid #E9E9E9;
}
}
.detials-box {
width: 750rpx;
3 years ago
height: auto;
min-height: 384rpx;
3 years ago
background: #FFFFFF;
font-size: 28rpx;
font-weight: 400;
color: #343434;
3 years ago
position: relative;
3 years ago
3 years ago
.pa20 {
width: 100%;
height: 100%;
padding: 24rpx 32rpx 10rpx 32rpx;
filter: blur(6rpx);
view {
margin-bottom: 15rpx;
}
3 years ago
3 years ago
.detail-con {
width: 100%;
height: auto;
overflow: hidden;
}
}
3 years ago
3 years ago
.mask-box {
width: 750rpx;
height: 100%;
background: rgba(255,255,255,0.7);
box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.01);
position: absolute;
top: 0;
3 years ago
3 years ago
.mask-con {
width: 484rpx;
height: 136rpx;
z-index: 9999;
3 years ago
3 years ago
.con {
font-size: 36rpx;
font-weight: 600;
color: #FF5100;
margin-bottom: 20rpx;
}
3 years ago
3 years ago
.authentication-btn {
width: 148rpx;
height: 52rpx;
background: linear-gradient(315deg, #FF6D31 0%, #FFC2AA 100%);
border-radius: 12rpx;
font-size: 24rpx;
font-weight: 600;
line-height: 52rpx;
color: #FFFFFF;
text-align: center;
}
}
}
3 years ago
}
3 years ago
.title {
3 years ago
height: 52rpx;
3 years ago
font-size: 36rpx;
font-family: PingFang SC;
3 years ago
font-weight: 600;
3 years ago
color: #343434;
3 years ago
3 years ago
image {
width: 18rpx;
height: 36rpx;
margin-right: 10rpx;
}
3 years ago
}
3 years ago
3 years ago
.recommend-box {
width: 750rpx;
height: 528rpx;
background: #FFFFFF;
margin: 32rpx 0;
3 years ago
padding: 24rpx 0 0 0rpx;
3 years ago
3 years ago
.title {
margin-left: 32rpx;
}
3 years ago
3 years ago
.update-box {
width: auto;
height: 48rpx;
color: #FF6D31;
font-size: 24rpx;
margin: 0rpx 32rpx 26rpx 32rpx;
.update-icon {
width: 118rpx;
height: 48rpx;
background: #FFFFFF;
box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.16);
border-radius: 24rpx;
font-size: 20rpx;
line-height: 26rpx;
color: #666666;
margin-left: auto;
image {
width: 26rpx;
height: 26rpx;
background: rgba(0, 0, 0, 0);
margin-right: 10rpx;
}
}
}
3 years ago
3 years ago
.scroll-view_H {
width: 100%;
height: 345rpx;
white-space: nowrap;
.recommend-list {
width: 392rpx;
background: #FFFFFF;
box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
border-radius: 12rpx;
font-size: 24rpx;
color: #707070;
display: inline-block;
margin: 0 32rpx 0 0rpx;
3 years ago
3 years ago
image {
width: 392rpx;
height: 194rpx;
border-radius: 12rpx 12rpx 0 0;
}
}
3 years ago
3 years ago
.recommend-list:nth-child(1) {
margin-left: 32rpx;
}
3 years ago
3 years ago
.recommend-bottom {
height: 130rpx;
padding: 0 16rpx 15rpx 24rpx;
3 years ago
3 years ago
.title-item {
height: 30rpx;
line-height: 30rpx;
font-size: 28rpx;
font-weight: 600;
color: #1D1D1D;
}
}
}
3 years ago
}
3 years ago
.footer {
3 years ago
width: 100%;
height: 132rpx;
background: #FFFFFF;
padding: 32rpx 32rpx 0 0;
3 years ago
3 years ago
.toContact {
width: 223rpx;
height: 76rpx;
line-height: 76rpx;
text-align: center;
background: linear-gradient(144deg, #FFA782 0%, #FF5100 100%);
border-radius: 38rpx;
margin-left: auto;
font-size: 32rpx;
font-weight: 500;
color: #FFFFFF;
}
3 years ago
}
</style>