Commit 911917cb by liumengfei

优化产品详情尺码和描述宽度

parent 592be1fa
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</div> </div>
<style> <style>
.joshine-desction{ .joshine-desction,.product-view-description{
width:100%; width:100%;
} }
...@@ -196,7 +196,6 @@ ...@@ -196,7 +196,6 @@
.product-view-description{ .product-view-description{
max-height: 450px; max-height: 450px;
overflow: auto; overflow: auto;
width: 100%;
} }
} }
......
...@@ -2425,7 +2425,7 @@ button.action.submit.primary { ...@@ -2425,7 +2425,7 @@ button.action.submit.primary {
width: auto !important; width: auto !important;
line-height: 10px!important; line-height: 10px!important;
height: 30px !important; height: 30px !important;
min-width: 30px; min-width: 50px;
} }
.swatch-option::before{ .swatch-option::before{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment