细节调整

This commit is contained in:
kron
2025-11-11 16:31:47 +08:00
parent 6df7986c47
commit 59a2b173a6
8 changed files with 46 additions and 32 deletions

View File

@@ -233,7 +233,7 @@ onShow(() => {
<SButton :onClick="goCalibration" width="60vw" :rounded="40">
开启智能弓进行校准
</SButton>
<text :style="{ marginTop: '20rpx', fontSize: '20rpx', color: '#fff9' }"
<text :style="{ marginTop: '20rpx', fontSize: '24rpx', color: '#fff9' }"
>校准时弓箭激光将开启请勿直视激光</text
>
</block>
@@ -386,6 +386,7 @@ onShow(() => {
flex-direction: column;
align-items: center;
position: relative;
font-size: 26rpx;
}
.device-binded > view > image {
width: 140rpx;
@@ -414,7 +415,7 @@ onShow(() => {
display: flex;
flex-direction: column;
align-items: center;
font-size: 14px;
font-size: 28rpx;
margin-bottom: 100rpx;
}
.has-device > view:nth-child(2) > text,
@@ -427,7 +428,7 @@ onShow(() => {
left: 20rpx;
}
.calibration > button {
font-size: 22rpx;
font-size: 26rpx;
color: #287fff;
display: flex;
align-items: center;
@@ -440,11 +441,11 @@ onShow(() => {
}
.calibration > view {
position: relative;
font-size: 20rpx;
font-size: 22rpx;
color: #fff9;
padding-top: 40rpx;
padding-top: 34rpx;
padding-left: 35rpx;
width: 300rpx;
width: 322rpx;
}
.calibration > view > image {
position: absolute;