|
@@ -1,12 +1,13 @@
|
|
<template>
|
|
<template>
|
|
- <view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
|
|
|
|
+ <view class="page adffcac" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
<cus-header title='配置网络说明'></cus-header>
|
|
<cus-header title='配置网络说明'></cus-header>
|
|
- <div class="top">授权打开 设置 - 开启无限局域网 </div>
|
|
|
|
- <image class="tl" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/03/14725219-0ca3-4798-9d86-01cb3074f078.png" mode="widthFix"></image>
|
|
|
|
- <div class="adffcacjc">
|
|
|
|
- <image class="step" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/03/71bbaf55-66d9-4c6b-a196-4fa178ae3159.png"></image>
|
|
|
|
- <div class="zt_btn" @tap="next">下一步</div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="top">打开手机蓝牙及定位服务</div>
|
|
|
|
+ <div class="title">1.前往设置 - 蓝牙 - 打开蓝牙</div>
|
|
|
|
+ <image class="tl" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/07/03/0ccde807-90cc-4dee-b3ad-25c3f2708490.png" mode="widthFix"></image>
|
|
|
|
+ <div class="title">2.前往设置 - 隐私 - 打开定位服务并回到本页面</div>
|
|
|
|
+ <image class="tl" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/07/03/bc35f400-eecf-4835-bdf6-b6c2155af910.png" mode="widthFix"></image>
|
|
|
|
+ <image class="step" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/03/71bbaf55-66d9-4c6b-a196-4fa178ae3159.png"></image>
|
|
|
|
+ <div class="zt_btn" @tap="next">下一步</div>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -32,33 +33,32 @@
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
.top{
|
|
.top{
|
|
- font-family: PingFang-SC, PingFang-SC;
|
|
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
|
+ font-weight: 400;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
color: #000000;
|
|
line-height: 45rpx;
|
|
line-height: 45rpx;
|
|
- text-align: left;
|
|
|
|
- margin-top: 40rpx;
|
|
|
|
- padding-left: 40rpx;
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top: 64rpx;
|
|
}
|
|
}
|
|
- .tl{
|
|
|
|
- width: 100%;
|
|
|
|
- margin-top: 60rpx;
|
|
|
|
|
|
+ .title{
|
|
|
|
+ font-family: PingFang-SC, PingFang-SC;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ color: #7C8592;
|
|
|
|
+ line-height: 37rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top: 51rpx;
|
|
}
|
|
}
|
|
- .tip{
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- font-size: 24rpx;
|
|
|
|
- color: #111111;
|
|
|
|
- line-height: 33rpx;
|
|
|
|
- text-align: left;
|
|
|
|
- margin-top: 40rpx;
|
|
|
|
- padding-left: 40rpx;
|
|
|
|
|
|
+ .tl{
|
|
|
|
+ width: 321rpx;
|
|
|
|
+ height: 276rpx;
|
|
|
|
+ margin-top: 21rpx;
|
|
}
|
|
}
|
|
.step{
|
|
.step{
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
height: 16rpx;
|
|
height: 16rpx;
|
|
- margin-top: 46rpx;
|
|
|
|
|
|
+ margin-top: 115rpx;
|
|
}
|
|
}
|
|
.zt_btn{
|
|
.zt_btn{
|
|
width: calc(100% - 140rpx) !important;
|
|
width: calc(100% - 140rpx) !important;
|