|
@@ -104,19 +104,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <!--提示 -->
|
|
|
- <view class="tips" v-if="carDetText" >
|
|
|
- <p class="p">提示:</p>
|
|
|
- <!-- <view class="content" v-if="!isInsert">
|
|
|
- 点击降锁后,请稍等几十秒,待地锁完全下降后,再驶入车位。
|
|
|
- </view> -->
|
|
|
- <view class="content">
|
|
|
-
|
|
|
- {{carDetText}}
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
+
|
|
|
<!-- 入场车辆 -->
|
|
|
<!-- 未填写车牌状态 -->
|
|
|
<view class="car" v-if="false">
|
|
@@ -154,6 +142,19 @@
|
|
|
<!-- 开始充电 -->
|
|
|
<u-button shape="circle" type="success" v-else @click="charge" >开始充电</u-button>
|
|
|
</view>
|
|
|
+ <!--提示 -->
|
|
|
+ <view class="tips" v-if="carDetText" >
|
|
|
+ <p class="p">注意事项:</p>
|
|
|
+ <!-- <view class="content" v-if="!isInsert">
|
|
|
+ 点击降锁后,请稍等几十秒,待地锁完全下降后,再驶入车位。
|
|
|
+ </view> -->
|
|
|
+ <view class="content">
|
|
|
+
|
|
|
+ {{carDetText}}
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
<!-- 弹窗 -->
|
|
|
<view>
|
|
|
|
|
@@ -510,7 +511,7 @@
|
|
|
}
|
|
|
}
|
|
|
.main {
|
|
|
- padding: 28px 20px;
|
|
|
+ padding: 28px 20px 16px 20px;
|
|
|
background-image: linear-gradient(#D6EEDC, #F6F8F8);
|
|
|
|
|
|
.text-1 {
|
|
@@ -529,7 +530,7 @@
|
|
|
.charging-info {
|
|
|
|
|
|
background-color: #fff;
|
|
|
- margin: 20px auto 0;
|
|
|
+ margin: 28px auto 0;
|
|
|
border-radius: 12px;
|
|
|
padding: 20px;
|
|
|
|
|
@@ -581,32 +582,30 @@
|
|
|
}
|
|
|
|
|
|
.tips {
|
|
|
- background-color: #fff;
|
|
|
- margin: 0 20px;
|
|
|
+
|
|
|
+ margin: 4px 20px 0 20px;
|
|
|
border-radius: 12px;
|
|
|
- padding: 20px;
|
|
|
|
|
|
.p {
|
|
|
line-height: 25px;
|
|
|
- color: rgba(16, 16, 16, 100);
|
|
|
- font-size: 18px;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 550;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
margin-top: 8px;
|
|
|
line-height: 22px;
|
|
|
- color: rgba(102, 102, 102, 100);
|
|
|
+ color: #666666;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
- background-color: #fff;
|
|
|
+
|
|
|
width: 100%;
|
|
|
- padding: 12px 0;
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
+ padding: 16px 0;
|
|
|
+
|
|
|
|
|
|
.u-btn {
|
|
|
width: 91.4%
|
|
@@ -621,7 +620,7 @@
|
|
|
// 入场车辆
|
|
|
.car {
|
|
|
background-color: #fff;
|
|
|
- margin: 20px;
|
|
|
+ margin: 0 20px;
|
|
|
border-radius: 12px;
|
|
|
padding: 20px;
|
|
|
display: flex;
|