|
@@ -80,6 +80,24 @@
|
|
@click="showPicker"
|
|
@click="showPicker"
|
|
></image>
|
|
></image>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="wifItem" style="margin-top: 30rpx">
|
|
|
|
+ <text>安装方式</text>
|
|
|
|
+ <picker
|
|
|
|
+ @change="bindPickerChangeThree"
|
|
|
|
+ :value="mountPlainIndex"
|
|
|
|
+ :range="mountPlainArray"
|
|
|
|
+ style="margin-left: auto"
|
|
|
|
+ >
|
|
|
|
+ <view class="uni-input">{{
|
|
|
|
+ mountPlainArray[mountPlainIndex]
|
|
|
|
+ }}</view>
|
|
|
|
+ </picker>
|
|
|
|
+ <image
|
|
|
|
+ src="../../static/rightArrow.png"
|
|
|
|
+ alt=""
|
|
|
|
+ @click="showPicker"
|
|
|
|
+ ></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="bottom">
|
|
<view class="bottom">
|
|
<view class="nextTip" @click="goNextTip">下一步</view>
|
|
<view class="nextTip" @click="goNextTip">下一步</view>
|
|
@@ -184,7 +202,7 @@
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="wifItem" style="margin-top: 30rpx">
|
|
|
|
|
|
+ <!-- <view class="wifItem" style="margin-top: 30rpx">
|
|
<text>安装方式</text>
|
|
<text>安装方式</text>
|
|
<view class="inputBox">
|
|
<view class="inputBox">
|
|
<picker
|
|
<picker
|
|
@@ -198,7 +216,7 @@
|
|
}}</view>
|
|
}}</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!-- <view class="wifItem" style="margin-top: 30rpx">
|
|
<!-- <view class="wifItem" style="margin-top: 30rpx">
|
|
<text>指示灯开关</text>
|
|
<text>指示灯开关</text>
|
|
<view class="inputBox">
|
|
<view class="inputBox">
|
|
@@ -763,7 +781,7 @@ export default {
|
|
|
|
|
|
.clientInfo {
|
|
.clientInfo {
|
|
width: 700rpx;
|
|
width: 700rpx;
|
|
- height: 140px;
|
|
|
|
|
|
+ height: 180px;
|
|
margin: 20rpx auto 0 auto;
|
|
margin: 20rpx auto 0 auto;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
border-radius: 38rpx;
|
|
border-radius: 38rpx;
|
|
@@ -825,7 +843,7 @@ export default {
|
|
background: #f4f4f4;
|
|
background: #f4f4f4;
|
|
.header_two {
|
|
.header_two {
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
- height: 620rpx;
|
|
|
|
|
|
+ height: 560rpx;
|
|
border-bottom-left-radius: 35rpx;
|
|
border-bottom-left-radius: 35rpx;
|
|
border-bottom-right-radius: 35rpx;
|
|
border-bottom-right-radius: 35rpx;
|
|
background: linear-gradient(180deg, #faede2 0%, #ffffff 100%);
|
|
background: linear-gradient(180deg, #faede2 0%, #ffffff 100%);
|
|
@@ -864,8 +882,8 @@ export default {
|
|
.airCantInfo {
|
|
.airCantInfo {
|
|
margin: 40rpx auto 0 auto;
|
|
margin: 40rpx auto 0 auto;
|
|
opacity: 20%;
|
|
opacity: 20%;
|
|
- width: 200rpx;
|
|
|
|
- height: 200rpx;
|
|
|
|
|
|
+ width: 300rpx;
|
|
|
|
+ height: 300rpx;
|
|
border: 18rpx solid;
|
|
border: 18rpx solid;
|
|
border-color: #333333;
|
|
border-color: #333333;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -878,9 +896,9 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.airbody {
|
|
.airbody {
|
|
- margin: 100rpx auto 0 auto;
|
|
|
|
|
|
+ margin: 110rpx auto 0 auto;
|
|
width: 700rpx;
|
|
width: 700rpx;
|
|
- height: 750rpx;
|
|
|
|
|
|
+ height: 650rpx;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
border-radius: 38rpx;
|
|
border-radius: 38rpx;
|
|
padding: 38rpx 38rpx;
|
|
padding: 38rpx 38rpx;
|