细节调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user