需要开发 IM

This commit is contained in:
cbb
2025-12-30 17:52:19 +08:00
parent 8fe2079446
commit d0cf491201
23 changed files with 515 additions and 61 deletions

View File

@@ -2,3 +2,16 @@
page {
background-color: #fff;
}
/** 顶部导航栏右侧按钮样式 */
.public-navbar__right-btn {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
font-style: normal;
text-transform: none;
background: linear-gradient(0deg, #00d993 0%, #00d9c5 100%);
padding: 12rpx 36rpx;
border-radius: 8rpx;
}