|
@@ -54,8 +54,14 @@
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <view class="but-box">
|
|
|
|
- <u-button @click="submit" shape="circle">开始充电</u-button>
|
|
|
|
|
|
+ <view class="but-box" style="margin-bottom: 20px;">
|
|
|
|
+ <u-button
|
|
|
|
+ style=" background-color: rgba(0, 185, 98, 100);
|
|
|
|
+ color: rgba(255, 255, 255, 100);
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ text-align: center;"
|
|
|
|
+
|
|
|
|
+ @click="submit" shape="circle">开始充电</u-button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -380,12 +386,7 @@
|
|
right: 0;
|
|
right: 0;
|
|
left: 0;
|
|
left: 0;
|
|
|
|
|
|
- .u-size-default[data-v-3bf2dba7] {
|
|
|
|
- background-color: rgba(0, 185, 98, 100);
|
|
|
|
- color: rgba(255, 255, 255, 100);
|
|
|
|
- font-size: 16px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
//优惠券
|
|
//优惠券
|