zhongping-miniprogram/miniprogram/components/redDot/redDot.scss

10 lines
180 B
SCSS

/* components/redDot/redDot.wxss */
.redDot {
width: 10rpx;
height: 10rpx;
display: inline-block;
border-radius: 50%;
background: red;
position: absolute;
top: 0px;
}