background: url(../images/coupon_bg_right.png);
background-size: 4px 60px;
background-size 有先后顺序问题
需要放到background之前就不对了.
如果把background改成background-image顺序就不受影响了
background: url(../images/coupon_bg_right.png);
background-size: 4px 60px;
background-size 有先后顺序问题
需要放到background之前就不对了.
如果把background改成background-image顺序就不受影响了