feat:1.0.2 bug修复,引导页优化

This commit is contained in:
2025-07-03 11:04:52 +08:00
parent fdf8a31f32
commit ef39c86d5f
9 changed files with 120 additions and 39 deletions
@@ -30,38 +30,38 @@
position: absolute;
&--first {
top: 122rpx;
top: 114rpx;
left: 50%;
transform: translateX(-50%);
width: 680rpx;
height: 96rpx;
&.android {
top: 128rpx;
top: 116rpx;
}
}
&--second {
top: 248rpx;
left: 50rpx;
top: 244rpx;
left: 48rpx;
width: 96rpx;
height: 96rpx;
&.android {
top: 256rpx;
left: 54rpx;
top: 248rpx;
left: 52rpx;
}
}
&--third {
top: 248rpx;
left: 232rpx;
top: 244rpx;
left: 252rpx;
width: 96rpx;
height: 96rpx;
&.android {
top: 254rpx;
left: 236rpx;
top: 246rpx;
left: 260rpx;
}
}