From 2b8231f5da82c56c3315d1cf5b126688ea3d501e Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期日, 09 十月 2022 17:01:32 +0800 Subject: [PATCH] 1.设备维修申请、设备维修开发完成 --- unpackage/cache/wgt/H5EDA0853/css/global.css | 48 ++++++++++++++++++++++++++++++++++++------------ 1 files changed, 36 insertions(+), 12 deletions(-) diff --git a/unpackage/cache/wgt/H5EDA0853/css/global.css b/unpackage/cache/wgt/H5EDA0853/css/global.css index ecb7741..0f42896 100644 --- a/unpackage/cache/wgt/H5EDA0853/css/global.css +++ b/unpackage/cache/wgt/H5EDA0853/css/global.css @@ -20,6 +20,11 @@ letter-spacing: 2px; } +.van-nav-bar__right { + padding: 0; + margin-right: 16px; +} + .vanFieldInput { height: 36px; @@ -33,14 +38,13 @@ } .vanFieldInputArea { - height: 72px; - line-height: 24px; - align-items: center; 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 { @@ -163,22 +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{ +.van-cell { padding: 0; font-size: 16px; - line-height:21px; - position:unset; + line-height: 21px; + position: unset; } -.van-cell__title{ + +.van-cell__title { margin-left: 20px; } -.cellDiv{ +.cellDiv { margin-left: 20px; -} \ No newline at end of file +} -- Gitblit v1.9.3