蓝牙调试页面初步完成
This commit is contained in:
@@ -109,4 +109,33 @@
|
||||
align-items: center;
|
||||
min-height: 50rpx ;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
/* 房间列表项在线/离线样式(与查房页面保持一致) */
|
||||
.nav-li4.online {
|
||||
background-color: #FFFFFF; /* 在线高亮白 */
|
||||
color: #111111;
|
||||
}
|
||||
.nav-li4.offline {
|
||||
background-color: #C9CBCA; /* 设备离线浅灰色 */
|
||||
color: #111111;
|
||||
}
|
||||
|
||||
/* 房间卡片的大框背景色与响应式布局 */
|
||||
.nav-list1 {
|
||||
background-color: #F0F0F0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
padding: 10rpx;
|
||||
}
|
||||
|
||||
/* 单列卡片(默认,手机)
|
||||
.nav-list1 .nav-li4 {
|
||||
width: 98%;
|
||||
margin: 10rpx 0;
|
||||
box-sizing: border-box;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user