云端文件下载

This commit is contained in:
2026-06-25 17:48:58 +08:00
parent d284789240
commit 488bebcc87
30 changed files with 5442 additions and 426 deletions

View File

@@ -350,15 +350,27 @@
align-items: center;
}
.agree-btn,
.refuse-btn {
.agree-btn {
font-size: 14px;
font-weight: 500;
border: 1px solid #666;
margin-left: 10rpx;
border: 1px solid #3b86ff;
color: #3b86ff;
box-sizing: border-box;
}
/* 好友申请状态 */
.friend-status {
font-size: 14px;
font-weight: 500;
padding: 8rpx 20rpx;
border-radius: 30rpx;
}
.friend-status.agreed {
color: #059669;
background-color: rgba(16, 185, 129, 0.1);
}
/* 通讯录 */
.contact-list {