Commit 71be9796 by wd

修改size大小样式

parent 24d48730
...@@ -2024,6 +2024,10 @@ button.action.submit.primary { ...@@ -2024,6 +2024,10 @@ button.action.submit.primary {
border-radius: 50%; border-radius: 50%;
} }
.swatch-option.text.selected::before{
box-shadow:none;
}
.swatch-option::before { .swatch-option::before {
box-shadow: 0 0 0 0px; box-shadow: 0 0 0 0px;
} }
...@@ -2135,7 +2139,7 @@ height: 40px !important; ...@@ -2135,7 +2139,7 @@ height: 40px !important;
.swatch-option.text{ .swatch-option.text{
width: auto!important; width: auto!important;
padding: calc( 7.5px) calc( 15px); padding: calc( 8.5px) calc( 11px);
line-height:22px!important; line-height:22px!important;
} }
...@@ -2162,12 +2166,8 @@ display: none !important; ...@@ -2162,12 +2166,8 @@ display: none !important;
} }
@media (max-width: 1024px){ @media (max-width: 1024px){
#product-options-wrapper .swatch-option.image{
width: 30px !important;; .swatch-option.color,.swatch-option.image{
height: 30px !important;;
border-radius: 50% !important;;
}
.swatch-option.color .swatch-option.image{
width: 30px !important; width: 30px !important;
height: 30px !important; height: 30px !important;
border: 1px solid #000008; border: 1px solid #000008;
...@@ -2180,6 +2180,7 @@ display: none !important; ...@@ -2180,6 +2180,7 @@ display: none !important;
width: auto !important; width: auto !important;
line-height: 13px!important; line-height: 13px!important;
height: 30px !important; height: 30px !important;
min-width: 30px;
} }
.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