小程序中会读取官方的卡券,然后进行领取。现在需要在附近小程序显示的时候在后面加一个优惠的标识,比如 下图显示的那样的。想请问下怎么实现
css:
.类名{
border-color
:
#43b63a
;
color
border
1
rpx
solid
#eee
padding
6
20
rpx;
border-radius:
}
js:
<button class='类名'>优惠</button>
<button class=
'类名'
>优惠</button>
用这个💰