小程序
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.
 

33 lines
494 B

.container1 {
padding: 20rpx;
}
.s-button{
display: block;
width: 100%;
}
.device-notice{
display: block;
font-size: 18rpx;
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
color: #666;
margin-top: 5rpx;
}
.device-item {
padding: 20rpx;
margin: 20rpx 0;
border-bottom: 1rpx solid rgb(48, 29, 219);
}
.device-name {
display: block;
font-size: 32rpx;
}
.device-rssi {
color: #666;
font-size: 28rpx;
}