|
@@ -44,11 +44,18 @@
|
|
style="width: 30rpx; height: 30rpx"
|
|
style="width: 30rpx; height: 30rpx"
|
|
></image>
|
|
></image>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+ <view class="wifItem" @click="unbindDevice">
|
|
|
|
+ <text>解绑设备</text>
|
|
|
|
+ <image
|
|
|
|
+ src="../../static/rightArrow.png"
|
|
|
|
+ style="width: 30rpx; height: 30rpx"
|
|
|
|
+ ></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="handle-btn">
|
|
<view class="handle-btn">
|
|
<view class="btn1" @click="goMoreSetting">更多设置</view>
|
|
<view class="btn1" @click="goMoreSetting">更多设置</view>
|
|
- <view class="btn2" @click="unbindDevice">解绑设备</view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<alarModel v-if="isInitAlarm" />
|
|
<alarModel v-if="isInitAlarm" />
|
|
@@ -203,35 +210,14 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- width: 328rpx;
|
|
|
|
|
|
+ width: 700rpx;
|
|
height: 94rpx;
|
|
height: 94rpx;
|
|
- background: #ffebe4;
|
|
|
|
|
|
+ background: #7d5346;
|
|
border-radius: 28rpx;
|
|
border-radius: 28rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- color: #111111;
|
|
|
|
- font-size: 32rpx;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .btn2 {
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- width: 328rpx;
|
|
|
|
- height: 94rpx;
|
|
|
|
- background: linear-gradient(
|
|
|
|
- 105.95deg,
|
|
|
|
- #a27867 0%,
|
|
|
|
- #74483d 100%
|
|
|
|
- );
|
|
|
|
- border-radius: 28rpx;
|
|
|
|
- box-shadow: 0rpx 4.69rpx 18.75rpx rgba(72, 41, 29, 0.15),
|
|
|
|
- 0rpx 9.38rpx 9.38rpx rgba(154, 132, 89, 0.2),
|
|
|
|
- 0rpx -4.69rpx 28.13rpx 4.69rpx #a16647 inset;
|
|
|
|
- font-family: MiSans;
|
|
|
|
- font-weight: 500;
|
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|