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