Commit 592be1fa by liumengfei

优化样式

parent 118f96be
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
$('.swatch-opt').on('swatch.initialized',function(){ $('.swatch-attribute.size .swatch-attribute-selected-option').after($('.sizechart.action')); }) $('.swatch-opt').on('swatch.initialized',function(){ $('.swatch-attribute.size .swatch-attribute-selected-option').after($('.sizechart.action')); })
if($('.swatch-attribute.size .swatch-attribute-selected-option').length > 0){ if($('.swatch-attribute.size .swatch-attribute-selected-option').length > 0){
$('.swatch-attribute.size .swatch-attribute-selected-option').after($('.sizechart.action')); $('.swatch-attribute.size .swatch-attribute-selected-option').after(" : " + $('.sizechart.action'));
}else{ }else{
$('.product-options-wrapper').after($('.sizechart.action')); $('.product-options-wrapper').after($('.sizechart.action'));
} }
......
...@@ -2315,7 +2315,7 @@ button.action.submit.primary { ...@@ -2315,7 +2315,7 @@ button.action.submit.primary {
.product-reviews-summary { .product-reviews-summary {
justify-content: flex-end; justify-content: flex-end;
margin-top: -10%; margin-top: -8%;
} }
.product-social-links .product-addto-links{ .product-social-links .product-addto-links{
...@@ -2417,6 +2417,7 @@ button.action.submit.primary { ...@@ -2417,6 +2417,7 @@ button.action.submit.primary {
height: 30px !important; height: 30px !important;
border-radius: 50% !important; border-radius: 50% !important;
line-height: 30px; line-height: 30px;
margin: 1px !important;
} }
.swatch-option.text .swatch-option.text
...@@ -2572,6 +2573,7 @@ button.action.submit.primary { ...@@ -2572,6 +2573,7 @@ button.action.submit.primary {
padding-bottom: 1px; padding-bottom: 1px;
margin-bottom: 0; margin-bottom: 0;
line-height: 0px; line-height: 0px;
font-weight: 400;
} }
...@@ -2973,7 +2975,6 @@ tr.grand.totals { ...@@ -2973,7 +2975,6 @@ tr.grand.totals {
align-items: center; align-items: center;
gap: 0.5rem; gap: 0.5rem;
border-bottom: 1px solid lightgrey; border-bottom: 1px solid lightgrey;
padding-bottom: 10px;
font-size: 12px; font-size: 12px;
} }
......
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