/* 经常需要改变的样式 */

/* 全局变量 */
:root {
  /* alert背景图片 */
  --alertBgImg: url('/images/promotion_sale@2x.png');
  --color: #FF224F;
}