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; }