/**
 * 购物车页面样式
 */

/* 购物车打开时的样式 */
body.cart-open {
  overflow: hidden;
}
