Commit ce2c7e85 by wd

select样式

parent 1be77b70
......@@ -2037,11 +2037,6 @@ button.action.submit.primary {
border-radius: 50%;
}
.swatch-option.text.selected::before{
box-shadow:none;
background: #0a0a0a;
color: #FFFFFF;
}
.swatch-option::before {
box-shadow: 0 0 0 0px;
......@@ -2055,7 +2050,7 @@ button.action.submit.primary {
bottom: 0;
left: -3px;
right: 0;
width: 44px;
width: auto;
height: 44px;
border-radius: 50%;
}
......@@ -2157,6 +2152,7 @@ height: 40px !important;
padding: calc( 8.5px) calc( 11px);
line-height:22px!important;
min-width: 40px;
text-align: center;
}
.block-minicart .block-content>.actions .action.checkout{
......@@ -2183,7 +2179,7 @@ display: none !important;
@media (max-width: 1024px){
#product-options-wrapper .swatch-option.color,.swatch-option.image{
#product-options-wrapper .swatch-option.color,#product-options-wrapper .swatch-option.image{
width: 30px !important;
height: 30px !important;
border: 1px solid #000008;
......@@ -2205,7 +2201,7 @@ display: none !important;
bottom: 0;
left: 0px;
right: 0;
width: 32px;
width: auto;
height: 32px;
border-radius: 50%;
top: -2px;
......
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