From ea689dd91eaa72425dc01759042c3b4eb2186512 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 17 六月 2026 10:14:44 +0800
Subject: [PATCH] 新增智能电表、空调管理
---
h5/App.vue | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 8f99e4c..2e698cd 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -1,7 +1,7 @@
<script>
export default {
onLaunch: function () {
-
+ // const result = uni.getWindowInfo()
},
onShow: function () {
console.log('App Show')
@@ -15,13 +15,36 @@
<style lang="scss">
/*姣忎釜椤甸潰鍏叡css */
@import "uview-ui/index.scss";
-
+@import "./styles/customer.scss";
+// @import "./uni_modules/uview-ui/index.scss";
+body{
+ font-size: 28rpx;
+}
+.primaryColor {
+ color: $primaryColor !important;
+}
.flex-cb {
display: flex;
justify-content: space-between;
align-items: center;
}
-
+.empty_wrap{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ height: 100%;
+ image{
+ width: 320rpx;
+ }
+}
+.bg{
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
.container {
height: 100%;
width: 100%;
@@ -110,7 +133,9 @@
padding: 16rpx;
position: relative;
}
-
+.red{
+ color: red;
+}
.card::after {
content: "";
display: block;
--
Gitblit v1.9.3