jisti-meet服务开启

This commit is contained in:
2025-12-26 18:55:54 +08:00
parent c2b37503fc
commit 0658b82f39
43 changed files with 3979 additions and 1208 deletions

View File

@@ -15,31 +15,29 @@
padding: 0 16px;
background: rgba(0, 0, 0, 0.8);
z-index: 1000;
}
.nav-back {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
.meeting-nav .nav-back {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.back-icon {
color: #fff;
font-size: 24px;
}
}
.meeting-nav .nav-back .back-icon {
color: #fff;
font-size: 24px;
}
.nav-title {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.meeting-nav .nav-title {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.nav-right {
.end-btn {
color: #ff4444;
font-size: 14px;
font-weight: 500;
}
}
.meeting-nav .nav-right .end-btn {
color: #ff4444;
font-size: 14px;
font-weight: 500;
}