浏览代码

商品详情样式

zhangdehua 11 月之前
父节点
当前提交
fe35cb9b33
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      public/assets/index/css/productDetails.css

+ 7 - 0
public/assets/index/css/productDetails.css

@@ -315,6 +315,7 @@ body{
     line-height: 1.4;
   } 
   #richTextContainer,
+  #richTextContainer p,
   #richTextContainer span,
   #richTextContainer h1,
   #richTextContainer h2,
@@ -328,9 +329,15 @@ body{
     font-size: .2rem;
     color: #434343;
     line-height: 1.5;   
+    /*
     margin-bottom: .32rem;
+    */
     word-break: break-all;
   }
+  #richTextContainer img{
+    max-width: 100%;
+    vertical-align: middle;
+  }
   .fixedAddSection{
     display: none;
     position: fixed;