10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
/* components/dot/index.wxss */
|
|
.dot {
|
|
background-color: #ee0a24;
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
} |