移动系统liao
2024-05-09 5d6cb15ac86d9174393cb9d1538d69b567e2c26c
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; }
    }
}