From c5f75a251681efff2adc43dfec502b0820de033b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 30 九月 2022 15:59:55 +0800
Subject: [PATCH] 1.维修验证静态页面开发实现
---
css/global.css | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/css/global.css b/css/global.css
index 6a2cfa4..ecb7741 100644
--- a/css/global.css
+++ b/css/global.css
@@ -113,6 +113,12 @@
align-items: center;
}
+.flex_center_center {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
.center_title {
font-weight: bolder;
}
@@ -161,3 +167,18 @@
margin: auto;
color: #000ccc;
}
+
+
+.van-cell{
+ padding: 0;
+ font-size: 16px;
+ line-height:21px;
+ position:unset;
+}
+.van-cell__title{
+ margin-left: 20px;
+}
+
+.cellDiv{
+ margin-left: 20px;
+}
\ No newline at end of file
--
Gitblit v1.9.3