electricity_bill_calc_wx/components/dot/index.wxss
2024-06-17 17:36:07 +08:00

13 lines
248 B
Plaintext

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