Commit 8d3e6d80 by wd

更改层级以及pc选中样式和最小宽度

parent 71be9796
...@@ -2026,6 +2026,8 @@ button.action.submit.primary { ...@@ -2026,6 +2026,8 @@ button.action.submit.primary {
.swatch-option.text.selected::before{ .swatch-option.text.selected::before{
box-shadow:none; box-shadow:none;
background: #0a0a0a;
color: #FFFFFF;
} }
.swatch-option::before { .swatch-option::before {
...@@ -2141,6 +2143,7 @@ height: 40px !important; ...@@ -2141,6 +2143,7 @@ height: 40px !important;
width: auto!important; width: auto!important;
padding: calc( 8.5px) calc( 11px); padding: calc( 8.5px) calc( 11px);
line-height:22px!important; line-height:22px!important;
min-width: 40px;
} }
.block-minicart .block-content>.actions .action.checkout{ .block-minicart .block-content>.actions .action.checkout{
...@@ -2167,7 +2170,7 @@ display: none !important; ...@@ -2167,7 +2170,7 @@ display: none !important;
@media (max-width: 1024px){ @media (max-width: 1024px){
.swatch-option.color,.swatch-option.image{ #product-options-wrapper .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;
......
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