From c462126d2eaf08e95c7bbb7f5db0a1a826356a75 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 28 十一月 2024 15:08:13 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei
---
h5/App.vue | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 8f99e4c..878bfe5 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -15,13 +15,21 @@
<style lang="scss">
/*姣忎釜椤甸潰鍏叡css */
@import "uview-ui/index.scss";
-
+body{
+ font-size: 28rpx;
+}
.flex-cb {
display: flex;
justify-content: space-between;
align-items: center;
}
-
+.bg{
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
.container {
height: 100%;
width: 100%;
@@ -110,7 +118,9 @@
padding: 16rpx;
position: relative;
}
-
+.red{
+ color: red;
+}
.card::after {
content: "";
display: block;
--
Gitblit v1.9.3