Browse Source

商品详情样式

zhangdehua 11 tháng trước cách đây
mục cha
commit
fe35cb9b33
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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;