diff --git a/pages.json b/pages.json index 8bda2dc..4758517 100644 --- a/pages.json +++ b/pages.json @@ -236,6 +236,13 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/demandHall/demoInvestment/index", + "style": { + "navigationBarTitleText": "项目投融", + "enablePullDownRefresh": true + } + }, { "path": "pages/release/index", "style": { diff --git a/pages/demandHall/demoInvestment/index.vue b/pages/demandHall/demoInvestment/index.vue new file mode 100644 index 0000000..1eb5aff --- /dev/null +++ b/pages/demandHall/demoInvestment/index.vue @@ -0,0 +1,355 @@ + + + + + diff --git a/pages/demandHall/enterpriseServer/index.vue b/pages/demandHall/enterpriseServer/index.vue index db87fe8..ea0f151 100644 --- a/pages/demandHall/enterpriseServer/index.vue +++ b/pages/demandHall/enterpriseServer/index.vue @@ -84,7 +84,6 @@ active: e.currentTarget.dataset.i, }) }, - } } @@ -109,7 +108,6 @@ border: 2rpx solid #FF5100; border-radius: 8rpx; margin: 0 auto; - position: relative; } .search-box image{ width: 35rpx; @@ -117,8 +115,7 @@ margin: 0 29rpx 0 52rpx; } .search{ - position: absolute; - right: 0; + margin-left: auto; width: 132rpx; height: 68rpx; background: linear-gradient(39deg, #FF5100 0%, #FFA074 100%); @@ -170,8 +167,7 @@ padding: 0 38rpx; color: #666; background: #fff; - position: absolute; - right: 0rpx; + margin-left: auto; } .screen-result{ color: #FF5100; diff --git a/pages/demandHall/supplyHall/index.vue b/pages/demandHall/supplyHall/index.vue index cb10047..5244321 100644 --- a/pages/demandHall/supplyHall/index.vue +++ b/pages/demandHall/supplyHall/index.vue @@ -139,7 +139,6 @@ border: 2rpx solid #FF5100; border-radius: 8rpx; margin: 0 auto; - position: relative; } .search-box image{ width: 35rpx; @@ -147,8 +146,7 @@ margin: 0 29rpx 0 52rpx; } .search{ - position: absolute; - right: 0; + margin-left: auto; width: 132rpx; height: 68rpx; background: linear-gradient(39deg, #FF5100 0%, #FFA074 100%); @@ -200,8 +198,7 @@ padding: 0 38rpx; color: #666; background: #fff; - position: absolute; - right: 0rpx; + margin-left: auto; } .screen-result{ color: #FF5100; diff --git a/static/images/check.png b/static/images/check.png new file mode 100644 index 0000000..2526e9a Binary files /dev/null and b/static/images/check.png differ diff --git a/static/images/contact.png b/static/images/contact.png new file mode 100644 index 0000000..37c928c Binary files /dev/null and b/static/images/contact.png differ diff --git a/static/images/new-icon.png b/static/images/new-icon.png new file mode 100644 index 0000000..c78e959 Binary files /dev/null and b/static/images/new-icon.png differ diff --git a/static/images/vip-icon.png b/static/images/vip-icon.png new file mode 100644 index 0000000..b90d161 Binary files /dev/null and b/static/images/vip-icon.png differ