congming_huose-apk/unpackage/dist/dev/mp-weixin/subpackage/device/adddevice.wxss

209 lines
4.3 KiB
Plaintext
Raw Normal View History

2025-11-08 11:30:06 +08:00
.bj.data-v-4f28b1ee {
width: 100%;
height: 50vh;
position: fixed;
top: 0;
z-index: -1;
background-color: #0F0F0F;
}
.tabback.data-v-4f28b1ee {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 126rpx;
padding: 0 20rpx;
box-sizing: border-box;
background-color: #fff;
border: 1rpx solid #D8D8D8;
margin-top: 102rpx;
border-radius: 30rpx 30rpx 0 0;
}
.tabback .rtjt.data-v-4f28b1ee {
font-size: 36rpx;
color: #333;
}
.tabback .name.data-v-4f28b1ee {
font-size: 36rpx;
font-weight: bold;
color: #333;
}
.device-detail.data-v-4f28b1ee {
min-height: 100vh;
}
.scan-tip.data-v-4f28b1ee {
text-align: center;
padding: 40rpx 20rpx;
color: #666;
font-size: 28rpx;
}
.scan-container.data-v-4f28b1ee {
display: flex;
justify-content: center;
padding: 40rpx 20rpx;
}
.scan-button.data-v-4f28b1ee {
width: 600rpx;
height: 600rpx;
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
position: relative;
}
.scan-button.data-v-4f28b1ee:active {
-webkit-transform: scale(0.98);
transform: scale(0.98);
box-shadow: 0 5rpx 20rpx rgba(0, 0, 0, 0.12);
}
.scan-button .outer-corner.data-v-4f28b1ee {
position: absolute;
width: 80rpx;
height: 80rpx;
border: 4rpx solid #999;
}
.scan-button .outer-corner.top-left.data-v-4f28b1ee {
top: 30rpx;
left: 30rpx;
border-right: none;
border-bottom: none;
}
.scan-button .outer-corner.top-right.data-v-4f28b1ee {
top: 30rpx;
right: 30rpx;
border-left: none;
border-bottom: none;
}
.scan-button .outer-corner.bottom-left.data-v-4f28b1ee {
bottom: 30rpx;
left: 30rpx;
border-right: none;
border-top: none;
}
.scan-button .outer-corner.bottom-right.data-v-4f28b1ee {
bottom: 30rpx;
right: 30rpx;
border-left: none;
border-top: none;
}
.scan-button .scan-icon.data-v-4f28b1ee {
width: 120rpx;
height: 120rpx;
display: flex;
align-items: center;
justify-content: center;
}
.scan-button .scan-icon .qr-frame.data-v-4f28b1ee {
width: 80rpx;
height: 80rpx;
position: relative;
}
.scan-button .scan-icon .qr-frame .corner.data-v-4f28b1ee {
position: absolute;
width: 20rpx;
height: 20rpx;
border: 3rpx solid #999;
}
.scan-button .scan-icon .qr-frame .corner.tl.data-v-4f28b1ee {
top: 0;
left: 0;
border-right: none;
border-bottom: none;
}
.scan-button .scan-icon .qr-frame .corner.tr.data-v-4f28b1ee {
top: 0;
right: 0;
border-left: none;
border-bottom: none;
}
.scan-button .scan-icon .qr-frame .corner.bl.data-v-4f28b1ee {
bottom: 0;
left: 0;
border-right: none;
border-top: none;
}
.scan-button .scan-icon .qr-frame .corner.br.data-v-4f28b1ee {
bottom: 0;
right: 0;
border-left: none;
border-top: none;
}
@-webkit-keyframes scan-data-v-4f28b1ee {
0% {
top: 20rpx;
}
100% {
top: 580rpx;
}
}
@keyframes scan-data-v-4f28b1ee {
0% {
top: 20rpx;
}
100% {
top: 580rpx;
}
}
.flashlight-btn.data-v-4f28b1ee {
display: flex;
justify-content: center;
margin: 40rpx 0;
}
.flashlight-btn .flashlight-icon.data-v-4f28b1ee {
width: 120rpx;
height: 60rpx;
background-color: #333;
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 32rpx;
transition: all 0.3s ease;
}
.flashlight-btn .flashlight-icon.active.data-v-4f28b1ee {
background-color: #007aff;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.flashlight-btn .flashlight-icon .icon.data-v-4f28b1ee {
font-size: 28rpx;
}
.options-list.data-v-4f28b1ee {
padding: 0 20rpx;
margin-top: 40rpx;
background-color: #fff;
}
.options-list .option-item.data-v-4f28b1ee {
display: flex;
align-items: center;
padding: 30rpx 0;
border-bottom: 1rpx solid #f0f0f0;
}
.options-list .option-item .option-icon.data-v-4f28b1ee {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
background-color: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20rpx;
font-size: 24rpx;
}
.options-list .option-item .option-icon image.data-v-4f28b1ee {
width: 80rpx;
height: 80rpx;
}
.options-list .option-item .option-text.data-v-4f28b1ee {
flex: 1;
font-size: 32rpx;
color: #333;
}
.options-list .option-item .option-arrow.data-v-4f28b1ee {
color: #ccc;
font-size: 32rpx;
}