mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-09 06:50:45 +08:00
细节优化
This commit is contained in:
@ -97,14 +97,14 @@ $(function()
|
||||
{
|
||||
$(".dd-conent").slideUp(300);
|
||||
$(".theme-popover-mask").hide();
|
||||
$(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"});
|
||||
$(".theme-popover").css({"position":"static", "top":0});
|
||||
}
|
||||
});
|
||||
$(document).on("click", ".theme-popover-mask", function()
|
||||
{
|
||||
$(".dd-conent").slideUp(300);
|
||||
$(".theme-popover-mask").hide();
|
||||
$(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"});
|
||||
$(".theme-popover").css({"position":"static", "top":0});
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user