171 lines
3.3 KiB
Plaintext
171 lines
3.3 KiB
Plaintext
.container.data-v-b0f86abb {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
padding: 32rpx;
|
|
}
|
|
.scan-header.data-v-b0f86abb {
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.scan-btn.data-v-b0f86abb {
|
|
background: #fff;
|
|
border-radius: 40rpx;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #3366ff;
|
|
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.06);
|
|
}
|
|
.scan-btn.scanning.data-v-b0f86abb {
|
|
background: #fee2e2;
|
|
color: #ef4444;
|
|
}
|
|
.scan-icon.data-v-b0f86abb {
|
|
margin-right: 12rpx;
|
|
}
|
|
.status-section.data-v-b0f86abb {
|
|
margin-bottom: 32rpx;
|
|
}
|
|
.status-item.data-v-b0f86abb {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 24rpx;
|
|
border-radius: 12rpx;
|
|
}
|
|
.status-item.connected.data-v-b0f86abb {
|
|
background: #dcfce7;
|
|
}
|
|
.status-item.disconnected.data-v-b0f86abb {
|
|
background: #fef2f2;
|
|
}
|
|
.status-dot.data-v-b0f86abb {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 50%;
|
|
margin-right: 12rpx;
|
|
}
|
|
.connected .status-dot.data-v-b0f86abb {
|
|
background: #22c55e;
|
|
}
|
|
.disconnected .status-dot.data-v-b0f86abb {
|
|
background: #ef4444;
|
|
}
|
|
.status-text.data-v-b0f86abb {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
}
|
|
.connected .status-text.data-v-b0f86abb {
|
|
color: #166534;
|
|
}
|
|
.disconnected .status-text.data-v-b0f86abb {
|
|
color: #991b1b;
|
|
}
|
|
.disconnect-btn.data-v-b0f86abb {
|
|
font-size: 26rpx;
|
|
color: #ef4444;
|
|
padding: 8rpx 20rpx;
|
|
background: rgba(239, 68, 68, 0.1);
|
|
border-radius: 8rpx;
|
|
}
|
|
.device-list.data-v-b0f86abb {
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.list-title.data-v-b0f86abb {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.list-icon.data-v-b0f86abb {
|
|
margin-right: 12rpx;
|
|
}
|
|
.device-item.data-v-b0f86abb {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.device-item.data-v-b0f86abb:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.device-item.data-v-b0f86abb:active {
|
|
background: #f9fafb;
|
|
}
|
|
.device-info.data-v-b0f86abb {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
.device-icon.data-v-b0f86abb {
|
|
font-size: 40rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.device-detail.data-v-b0f86abb {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.device-name.data-v-b0f86abb {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.device-id.data-v-b0f86abb {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
.device-signal.data-v-b0f86abb {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding: 6rpx 16rpx;
|
|
background: #f3f4f6;
|
|
border-radius: 20rpx;
|
|
}
|
|
.empty-state.data-v-b0f86abb {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 80rpx 40rpx;
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.empty-icon.data-v-b0f86abb {
|
|
font-size: 80rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.empty-text.data-v-b0f86abb {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.empty-hint.data-v-b0f86abb {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.tips-card.data-v-b0f86abb {
|
|
background: #eff6ff;
|
|
border: 1rpx solid #dbeafe;
|
|
border-radius: 12rpx;
|
|
padding: 20rpx 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.tips-icon.data-v-b0f86abb {
|
|
font-size: 32rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.tips-text.data-v-b0f86abb {
|
|
font-size: 26rpx;
|
|
color: #1e40af;
|
|
} |