移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
page { background: #fff; }
.coreshop-coupon {
    .coreshop-coupon-card-view { position: relative; position: relative; margin: 14px 14px 0;
        .card-num-view { position: relative; background: #FFECED; border-radius: 0 0 8px 8px; border-top: 1px dashed #dedbdb; padding: 5px 14px; color: #999898; }
        .card-num-view::before { content: ''; position: absolute; width: 18px; height: 18px; background: #ffffff; border-radius: 50%; top: -9px; left: -9px; }
        .card-num-view::after { content: ''; position: absolute; width: 18px; height: 18px; background: #ffffff; border-radius: 50%; top: -9px; right: -9px; }
    }
}