From b77da6a838e6dd023e98949967d3ce8a58552922 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 29 十一月 2024 14:08:43 +0800
Subject: [PATCH] 开发更新
---
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