diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index 41562cc..f61d2e3 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -287,8 +287,8 @@ v-html="description.content.replace(//ig, '')"> - - {{description.content.title}} + + {{description.content.title}} @@ -2520,4 +2520,16 @@ } } } + + .product_content{ + background-color: #fff; + &_title{ + width: 100%; + height: auto; + line-height: 50rpx; + padding: 28rpx; + word-wrap: break-word; + text-align: center; + } + } \ No newline at end of file