Commit bd5a9fb1 by 王东红

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

# Conflicts:
#	app/design/frontend/Joshine/breeze/web/css/_custom.less
parents a2889151 0c3cde42
......@@ -121,3 +121,17 @@
}
}
</style>
<script>
require(['jquery'], function ($) {
$(document).on('click','.tocart',function(event){
var minicart = $('[data-block="minicart"]');
setTimeout(function() {
minicart.find('[data-role="dropdownDialog"]').dropdownDialog('open');
}, 3000);
setTimeout(function() {
minicart.find('[data-role="dropdownDialog"]').dropdownDialog('close');
}, 10000);
event.stopPropagation();
});
});
</script>
......@@ -1981,4 +1981,7 @@ background-color: #000;
}
}
.swatch-option.selected::before{
box-shadow: 0 0 0 1px inset rgba(var(--brand-color), var(--brand-alpha, 1)), 0 0 0 3px inset #ffffff;
}
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