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 | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/css/global.css b/css/global.css
index e74b813..ecb7741 100644
--- a/css/global.css
+++ b/css/global.css
@@ -31,7 +31,8 @@
padding-left: 10px;
margin: 5px 0;
}
-.vanFieldInputArea{
+
+.vanFieldInputArea {
height: 72px;
line-height: 24px;
align-items: center;
@@ -59,8 +60,13 @@
color: #fff !important;
}
+.textEllipsis {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.head {
- /* background-color: aliceblue; */
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
@@ -105,6 +111,12 @@
.flex_center {
display: flex;
align-items: center;
+}
+
+.flex_center_center {
+ display: flex;
+ align-items: center;
+ justify-content: center;
}
.center_title {
@@ -155,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