diff --git a/config/index.js b/config/index.js
index 93ee94a..947f5ca 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,9 +1,9 @@
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'
// export const VUE_APP_API_URL = 'http://192.168.0.112:8092/api'
- // export const VUE_APP_API_URL = 'http://192.168.1.34:8092/api'
+ // export const VUE_APP_API_URL = 'http://10.11.32.103:8092/api'
export const VUE_APP_API_URL = 'https://cloud.api.cyjyyjy.com/api'
-// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
+ // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api'
// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
diff --git a/pages.json b/pages.json
index 2676e2e..aaf063c 100644
--- a/pages.json
+++ b/pages.json
@@ -270,6 +270,20 @@
"enablePullDownRefresh": true
}
},
+ {
+ "path": "pages/demandHall/projectManage/index",
+ "style": {
+ "navigationBarTitleText": "项目管理",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/demandHall/newProject/index",
+ "style": {
+ "navigationBarTitleText": "新建项目",
+ "enablePullDownRefresh": true
+ }
+ },
{
"path": "pages/demandHall/business/index",
"style": {
@@ -326,6 +340,13 @@
"enablePullDownRefresh": true
}
},
+ {
+ "path": "pages/life/index2",
+ "style": {
+ "navigationBarTitleText": "生活",
+ "enablePullDownRefresh": true
+ }
+ },
{
"path": "pages/life/temp/index",
"style": {
diff --git a/pages/activity/detail/index.vue b/pages/activity/detail/index.vue
index 029c308..ffb4978 100644
--- a/pages/activity/detail/index.vue
+++ b/pages/activity/detail/index.vue
@@ -68,7 +68,7 @@
- {{activityDetail.collect ? '已收藏':'收藏'}}
+ {{activityDetail.collect ? '已收藏':'收藏'}}
diff --git a/pages/demandHall/business/index.vue b/pages/demandHall/business/index.vue
index 643cc82..59a340c 100644
--- a/pages/demandHall/business/index.vue
+++ b/pages/demandHall/business/index.vue
@@ -30,7 +30,8 @@
-
+
+
@@ -40,13 +41,13 @@
-
+
换一批
- {{item.enterpriseName}}
+ {{item.enterpriseName}}
{{item.cname}}
-
- 项目领域
-
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
+
+ 项目领域
+
+ {{item.cagetoryName}}
项目阶段
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
+ 农林牧鱼
项目标签
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
- 农林牧鱼
+ 农林牧鱼
-
重置
完成
@@ -137,60 +114,40 @@
active: '1',
showScreenDialog: false,
cagetoryActive: "",
- //筛选企业/个人
- resourceCagetoryId: '',
- // 分类列表
- enterpriseType: '',
//筛选分类
choseCagetory: '',
- choseBusiness: '',
- cName: "",
}
},
- // onLoad: function (options) {
- // this.getCagetoryList();
- // },
+ onLoad: function (options) {
+ this.getCagetoryList();
+ },
methods:{
tabClick(e) {
this.setData({
active: e.currentTarget.dataset.i,
})
},
- // getCagetoryList() {
- // app.http('get', 'ResourcesCagetory/listResourcesCagetory').then(res => {
- // if (res.data.success) {
- // this.setData({
- // cagetoryList: res.data.data
- // });
- // }
- // });
- // },
- showDialog() {
- this.setData({
- showScreenDialog: true
+ getCagetoryList() {
+ app.http('get', 'ResourcesCagetory/listResourcesCagetory').then(res => {
+ if (res.data.success) {
+ this.setData({
+ cagetoryList: res.data.data
+ });
+ }
});
},
- showhaha() {
+ showDialog() {
this.setData({
showScreenDialog: true
});
},
- // cagetoryClick(e) {
- // let item = e.currentTarget.dataset.item;
- // let i = e.currentTarget.dataset.i;
- // console.log(item);
- // this.setData({
- // cagetoryActive: i,
- // resourceCagetoryId: item.id,
- // choseCagetory: item.cagetoryName
- // });
- // },
- businessChange(e) {
- let type = e.currentTarget.dataset.type;
- let name = e.currentTarget.dataset.name;
+ cagetoryClick(e) {
+ let item = e.currentTarget.dataset.item;
+ let i = e.currentTarget.dataset.i;
+ console.log(item);
this.setData({
- choseBusiness: name,
- enterpriseType: type
+ cagetoryActive: i,
+ choseCagetory: item.cagetoryName
});
},
@@ -202,11 +159,7 @@
resetClick() {
this.setData({
- cName: '',
cagetoryActive: null,
- resourceCagetoryId: '',
- enterpriseType: '',
- choseBusiness: '',
choseCagetory: '',
});
},
@@ -240,6 +193,7 @@
border: 2rpx solid #FF5100;
border-radius: 8rpx;
margin: 0 auto;
+ position: relative;
.search-img {
width: 35rpx;
height: 35rpx;
@@ -247,12 +201,14 @@
}
}
.search {
+ // margin-left: auto;
+ position: absolute;
+ right: -2rpx;
width: 132rpx;
height: 68rpx;
background: linear-gradient(39deg, #FF5100 0%, #FFA074 100%);
border-radius: 8rpx;
color: #fff;
- margin-left: auto;
}
.resource-tabs {
width: 100%;
@@ -335,16 +291,19 @@
margin-right: 18rpx;
}
.right-con {
+ width: 450rpx;
.title {
- line-height: 24rpx;
+ line-height: 35rpx;
font-weight: 800;
.new-icon {
width: 48rpx;
height: 24rpx;
margin-right: 8rpx;
- .title-h {
- color: #1D1D1D;
- }
+ }
+ .title-h {
+ width: 390rpx;
+ height: 35rpx;
+ color: #1D1D1D;
}
}
.title-s {
@@ -354,23 +313,29 @@
color: #707070;
}
.category-box {
+ width: 100%;
+ height: 36rpx;
+ overflow: hidden;
.tag {
- width: 112rpx;
+ padding: 0 10rpx;
height: 36rpx;
- line-height: 33rpx;
+ line-height: 34rpx;
border-radius: 4rpx;
font-size: 20rpx;
margin-right: 16rpx;
text-align: center;
}
+
.tag-item-b {
border: 1rpx solid #3A9EFA;
color: #3A9EFA;
}
+
.tag-item-y {
border: 1px solid #FFAA00;
color: #FFAA00;
}
+
.tag-item-p {
color: #FC9367;
border: 1px solid #FC9367;
@@ -379,8 +344,9 @@
}
}
.project-bottom {
+ width: 100%;
height: 40rpx;
- margin: 0 45rpx 0 20rpx;
+ padding: 0 45rpx 0 20rpx;
color: #FF5100;
font-size: 24rpx;
.finance-price {
@@ -388,6 +354,7 @@
font-weight: 900;
}
.price {
+ width: 350rpx;
font-weight: 900;
}
.tocheck {
@@ -439,6 +406,7 @@
color: #707070;
.name {
width: 100%;
+ height: 38rpx;
font-size: 32rpx;
font-weight: bold;
color: #1D1D1D;
@@ -528,7 +496,7 @@
width: 152rpx;
height: 64rpx;
line-height: 64rpx;
- text-align: center;
+ text-align: center;
font-size: 24rpx;
color: #666666;
background: #F6F6F6;
@@ -538,9 +506,8 @@
margin-right: 0;
}
.screen-item .item-active{
- border: 2rpx solid #FF6E33;
- color: #FE7D26;
- background: #FDEFE6;
+ color: #fff;
+ background: #FF6D31;
}
.across-line{
width: 44rpx;
diff --git a/pages/demandHall/enterprisePage/index.vue b/pages/demandHall/enterprisePage/index.vue
index 31f36be..05b6391 100644
--- a/pages/demandHall/enterprisePage/index.vue
+++ b/pages/demandHall/enterprisePage/index.vue
@@ -14,15 +14,15 @@
-
+
{{detail.enterpriseAddress}}
-
+
{{detail.enterpriseNet}}
-
+
{{detail.enterprisePhone}}
@@ -178,9 +178,10 @@
width: 134rpx;
height: 134rpx;
margin-right: 26rpx;
+ border-radius: 8rpx;
}
.info-right {
- width: 470rpx;
+ width: 510rpx;
height: 134rpx;
color: #FFFFFF;
font-size: 24rpx;
@@ -189,28 +190,40 @@
font-size: 32rpx;
}
.category-box {
+ width: 100%;
+ height: 36rpx;
+ overflow: hidden;
.tag {
width: auto;
- padding: 0 10rpx;
+ padding: 0 15rpx;
height: 36rpx;
line-height: 36rpx;
border-radius: 8rpx;
font-size: 20rpx;
- margin-right: 12rpx;
+ margin-right: 16rpx;
text-align: center;
- color: #fff;
}
+
.tag-item-b {
background: #5D8AFD;
+ color: #fff;
}
+
.tag-item-y {
+ border: 1px solid #FFAA00;
+ color: #fff;
+
+ }
+
+ .tag-item-p {
+ color: #fff;
background: #FD855B;
}
}
}
}
.contact-box{
- width: 460rpx;
+ width: 500rpx;
height: 106rpx;
font-size: 24rpx;
font-weight: 500;
@@ -222,7 +235,7 @@
margin-right: 10rpx;
}
.line1{
- width: 400rpx;
+ width: 470rpx;
line-height: 30rpx;
}
}
diff --git a/pages/demandHall/enterpriseServer/index.vue b/pages/demandHall/enterpriseServer/index.vue
index 8e89f8d..6209c4d 100644
--- a/pages/demandHall/enterpriseServer/index.vue
+++ b/pages/demandHall/enterpriseServer/index.vue
@@ -48,15 +48,13 @@
{{item.enterpriseType == 1 ? '企业' : '个人'}}
-
-
-
- {{item.enterpriseName}}
+
+ {{item.enterpriseName}}
{{item.cname}}
- {{item.enterpriseTitle}}
+ {{item.enterpriseTitle}}
@@ -248,7 +246,7 @@
}
-
diff --git a/pages/demandHall/projectDetail/index.vue b/pages/demandHall/projectDetail/index.vue
index e3dc818..e03bd10 100644
--- a/pages/demandHall/projectDetail/index.vue
+++ b/pages/demandHall/projectDetail/index.vue
@@ -3,9 +3,9 @@
- 蜂蜜供应商
+ 蜂蜜供应商
A轮
- 优质的供应源、多元化的土地使用、快速扩张的能力、稳定的分销渠道
+ 优质的供应源、多元化的土地使用、快速扩张的能力、稳定的分销渠道
@@ -14,33 +14,36 @@
财务规范
零负债
-
-
-
- 项目领域
- 农业
-
-
- 融资金额
- 200万元-300万元
+
+
+ 项目领域
+ 农业
+
+
+ 融资金额
+ 200万元-300万元
+
-
- 项目详情
+
+
+ 项目详情
+
+ 所属区域:武汉
+ 项目详情:融资方的合作标准封锁地带
- 所属区域:武汉
- 项目详情:融资方的合作标准
-
-
+
+
- 项目详情
+ 项目推荐
今日已更新7个
@@ -52,8 +55,8 @@
- 蜂蜜供应商
- 优质的供应源,多元化的土地sssssssssssss
+ 蜂蜜供应商
+ 优质的供应源,多元化的土地
持续盈利
财务规范
@@ -85,6 +88,8 @@
width: 100%;
height: 284rpx;
background: #fff;
+ position: relative;
+ margin-bottom: 90rpx;
padding: 20rpx 40rpx 0 40rpx;
.content-box {
@@ -92,11 +97,18 @@
height: 130rpx;
margin-bottom: 25rpx;
+ image {
+ width: 128rpx;
+ height: 128rpx;
+ margin-left: auto;
+ }
+
.content-left {
width: 536rpx;
.title {
- width: 208rpx;
+ width: auto;
+ max-width: 280rpx;
height: 52rpx;
font-size: 36rpx;
margin-right: 22rpx;
@@ -123,22 +135,21 @@
}
}
}
-
- .content-box image {
- width: 128rpx;
- height: 128rpx;
- margin-left: auto;
- }
-
}
.category-box {
+ width: 100%;
+ height: 36rpx;
+ overflow: hidden;
+
.tag {
- width: 112rpx;
+ width: auto;
+ padding: 0 10rpx;
height: 36rpx;
+ line-height: 34rpx;
border-radius: 4rpx;
font-size: 20rpx;
- margin-right: 5rpx;
+ margin-right: 16rpx;
text-align: center;
}
@@ -165,7 +176,7 @@
box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
border-radius: 12rpx;
position: relative;
- top: -48rpx;
+ bottom: -21rpx;
margin: 0 auto;
.regin-box {
@@ -185,7 +196,6 @@
color: #FF5100;
}
}
-
.br1 {
border-right: 1rpx solid #E9E9E9;
}
@@ -193,69 +203,77 @@
.detials-box {
width: 750rpx;
- height: 384rpx;
+ height: auto;
+ min-height: 384rpx;
background: #FFFFFF;
font-size: 28rpx;
font-weight: 400;
color: #343434;
- padding: 24rpx 0 0 32rpx;
- }
+ position: relative;
- .detials-box view {
- margin-bottom: 22rpx;
- }
+ .pa20 {
+ width: 100%;
+ height: 100%;
+ padding: 24rpx 32rpx 10rpx 32rpx;
+ filter: blur(6rpx);
+ view {
+ margin-bottom: 15rpx;
+ }
- .title {
- height: 52rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 600;
- color: #343434;
- }
+ .detail-con {
+ width: 100%;
+ height: auto;
+ overflow: hidden;
+ }
+ }
- .title image {
- width: 18rpx;
- height: 36rpx;
- margin-right: 10rpx;
- }
+ .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;
- .mask-box {
- width: 750rpx;
- height: 384rpx;
- background: #fff;
- box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.01);
- filter: blur(6rpx);
- position: fixed;
- top: 390rpx;
- }
+ .mask-con {
+ width: 484rpx;
+ height: 136rpx;
+ z-index: 9999;
- .mask-con {
- width: 484rpx;
- height: 136rpx;
- z-index: 9999;
- }
+ .con {
+ font-size: 36rpx;
+ font-weight: 600;
+ color: #FF5100;
+ margin-bottom: 20rpx;
+ }
- .con {
- font-size: 36rpx;
- font-weight: 600;
- color: #FF5100;
- margin-bottom: 20rpx;
+ .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;
+ }
+ }
+ }
}
- .authentication-btn {
- width: 148rpx;
+ .title {
height: 52rpx;
- background: linear-gradient(315deg, #FF6D31 0%, #FFC2AA 100%);
- border-radius: 12rpx;
- font-size: 24rpx;
+ font-size: 36rpx;
+ font-family: PingFang SC;
font-weight: 600;
- line-height: 52rpx;
- color: #FFFFFF;
- text-align: center;
- }
+ color: #343434;
- .recommend-box .title {
- margin-left: 32rpx;
+ image {
+ width: 18rpx;
+ height: 36rpx;
+ margin-right: 10rpx;
+ }
}
.recommend-box {
@@ -263,74 +281,78 @@
height: 528rpx;
background: #FFFFFF;
margin: 32rpx 0;
- // padding: 24rpx 0 0 32rpx;
padding: 24rpx 0 0 0rpx;
- }
- .update-box {
- width: 670rpx;
- height: 48rpx;
- color: #FF6D31;
- font-size: 24rpx;
- margin-bottom: 26rpx;
- margin-left: 32rpx;
- }
+ .title {
+ margin-left: 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;
- }
+ .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;
+ }
+ }
+ }
- .update-icon image {
- width: 26rpx;
- height: 26rpx;
- background: rgba(0, 0, 0, 0);
- margin-right: 10rpx;
- }
+ .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;
- .scroll-view_H {
- width: 100%;
- height: 345rpx;
- white-space: nowrap;
- }
+ image {
+ width: 392rpx;
+ height: 194rpx;
+ border-radius: 12rpx 12rpx 0 0;
+ }
+ }
- .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;
- }
- .recommend-list:nth-child(1){
- margin-left: 32rpx;
- }
- .recommend-list image {
- width: 392rpx;
- height: 194rpx;
- border-radius: 12rpx 12rpx 0 0;
- }
+ .recommend-list:nth-child(1) {
+ margin-left: 32rpx;
+ }
- .recommend-bottom {
- height: 130rpx;
- padding: 0 16rpx 15rpx 24rpx;
- }
+ .recommend-bottom {
+ height: 130rpx;
+ padding: 0 16rpx 15rpx 24rpx;
- .title-item {
- height: 30rpx;
- line-height: 30rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #1D1D1D;
+ .title-item {
+ height: 30rpx;
+ line-height: 30rpx;
+ font-size: 28rpx;
+ font-weight: 600;
+ color: #1D1D1D;
+ }
+ }
+ }
}
.footer {
@@ -338,18 +360,18 @@
height: 132rpx;
background: #FFFFFF;
padding: 32rpx 32rpx 0 0;
- }
- .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;
+ .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;
+ }
}
diff --git a/pages/demandHall/projectManage/index.vue b/pages/demandHall/projectManage/index.vue
new file mode 100644
index 0000000..cd313ba
--- /dev/null
+++ b/pages/demandHall/projectManage/index.vue
@@ -0,0 +1,312 @@
+
+
+
+ 发布中
+ 审核中
+ 草稿箱
+ 已发布
+
+
+
+
+
+
+
+
+
+
+ 富硒产品
+
+ 农业项目、国家扶贫、乡村振兴、优质资源利用、国家大力支持
+
+ 持续盈利
+ 财务规范
+ 零负债
+
+
+
+
+ 融资金额
+ 200万元-300万元
+ 取消发布
+
+
+
+
+
+
+
+
+
+
+
+ 富硒产品
+ 等待审核
+
+ 农业项目、国家扶贫、乡村振兴、优质资源利用、国家大力支持
+
+ 持续盈利
+ 财务规范
+ 零负债
+
+
+
+
+ 融资金额
+ 200万元-300万元
+ 撤回审核
+
+
+
+
+
+
+
+
+
+
+
+ 富硒产品
+ 未编辑完成
+
+ 农业项目、国家扶贫、乡村振兴、优质资源利用、国家大力支持
+
+ 持续盈利
+ 财务规范
+ 零负债
+
+
+
+
+ 编辑发布
+ 删除项目
+
+
+
+
+
+
+
+
+
+ 富硒产品
+ 审核未通过
+
+ 农业项目、国家扶贫、乡村振兴、优质资源利用、国家大力支持
+
+ 持续盈利
+ 财务规范
+ 零负债
+
+
+
+ 未通过原因:不符合项目要求,需要重新修改项目...
+
+ 2021.12.21申请
+ 编辑发布
+ 删除项目
+
+
+
+
+ 12
+
+
+
+
+
+
+
+
diff --git a/pages/demandHall/supplyHall/index.vue b/pages/demandHall/supplyHall/index.vue
index 95cee35..2acd28c 100644
--- a/pages/demandHall/supplyHall/index.vue
+++ b/pages/demandHall/supplyHall/index.vue
@@ -29,12 +29,15 @@
{{item.title}}
{{item.capital}}
-
-
- {{item.cname}}
- {{item.resourceEndTime}}截止报名
+
+
+
+ {{item.cname}}
+
+ {{item.resourceEndTime}}截止报名
+
{{item.enterpriseName}}
@@ -276,6 +279,7 @@
border: 2rpx solid #FF5100;
border-radius: 8rpx;
margin: 0 auto;
+ position: relative;
}
.search-box image {
@@ -285,12 +289,14 @@
}
.search {
- margin-left: auto;
+ // margin-left: auto;
width: 132rpx;
- height: 64rpx;
+ height: 68rpx;
background: linear-gradient(39deg, #FF5100 0%, #FFA074 100%);
border-radius: 8rpx;
color: #fff;
+ position: absolute;
+ right: -2rpx;
}
.resource-tabs {
@@ -390,8 +396,8 @@
}
.info-box {
- height: 214rpx;
- padding-left: 20rpx;
+ min-height: 214rpx;
+ padding: 0 58rpx 0 20rpx;
}
.head-img {
@@ -400,6 +406,8 @@
}
.user-name {
+ width: auto;
+ max-width: 250rpx;
height: 40rpx;
color: #1D1D1D;
margin: 0 10rpx 0 16rpx;
@@ -425,35 +433,43 @@
}
.supply-con {
- height: 40rpx;
+ width: 100%;
+ height: auto;
color: #1D1D1D;
font-weight: 600;
+ margin: 10rpx 0;
}
-
- .tag {
- width: auto;
- line-height: 28rpx;
- border-radius: 4rpx;
- font-size: 20rpx;
- margin-right: 8rpx;
- text-align: center;
- padding: 0 10rpx;
- }
-
- .tag-item-b {
- border: 1rpx solid #3A9EFA;
- color: #3A9EFA;
- }
-
- .tag-item-y {
- border: 1px solid #FFAA00;
- color: #FFAA00;
- }
-
- .tag-item-p {
- color: #FC9367;
- border: 1px solid #FC9367;
+ .category-box{
+ width: 100%;
+ height: 36rpx;
+ overflow: hidden;
+ .tag {
+ width: auto;
+ height: 36rpx;
+ line-height: 34rpx;
+ border-radius: 4rpx;
+ font-size: 20rpx;
+ margin-right: 8rpx;
+ text-align: center;
+ padding: 0 10rpx;
+ }
+
+ .tag-item-b {
+ border: 1rpx solid #3A9EFA;
+ color: #3A9EFA;
+ }
+
+ .tag-item-y {
+ border: 1px solid #FFAA00;
+ color: #FFAA00;
+ }
+
+ .tag-item-p {
+ color: #FC9367;
+ border: 1px solid #FC9367;
+ }
}
+
.time-end {
height: 34rpx;
@@ -467,9 +483,7 @@
line-height: 44rpx;
background: linear-gradient(141deg, #FFA782 0%, #FF6D31 100%);
border-radius: 8rpx;
- position: absolute;
- right: 18rpx;
- bottom: 38rpx;
+ margin-left: auto;
text-align: center;
color: #fff;
}
@@ -486,11 +500,11 @@
.enterprise-box {
height: 208rpx;
- padding-left: 20rpx;
+ padding: 0 20rpx;
}
.title-h {
- width: 456rpx;
+ width: 100%;
height: 35rpx;
line-height: 35rpx;
font-size: 32rpx;
@@ -504,18 +518,28 @@
font-size: 28rpx;
color: #FF5100;
}
+ .enterprise-name{
+ max-width: 382rpx;
+ height: 40rpx;
+ color: #1D1D1D;
+ margin: 0 10rpx 0 16rpx;
+ }
.head-logo {
width: 72rpx;
height: 72rpx;
}
-
+ .wd37{
+ width: 370rpx;
+ height: 36rpx;
+ overflow: hidden;
+ }
.time-end-t {
- position: absolute;
- right: 15rpx;
+ width: 250rpx;
height: 34rpx;
font-size: 24rpx;
color: #707070;
+ text-align: right;
}
.enterprise-con {
@@ -543,7 +567,7 @@
}
.mt20 {
- padding-left: 20rpx;
+ padding: 0 20rpx;
}
@@ -623,6 +647,7 @@
}
.screen-item .item-active {
+ line-height: 44rpx;
border: 2rpx solid #FF6E33;
color: #FE7D26;
background: #FDEFE6;
diff --git a/pages/home/activityCenter/index.vue b/pages/home/activityCenter/index.vue
index 716fa38..0ff6c40 100644
--- a/pages/home/activityCenter/index.vue
+++ b/pages/home/activityCenter/index.vue
@@ -43,8 +43,18 @@
data() {
return {
menuHeight: app.globalData.menuHeight,
+ navHeight: app.globalData.navHeight,
menuTop: app.globalData.menuTop,
+ navTopHeight: app.globalData.navTopHeight,
activity: [], //活动列表
+ isFixed: false,
+ };
+ },
+ onPageScroll(e) {
+ if (e.scrollTop > 60) {
+ this.isFixed = true;
+ } else {
+ this.isFixed = false;
};
},
mounted: function() {
@@ -71,6 +81,10 @@
url: '/pages/activity/detail/index?id=' + id
});
},
+ toBackHome(e){
+ console.log("1")
+ uni.navigateBack();
+ }
}
}
@@ -86,12 +100,40 @@
.top-bg {
width: 100%;
height: 1210rpx;
+ position: absolute;
+ }
+
+ .pageTitle-box {
+ width: 100%;
+ position: fixed;
+ top: 0;
+ z-index: 99;
+ transition: all .5s;
}
+ .showPageTitle {
+ background: #fff;
+ color: #000000 !important;
+ opacity: 1;
+
+ .page-title {
+ color: #000;
+ }
+ .page-back {
+ width: 18rpx;
+ height: 30rpx;
+ background: url(../../../static/images/arror-right.png) no-repeat center center;
+ background-size: 100% 100%;
+ transform: rotateY(180deg);
+ }
+ }
+
.page-title {
+ position: absolute;
width: 100%;
color: #fff;
- position: absolute;
+ font-weight: 600;
+ font-size: 32rpx;
text-align: center;
image{
width: 36rpx;
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 7ef5ac8..57c72b3 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -123,7 +123,28 @@
+
+
+
+
+
+
+ 企业
+ 楚象科技有限公司
+
+ 商务合作
+ 场地租赁
+
+
+
+
+ 楚象科技有限公司
+
+ 立即抢
+ 剩余10张
+
+
@@ -525,126 +546,124 @@
width: 100%;
height: 400rpx;
padding-left: 40rpx;
- }
-
- .scroll-view_H {
- white-space: nowrap;
- width: 100%;
- }
-
- .slide-left {
- width: 584rpx;
- height: 344rpx;
- display: inline-block;
- border-radius: 16rpx;
- background-color: #fff;
- padding: 20rpx 32rpx 0 20rpx;
- margin-right: 32rpx;
- }
-
- .act-title {
- font-size: 28rpx;
- color: #191919;
- }
-
- .resource-list {
- width: 100%;
- height: 190rpx;
- margin: 18rpx 0 14rpx 0;
- }
- .act-img {
- width: 162rpx;
- height: 190rpx;
- margin-right: 28rpx;
- border-radius: 12rpx;
- }
+ .scroll-view_H {
+ white-space: nowrap;
+ width: 100%;
- .act-con {
- width: 338rpx;
- height: 190rpx;
- }
+ .slide-left {
+ width: 584rpx;
+ height: 344rpx;
+ display: inline-block;
+ border-radius: 16rpx;
+ background-color: #fff;
+ padding: 20rpx 32rpx 0 20rpx;
+ margin-right: 32rpx;
+
+ .act-title {
+ font-size: 28rpx;
+ color: #191919;
+ }
- .act-adress view,
- .act-time view {
- width: 300rpx;
- font-size: 24rpx;
- color: #191919;
- }
+ .resource-list {
+ width: 100%;
+ height: 190rpx;
+ margin: 18rpx 0 14rpx 0;
+
+ .act-img {
+ width: 162rpx;
+ height: 190rpx;
+ margin-right: 28rpx;
+ border-radius: 12rpx;
+ }
- .act-time image {
- width: 18rpx;
- height: 22rpx;
- margin-right: 16rpx;
- }
+ .act-con {
+ width: 338rpx;
+ height: 190rpx;
- .act-adress image {
- width: 19rpx;
- height: 23rpx;
- margin: 7rpx 14rpx 0 0;
- }
+ .act-adress view,
+ .act-time view {
+ width: 300rpx;
+ font-size: 24rpx;
+ color: #191919;
+ }
- .title-line {
- width: 308rpx;
- height: 68rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #191919;
- white-space: pre-wrap;
- }
+ .act-time image {
+ width: 18rpx;
+ height: 22rpx;
+ margin-right: 16rpx;
+ }
- .act-price {
- width: 335rpx;
- font-weight: 600;
+ .act-adress image {
+ width: 19rpx;
+ height: 23rpx;
+ margin: 7rpx 14rpx 0 0;
+ }
- .act-i {
- font-size: 24rpx;
- color: #FF5A0E;
- }
+ .title-line {
+ width: 308rpx;
+ height: 68rpx;
+ font-size: 24rpx;
+ font-weight: 500;
+ color: #191919;
+ white-space: pre-wrap;
+ }
- .act-p {
- font-size: 32rpx;
- color: #2A2B2B;
- }
- }
+ .act-price {
+ width: 335rpx;
+ font-weight: 600;
- .act-bottom {
- position: relative;
- width: 562rpx;
- height: 62rpx;
- border-top: 1rpx solid #ECECEC;
- }
+ .act-i {
+ font-size: 24rpx;
+ color: #FF5A0E;
+ }
- .act-num image {
- width: 36rpx;
- height: 36rpx;
- border-radius: 50%;
- }
+ .act-p {
+ font-size: 32rpx;
+ color: #2A2B2B;
+ }
+ }
+ }
+ }
+ .act-bottom {
+ position: relative;
+ width: 562rpx;
+ height: 62rpx;
+ border-top: 1rpx solid #ECECEC;
+
+ .act-num image {
+ width: 36rpx;
+ height: 36rpx;
+ border-radius: 50%;
+ }
- .act-num {
- min-width: 154rpx;
- }
+ .act-num {
+ min-width: 154rpx;
+ }
- .act-num text {
- font-size: 20rpx;
- color: #191919;
- margin-left: 8rpx;
- }
+ .act-num text {
+ font-size: 20rpx;
+ color: #191919;
+ margin-left: 8rpx;
+ }
- .enter-btn {
- width: 138rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- background: linear-gradient(39deg, #FF5A0D 0%, #FFAC85 100%);
- border-radius: 26rpx;
- color: #fff;
- position: absolute;
- right: 38rpx;
- font-size: 24rpx;
+ .enter-btn {
+ width: 138rpx;
+ height: 40rpx;
+ line-height: 40rpx;
+ text-align: center;
+ background: linear-gradient(39deg, #FF5A0D 0%, #FFAC85 100%);
+ border-radius: 26rpx;
+ color: #fff;
+ position: absolute;
+ right: 38rpx;
+ font-size: 24rpx;
+ }
+ }
+ }
+ }
}
-
// 推荐供需
.rec-box {
width: 670rpx;
@@ -652,138 +671,114 @@
margin: 32rpx auto 8rpx auto;
position: relative;
- }
-
- .rec-switch {
- width: 670srpx;
- height: 423rpx;
- background: #FFFFFF;
- box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
- border-radius: 20rpx;
- overflow: hidden;
- }
-
- .rec-bg {
- width: 706rpx;
- height: 423rpx;
- }
-
- .rec-title {
- width: 100%;
- height: 80rpx;
- position: relative;
-
- }
-
- .rev-bg {
- width: 376rpx;
- height: 80rpx;
- position: absolute;
- left: 0;
- }
-
- .rev-bg2 {
- width: 376rpx;
- height: 80rpx;
- position: absolute;
- left: 0;
- background-image: url(../../static/images/rec-bg.png);
- }
+ .rec-switch {
+ width: 670srpx;
+ height: 423rpx;
+ background: #FFFFFF;
+ box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
+ border-radius: 20rpx;
+ overflow: hidden;
+ }
- .rec-l,
- .rec-r {
- width: 50%;
- z-index: 2;
- position: relative;
- }
+ .rec-title {
+ width: 100%;
+ height: 80rpx;
+ position: relative;
+
+ .rec-l,
+ .rec-r {
+ width: 50%;
+ z-index: 2;
+ position: relative;
+ }
- .rec-l .rec-bg,
- .rec-r .rec-bg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
+ .rec-l .rec-bg,
+ .rec-r .rec-bg {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
- .rec-r .rec-bg {
- transform: rotateY(180deg);
- }
+ .rec-r .rec-bg {
+ transform: rotateY(180deg);
+ }
- .rec-t {
- width: 100%;
- height: 100%;
- line-height: 37rpx;
- position: absolute;
- z-index: 3;
- }
+ .rec-t {
+ width: 100%;
+ height: 100%;
+ line-height: 37rpx;
+ position: absolute;
+ z-index: 3;
+ }
- .rec-l image {
- width: 37rpx;
- height: 37rpx;
- margin-right: 8rpx;
- }
+ .rec-l image {
+ width: 37rpx;
+ height: 37rpx;
+ margin-right: 8rpx;
+ }
- .rec-r image {
- width: 42rpx;
- height: 43rpx;
- margin-right: 8rpx;
- }
+ .rec-r image {
+ width: 42rpx;
+ height: 43rpx;
+ margin-right: 8rpx;
+ }
+ }
- .rec-switch-a {
- width: 100%;
- height: 330rpx;
- }
+ .rec-switch-a {
+ width: 100%;
+ height: 330rpx;
- .list-box {
- width: 100%;
- height: 330rpx;
- }
+ .list-box {
+ width: 100%;
+ height: 330rpx;
- .rec-list {
- position: relative;
- height: 165rpx;
- padding: 30rpx 30rpx 15rpx 30rpx;
- }
+ .rec-list image {
+ width: 64rpx;
+ height: 64rpx;
+ }
- .rec-list image {
- width: 64rpx;
- height: 64rpx;
- }
+ .rec-list {
+ position: relative;
+ height: 165rpx;
+ padding: 30rpx 30rpx 15rpx 30rpx;
- .rec-name {
- width: 130rpx;
- font-size: 28rpx;
- color: #1D1D1D;
- margin-left: 16rpx;
- }
+ .rec-name {
+ width: 130rpx;
+ font-size: 28rpx;
+ color: #1D1D1D;
+ margin-left: 16rpx;
+ }
- .rec-address {
- width: 80rpx;
- height: 34rpx;
- font-size: 24rpx;
- line-height: 34rpx;
- color: #FFFFFF;
- background: #FF5100;
- border-radius: 16px;
- text-align: center;
- }
+ .rec-address {
+ width: 80rpx;
+ height: 34rpx;
+ font-size: 24rpx;
+ line-height: 34rpx;
+ color: #FFFFFF;
+ background: #FF5100;
+ border-radius: 16px;
+ text-align: center;
+ }
- .rec-end {
- font-size: 24rpx;
- color: #707070;
- margin-left: auto;
- }
+ .rec-end {
+ font-size: 24rpx;
+ color: #707070;
+ margin-left: auto;
+ }
- .rec-message {
- width: 582rpx;
- height: 40rpx;
- font-size: 28rpx;
- color: #1D1D1D;
+ .rec-message {
+ width: 582rpx;
+ height: 40rpx;
+ font-size: 28rpx;
+ color: #1D1D1D;
+ }
+ }
+ }
+ }
}
-
-
// .category-tab-box{
// border: 1rpx solid black;
// width: 100%;
@@ -821,14 +816,114 @@
// }
// }
// }
- .headline{
+ .headline {
padding-right: 40rpx;
}
- .headline-img{
+
+ .headline-img {
width: 148rpx;
height: 52rpx;
}
-
+ .radio{
+ width: 336rpx;
+ height: 380rpx;
+ margin-bottom: 20rpx;
+ video{
+ width: 336rpx;
+ height: 380rpx;
+ border-radius: 10rpx;
+ }
+ }
+
+ .warter{
+ width: 336rpx;
+ box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.06);
+ border-radius: 10rpx;
+ background-color: #ffffff;
+ padding-bottom: 50rpx;
+ margin-bottom: 20rpx;
+ .enterprise-img{
+ width: 336rpx;
+ height: 184rpx;
+ position: relative;
+ }
+ .shop-img{
+ width: 336rpx;
+ height: 222rpx;
+ }
+ .label{
+ width: 60rpx;
+ height: 32rpx;
+ line-height: 32rpx;
+ text-align: center;
+ background: linear-gradient(180deg, rgba(255, 194, 168, 0.91) 0%, #FF6D31 100%);
+ border-radius: 4rpx;
+ color: #fff;
+ font-size: 20rpx;
+ position: absolute;
+ top: 16rpx;
+ left: 16rpx;
+ }
+ .title{
+ font-size: 28rpx;
+ font-weight: 500;
+ color: #1D1D1D;
+ width: 100%;
+ padding-left: 18rpx;
+ margin: 10rpx 0 10rpx 0;
+ }
+ .category-box{
+ width: 100%;
+ height: 36rpx;
+ overflow: hidden;
+ padding-left: 18rpx;
+ .tag {
+ width: auto;
+ height: 36rpx;
+ line-height: 34rpx;
+ border-radius: 4rpx;
+ font-size: 20rpx;
+ margin-right: 16rpx;
+ text-align: center;
+ padding: 0 10rpx;
+ }
+ .tag-item-y {
+ border: 1px solid #FFAA00;
+ color: #FFAA00;
+ }
+
+ .tag-item-p {
+ color: #FC9367;
+ border: 1px solid #FC9367;
+ }
+ }
+ .shopinfo{
+ width: 100%;
+ padding: 0 20rpx;
+ .torush{
+ width: 136rpx;
+ height: 52rpx;
+ background: linear-gradient(315deg, #FB966C 0%, #FFC2AA 100%);
+ border-radius: 12rpx;
+ font-size: 24rpx;
+ font-weight: bold;
+ line-height: 52rpx;
+ color: #FFFFFF;
+ text-align: center;
+ }
+ .surplus{
+ // width: 82rpx;
+ font-size: 20rpx;
+ font-weight: 400;
+ color: #BFBFBF;
+ }
+ }
+
+ }
+
+
+
+
.warter-box {
width: 100%;
padding: 24rpx 0 190rpx 24rpx;
diff --git a/pages/information/index.vue b/pages/information/index.vue
index 975675f..d33f794 100644
--- a/pages/information/index.vue
+++ b/pages/information/index.vue
@@ -77,8 +77,8 @@
-
- {{item.author}}
+
+ {{item.author}}
{{item.title}}
@@ -176,7 +176,7 @@
}
-
+
+
diff --git a/pages/life/learnMore/index.vue b/pages/life/learnMore/index.vue
index cf6d13c..ee8ee9a 100644
--- a/pages/life/learnMore/index.vue
+++ b/pages/life/learnMore/index.vue
@@ -1,30 +1,70 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-