From d6ed529c56177f97e38730b254592527f1a21ecb Mon Sep 17 00:00:00 2001 From: THK3121 Date: Wed, 13 Sep 2023 16:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plantGrass/plant_detail/index.vue | 69 ++++++++++++++++--------- 1 file changed, 46 insertions(+), 23 deletions(-) diff --git a/pages/plantGrass/plant_detail/index.vue b/pages/plantGrass/plant_detail/index.vue index 3eecdea..4c7a4a0 100644 --- a/pages/plantGrass/plant_detail/index.vue +++ b/pages/plantGrass/plant_detail/index.vue @@ -202,7 +202,8 @@ 暂无评论,快去抢沙发吧~ - +
{{followDetail.count_start}} - + {{replyData.all}} - + - 商品 (2) + 商品 ({{followDetail.relevance.length}}) @@ -275,10 +277,15 @@ - + - + + + + + @@ -400,7 +407,7 @@ }, FToggle() { this.$refs.bindmobile1.open() - + }, // 后退 returns() { @@ -1280,28 +1287,30 @@ font-size: 32rpx; } } -.input_count1{ - - height: 70rpx; - padding-top: 15rpx; - - - /deep/.count1{ - padding-left: 20rpx; - width: 617rpx; + + .input_count1 { + height: 70rpx; - background: #F4F4F4; - margin: 0 auto; - - border-radius: 35px 35px 35px 35px; + padding-top: 15rpx; + + + /deep/.count1 { + padding-left: 20rpx; + width: 617rpx; + height: 70rpx; + background: #F4F4F4; + margin: 0 auto; + + border-radius: 35px 35px 35px 35px; + } + } -} .release_bar { align-items: center; width: 100%; background: #ffffff; - + padding: 15rpx 20rpx; position: fixed; left: 0; @@ -1403,4 +1412,18 @@ font-size: 26rpx; } } + + .send1 { + font-size: 26rpx; + color: #ffffff; + // padding: 12rpx 45rpx; + background-image: linear-gradient(126deg, var(--view-bntColor21) 0%, var(--view-bntColor22) 100%); + border-radius: 30rpx; + text-align: center; + width: 150rpx; + line-height: 70rpx; + margin-left: 20rpx; + + // height: ; + } \ No newline at end of file