Commit 40dad0ef by lmf

优化列表左侧固定样式

parent a6a7a1d9
...@@ -134,13 +134,13 @@ class ProductRepositorySave ...@@ -134,13 +134,13 @@ class ProductRepositorySave
throw new InputException( throw new InputException(
'Product with id '.$productId.' does not contain required attribute '. $attributeCode 'Product with id '.$productId.' does not contain required attribute '. $attributeCode
); );
// throw new InputException( throw new InputException(
// __( __(
// 'Product with id "%1" does not contain required attribute "%2".', 'Product with id "%1" does not contain required attribute "%2".',
// $productId, $productId,
// $attributeCode $attributeCode
// ) )
// ); );
} }
$valueKey .= $attributeCode . ':' . $variation->getData($attributeCode) . ';'; $valueKey .= $attributeCode . ':' . $variation->getData($attributeCode) . ';';
} }
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
font-family: Outfit-Regular; font-family: Outfit-Regular;
width: 40px; width: 40px;
height: 40px; height: 40px;
line-height: 40px; line-height: 30px;
color: #222222; color: #222222;
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
...@@ -525,7 +525,7 @@ ul { ...@@ -525,7 +525,7 @@ ul {
@media (max-width: 767px){ @media (max-width: 767px){
.page-main > .columns{ .page-main > .columns{
margin-top: 70px; margin-top: 147px !important;
} }
.cms-page-view .page-main > .columns{ .cms-page-view .page-main > .columns{
margin-top: 100px !important; margin-top: 100px !important;
...@@ -1790,8 +1790,8 @@ button.action.submit.primary { ...@@ -1790,8 +1790,8 @@ button.action.submit.primary {
bottom: 0; bottom: 0;
left: -3px; left: -3px;
right: 0; right: 0;
width: 44px; width: 35px;
height: 44px; height: 35px;
border-radius: 50%; border-radius: 50%;
} }
...@@ -1889,8 +1889,8 @@ button.action.submit.primary { ...@@ -1889,8 +1889,8 @@ button.action.submit.primary {
} }
.swatch-option.color, .swatch-option.text, .swatch-option.image{ .swatch-option.color, .swatch-option.text, .swatch-option.image{
width: 40px !important; width: 30px !important;
height: 40px !important; height: 30px !important;
border: 1px solid #000008; border: 1px solid #000008;
} }
...@@ -2074,7 +2074,7 @@ background-color: #000; ...@@ -2074,7 +2074,7 @@ background-color: #000;
@media(min-width: 1024px) { @media(min-width: 1024px) {
.page-main>.columns>.sidebar-main{ .page-main>.columns>.sidebar-main{
position: sticky; position: sticky;
top: 20%; top: 5%;
} }
.product-info-wrapper .page-title-wrapper { .product-info-wrapper .page-title-wrapper {
margin-left: 10%; margin-left: 10%;
......
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