From ed940f1b7fb0e95f2c31a30a5adf5ab45dea1bfc Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Fri, 5 Sep 2025 16:04:26 +0800 Subject: [PATCH] commit --- .../static/assets/platform/css/h5.css | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/assets/platform/css/h5.css b/src/main/resources/static/assets/platform/css/h5.css index 23777029..f0b8960b 100644 --- a/src/main/resources/static/assets/platform/css/h5.css +++ b/src/main/resources/static/assets/platform/css/h5.css @@ -135,9 +135,7 @@ body { margin: 20px 10px; background: #FFFFFF; border-radius: 10px; - display: flex; padding: 15px; - column-gap: 10px; border-bottom: 1px solid #ededed; box-sizing: border-box; } @@ -146,23 +144,33 @@ body { margin-bottom: 10px; } -.list-card-img{ +.list-card-title{ + font-weight: bolder; +} + +.list-card-body{ + display: flex; +} + +.list-card-body-img{ flex: 0 0 auto; width: 130px; height: 90px; } -.list-card-img img{ +.list-card-body-img img{ width: 100%; height: 100%; border-radius: 5px; object-fit: cover; } -.list-card-body{ + +.list-card-body-content{ flex: 1; } + .list-card-footer{ display: flex; justify-content: flex-end; @@ -171,6 +179,9 @@ body { flex-wrap: wrap; } +.list-card-footer .van-button{ + +} /*****************************申请表单CSS********************************/ .form-container { @@ -233,6 +244,10 @@ body { right: 16px; } +.form-container .direction-column-field .van-field__label { + width: auto; +} + .form-container .direction-column-field .van-field__body { display: block; }