34 lines
431 B
Plaintext
34 lines
431 B
Plaintext
.container {
|
|
padding: 20rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.title {
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
button {
|
|
margin: 10rpx 0;
|
|
padding: 20rpx;
|
|
background-color: #007aff;
|
|
color: white;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.device-list {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.device-item {
|
|
width: 100%;
|
|
background-color: #4caf50;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.status, .data {
|
|
margin-top: 20rpx;
|
|
font-size: 30rpx;
|
|
}
|