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; }
|
}
|
}
|