From 542593742c26593b049b83b00e1a17209af13343 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期一, 10 十月 2022 13:49:15 +0800 Subject: [PATCH] 1.维修验证页面开发完成 --- css/global.css | 67 +++++++++++++++++++++++++++++---- 1 files changed, 59 insertions(+), 8 deletions(-) diff --git a/css/global.css b/css/global.css index e74b813..0f42896 100644 --- a/css/global.css +++ b/css/global.css @@ -20,6 +20,11 @@ letter-spacing: 2px; } +.van-nav-bar__right { + padding: 0; + margin-right: 16px; +} + .vanFieldInput { height: 36px; @@ -31,15 +36,15 @@ padding-left: 10px; margin: 5px 0; } -.vanFieldInputArea{ - height: 72px; - line-height: 24px; - align-items: center; + +.vanFieldInputArea { border: 1px solid #ddd !important; border-radius: 5px; - padding: 0; - padding-left: 10px; - margin: 5px 0; + min-height: 73px; +} + +.van-field__control { + padding: 0 10px; } .vanButtonInfo { @@ -59,8 +64,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; @@ -107,6 +117,12 @@ align-items: center; } +.flex_center_center { + display: flex; + align-items: center; + justify-content: center; +} + .center_title { font-weight: bolder; } @@ -151,7 +167,42 @@ box-shadow: #436df5 0px 0px 28px; } +.box { + width: 128px; + height: 128px; + margin: 200px auto 20px; + background-color: #436df5; + border-radius: 50%; + box-shadow: #436df5 0px 0px 28px; + display: flex; + align-items: center; + justify-content: center; +} + +.boxImg { + width: 100px; + height: 100px; + border-radius: 50%; + background: #436df5 url(".././static/images/box1.png") no-repeat; +} + .scanText { 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; +} -- Gitblit v1.9.3