修改样式
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user