Files
bodyWeight/components/configureDevice_4/configureDevice_4.wxss
T
17792275749 912fafc539 1.添加升级OTA
2.我的添加更换网络入口
3.调试SDK中的删除用户接口
2026-03-17 16:24:43 +08:00

103 lines
1.6 KiB
Plaintext

.configureDevice4 {
width: 100%;
height: 100%;
padding: 105rpx 55rpx 0;
box-sizing: border-box;
}
.icon {
width: 100%;
margin-bottom: 400rpx;
}
.icon>view:first-of-type {
width: 360rpx;
height: 295rpx;
margin: 0 auto 50rpx;
}
.icon>view:last-of-type {
color: #252535;
width: 100%;
height: 40rpx;
font-size: 40rpx;
font-weight: bold;
line-height: 40rpx;
text-align: center;
}
.describe {
color: #B6B6B6;
width: 100%;
height: 26rpx;
font-size: 28rpx;
line-height: 28rpx;
text-align: center;
margin-bottom: 46rpx;
}
.btn {
color: #FFFFFF;
width: 100%;
height: 88rpx;
font-size: 32rpx;
font-weight: bold;
line-height: 88rpx;
text-align: center;
border-radius: 44rpx;
margin-bottom: 45rpx;
background-color: #1385FA;
}
.ota {
color: #1385FA;
width: 100%;
height: 88rpx;
font-size: 32rpx;
font-weight: bold;
line-height: 86rpx;
text-align: center;
border-radius: 44rpx;
box-sizing: border-box;
border: 1rpx solid #1385FA;
}
/* OTA 升级进度样式 */
.ota-progress-container {
width: 100%;
margin-bottom: 30rpx;
padding: 20rpx;
background-color: #F5F5F5;
border-radius: 12rpx;
box-sizing: border-box;
}
.ota-message {
color: #252535;
font-size: 28rpx;
margin-bottom: 15rpx;
text-align: center;
}
.progress-bar {
width: 100%;
height: 8rpx;
background-color: #E0E0E0;
border-radius: 4rpx;
overflow: hidden;
margin-bottom: 10rpx;
}
.progress-fill {
height: 100%;
background-color: #1385FA;
transition: width 0.3s ease;
}
.progress-text {
color: #1385FA;
font-size: 24rpx;
text-align: center;
font-weight: bold;
}