1.订单部分页面 2.会议部分页面

This commit is contained in:
2025-07-31 17:29:15 +08:00
parent 893124cda8
commit c560b34bf1
18 changed files with 3035 additions and 600 deletions

View File

@@ -146,32 +146,7 @@
display: flex;
flex-direction: column;
}
.visitor-navbar {
width: 100%;
height: 120rpx;
padding-top: 40rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: #fff;
flex-shrink: 0;
/* 防止被压缩 */
}
.visitor-back {
position: absolute;
left: 37rpx;
width: 15rpx;
height: 33rpx;
}
.visitor-title {
font-size: 36rpx;
color: #000;
}
.visitor-tabs {
display: flex;
align-items: center;