Commit aa525b70 by lmf

暂时保存

parent fc2eb887
...@@ -633,7 +633,7 @@ ul { ...@@ -633,7 +633,7 @@ ul {
} }
#shipping-zip-form .field .label{font-size: 14px;color: #555555;} #shipping-zip-form .field .label{font-size: 14px;color: #555555;}
#co-shipping-method-form .item-options .radio{margin-top: 4px;} #co-shipping-method-form .item-options .radio{margin-top: 4px;}
@media (min-width: 768px){ @media (min-width: 1024px){
.product-info-wrapper { .product-info-wrapper {
row-gap: 0; row-gap: 0;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
...@@ -649,16 +649,6 @@ ul { ...@@ -649,16 +649,6 @@ ul {
justify-content: space-between; justify-content: space-between;
} }
} }
.product-info-wrapper .page-title span.base{
text-transform: none;
font-size: 20px;
font-weight: 400;
color: #292929;
padding-bottom: 1px;
margin-bottom: 0;
display: inline-block;
letter-spacing: -1.5px;
}
.cms-home .cms-index-index .page-layout-1column > main#maincontent { .cms-home .cms-index-index .page-layout-1column > main#maincontent {
max-width: fit-content; max-width: fit-content;
...@@ -2030,11 +2020,7 @@ button.action.submit.primary { ...@@ -2030,11 +2020,7 @@ button.action.submit.primary {
} }
} }
//详情页修改 //详情页修改
@media (min-width: 768px){ @media (min-width: 1024px){
.product-info-wrapper .page-title-wrapper{
margin-top: -20px;
margin-left: 30px;
}
.product-info-wrapper .product-info-main{ .product-info-wrapper .product-info-main{
margin-left: 30px; margin-left: 30px;
} }
...@@ -2274,7 +2260,25 @@ span.swatch-attribute-selected-option{ ...@@ -2274,7 +2260,25 @@ span.swatch-attribute-selected-option{
color: blue; color: blue;
} }
//.swatch-option.selected::before{ //product view right
// box-shadow: 0 0 0 1px inset rgba(var(--brand-color), var(--brand-alpha, 1)), 0 0 0 3px inset #ffffff; @media(min-width: 1024px) {
//}
.product-info-wrapper .page-title-wrapper {
margin-left: 10%;
width: 80%;
}
.product-info-wrapper .page-title span.base{
font-size: 20px;
font-weight: 400;
color: #292929;
padding-bottom: 1px;
margin-bottom: 0;
line-height: 0px;
}
.product-info-wrapper .product-info-main {
margin-left: 10%;
width: 80%;
}
}
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