From d865f88d92b4a092d12e1892ab55fa8238b5735c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Dchenxuelian=E2=80=9C?=
<“chenxuelian@cjiedata.com”>
Date: Mon, 19 Dec 2022 10:01:18 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A1=B5=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../goods-category-search/category-index.vue | 13 ++++--
pages/ideasAndNeeds/ideasAndNeeds.vue | 42 ++++++++++++-------
2 files changed, 38 insertions(+), 17 deletions(-)
diff --git a/packageSearch/goods-category-search/category-index.vue b/packageSearch/goods-category-search/category-index.vue
index 23c5a0c..d1ee36b 100644
--- a/packageSearch/goods-category-search/category-index.vue
+++ b/packageSearch/goods-category-search/category-index.vue
@@ -564,7 +564,7 @@
font-size: 32rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
- color: #14CA65;
+ color: #343434;
line-height: 40rpx;
}
}
@@ -577,6 +577,13 @@
background: #fff;
border: 2rpx solid #fff;
border-radius: 25% 0 0 0;
+ .title {
+ font-size: 32rpx;
+ font-family: PingFangSC-Regular, PingFang SC;
+ font-weight: 400;
+ color: #14CA65;
+ line-height: 40rpx;
+ }
}
.u-tab-item-active::before {
@@ -611,7 +618,7 @@
;
.category-tag {
- margin-right: 10rpx;
+ margin-right: 15rpx;
width: fit-content;
display: inline-flex;
}
@@ -824,7 +831,7 @@
}
.category-tag {
- margin-right: 10rpx;
+ margin-right: 17rpx;
margin-bottom: 20rpx;
width: fit-content;
height: fit-content;
diff --git a/pages/ideasAndNeeds/ideasAndNeeds.vue b/pages/ideasAndNeeds/ideasAndNeeds.vue
index af54998..1f02a43 100644
--- a/pages/ideasAndNeeds/ideasAndNeeds.vue
+++ b/pages/ideasAndNeeds/ideasAndNeeds.vue
@@ -12,9 +12,11 @@
placeholder-style="color:#CCCCCC" />
-
+
+ {{needsPublishForm.city}}
+ 请选择所在城市
+
+
@@ -27,26 +29,30 @@
placeholder-style="color:#CCCCCC" />
-
-
+
+ {{needsPublishForm.productCategory}}
+ 请选择分类
+
+
-
-
+
+ {{needsPublishForm.product}}
+ 请选择产品类型
+
+
-
+
+ {{needsPublishForm.position}}
+ 请选择产品定位
+
+
@@ -233,6 +239,14 @@
margin-bottom: 10rpx;
}
+ .select-view {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 14rpx 18rpx;
+ font-size: 30rpx;
+ }
+
/deep/.u-form-item__body__left__content__label {
font-size: 32rpx !important;
}