已修改

This commit is contained in:
kbing1981 2024-07-01 21:41:17 +08:00
parent dd7de71272
commit 72ea63d67d
1 changed files with 2 additions and 2 deletions

View File

@ -1639,6 +1639,7 @@ page {
border-radius: 10px; border-radius: 10px;
padding: 30rpx; padding: 30rpx;
background: #fff; background: #fff;
text-align:center;
} }
.tapDsalk { .tapDsalk {
@ -1651,12 +1652,10 @@ page {
} }
.sda { .sda {
width: 36px;
height: 36px; height: 36px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
border-radius: 30px; border-radius: 30px;
background-color: #f7f7f7;
justify-content: center; justify-content: center;
} }
@ -1664,6 +1663,7 @@ page {
font-size: 26rpx; font-size: 26rpx;
color: #999999; color: #999999;
margin-top: 6px; margin-top: 6px;
text-align:center;
} }
.online-tag { .online-tag {