From 6ef97fbed37dfd37ab8b82391216f83f3655c196 Mon Sep 17 00:00:00 2001
From: cc_zbp <487602586@qq.com>
Date: Mon, 22 May 2023 18:02:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E5=95=86?=
=?UTF-8?q?=E5=93=81=E6=97=B6=EF=BC=8C=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=B7=BB=E5=8A=A0=E5=9B=BE=E5=93=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/product/components/inputGoodsDetils.vue | 552 +++++++++---------
1 file changed, 289 insertions(+), 263 deletions(-)
diff --git a/pages/product/components/inputGoodsDetils.vue b/pages/product/components/inputGoodsDetils.vue
index 2780aed..269064a 100644
--- a/pages/product/components/inputGoodsDetils.vue
+++ b/pages/product/components/inputGoodsDetils.vue
@@ -1,281 +1,307 @@
-
-
-
- {{prodectContent.store_name.length}}0/{{maxLength}}
+
+
+
+ {{prodectContent.store_name.length}}0/{{maxLength}}
-
+
-
-
-
-
-
-
-
- 添加图片
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 添加图片
+
+
-
-
- 商品简介
-
- {{prodectContent.store_info.length}}
- 0/200
-
-
-
-
+
+
+ 商品简介
+
+ {{prodectContent.store_info.length}}
+ 0/200
+
+
+
+
-
- 关键字
-
-
-
-
+
+ 关键字
+
+
+
+
+
+ &_adPh {
+ position: relative;
+ width: 156rpx;
+ height: 156rpx;
+ border: 1px solid #dddddd;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ border-radius: 8rpx;
+ margin-right: 30rpx;
+ margin-bottom: 30rpx;
+
+ >image {
+ height: 100%;
+ margin: auto;
+ }
+
+ >view:nth-child(1) {
+ height: 37rpx;
+ margin-bottom: 16rpx;
+ display: flex;
+ justify-content: center;
+
+ image {
+ width: 45rpx;
+ display: block;
+ }
+ }
+
+ >view:nth-child(2) {
+ text-align: center;
+ color: #bbbbbb;
+ font-size: 24rpx;
+ }
+
+ &_jiao {
+ position: absolute;
+ top: -14rpx;
+ right: -14rpx;
+ width: 40rpx;
+ height: 40rpx;
+ background: #e93323;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 50%;
+
+ image {
+ width: 16rpx;
+ height: 16rpx;
+ }
+ }
+ }
+ }
+
+ &_describe {
+ border-top: 1px solid #eeeeee;
+ padding-top: 30rpx;
+ padding-bottom: 47rpx;
+ border-bottom: 1px solid #eeeeee;
+
+ &_title {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ &_msg {
+ color: #333333;
+ font-size: 30rpx;
+ }
+
+ &_num {
+ color: #666666;
+ font-size: 24rpx;
+ }
+ }
+
+ &_textarea {
+ border-radius: 10px;
+ margin-top: 20rpx;
+ height: 180rpx;
+ background: #f5f5f5;
+ padding: 20rpx;
+
+ textarea {
+ font-size: 28rpx;
+ }
+ }
+ }
+
+ &_keyword {
+ padding-top: 32rpx;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 30rpx;
+
+ &_value {
+ flex: 1;
+ margin-left: 30rpx;
+
+ input {
+ width: 100%;
+ text-align: right;
+ }
+ }
+ }
+ }
+
+ .placeholderClass {
+ color: #bbbbbb;
+ font-size: 28rpx;
+ }
+
\ No newline at end of file