/* components/dot/index.wxss */ .dot { background-color: #ee0a24; width: 52rpx; height: 52rpx; border-radius: 50%; text-align: center; color: #fff; font-size: 26rpx; display: flex; justify-content: center; align-items: center; }