You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
798 B
49 lines
798 B
|
|
.content {}
|
|
page {
|
|
color: #333;
|
|
}
|
|
button {
|
|
margin: 10rpx;
|
|
}
|
|
.devices_summary {
|
|
margin-top: 5rpx;
|
|
padding: 20rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.device_list {
|
|
margin: 5rpx 20rpx 5rpx 20rpx;
|
|
border: 1rpx solid #ddd;
|
|
border-radius: 10rpx;
|
|
background-color: #FdFdFd;
|
|
min-height: 0rpx;
|
|
max-height: 400rpx;
|
|
width: 700rpx;
|
|
}
|
|
.device_item {
|
|
border-bottom: 1rpx solid #ddd;
|
|
padding: 20rpx;
|
|
color: #666;
|
|
}
|
|
.device_item_hover {
|
|
background-color: rgba(0, 0, 0, .1);
|
|
}
|
|
.connected_info {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: #F0F0F0;
|
|
padding: 10px;
|
|
padding-bottom: 20px;
|
|
margin-bottom: env(safe-area-inset-bottom);
|
|
font-size: 14px;
|
|
min-height: 100px;
|
|
box-shadow: 0px 0px 3px 0px;
|
|
}
|
|
.connected_info .operation {
|
|
position: absolute;
|
|
display: inline-block;
|
|
right: 30px;
|
|
}
|
|
|