蓝牙调试页面初步完成
This commit is contained in:
@@ -99,3 +99,18 @@
|
||||
transform: translate(0rpx, 0rpx);
|
||||
margin-right: initial;
|
||||
}
|
||||
|
||||
/* 查房列表项在线/离线样式 */
|
||||
.nav-li4.online {
|
||||
background-color: #FFFFFF; /* 在线高亮白 */
|
||||
color: #111111;
|
||||
}
|
||||
.nav-li4.offline {
|
||||
background-color: #C9CBCA; /* 设备离线浅灰色 */
|
||||
color: #111111;
|
||||
}
|
||||
|
||||
/* 房间卡片的大框背景色 */
|
||||
.nav-list1 {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user