修改样式

This commit is contained in:
2024-06-17 17:36:07 +08:00
parent 56e08863de
commit 75713f1e97
16 changed files with 72 additions and 40 deletions

View File

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