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

81 lines
1.1 KiB

.container {
padding: 20rpx;
}
.device-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20rpx;
border-bottom: 1rpx solid #e0e0e0;
}
.device-info {
display: flex;
align-items: center;
}
.bluetooth-icon {
width: 40rpx;
height: 40rpx;
margin-right: 20rpx;
}
.device-details {
display: flex;
flex-direction: column;
}
.device-name {
font-size: 38rpx;
color: #333;
}
.device-mac {
font-size: 24rpx;
color: #999;
}
.device-status {
display: flex;
align-items: center;
}
.signal-strength {
font-size: 28rpx;
color: #666;
margin-right: 10rpx;
}
.signal-icon {
width: 30rpx;
height: 30rpx;
margin-right: 20rpx;
}
.connect-btn {
background-color: #07c160;
color: #fff;
font-size: 25rpx;
text-align: center;
border-radius: 8rpx;
padding: 0;
white-space: nowrap;
overflow: hidden;
}
.s-button{
display: block;
width: 100%;
}
.device-notice{
display: block;
font-size: 20rpx;
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
color: #666;
margin-top: 10rpx;
margin-bottom: 10rpx;
}