From ef510e10314f6d562c89b60a75c0862de4cf2d58 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 25 十月 2024 15:53:46 +0800 Subject: [PATCH] bug修改 --- src/books/civilAviationServices/assets/main.less | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/books/civilAviationServices/assets/main.less b/src/books/civilAviationServices/assets/main.less index 3d06a0c..a67f7a1 100644 --- a/src/books/civilAviationServices/assets/main.less +++ b/src/books/civilAviationServices/assets/main.less @@ -115,6 +115,14 @@ justify-content: space-evenly; } + .jc-fs{ + justify-content: flex-start; + } + + .fw-w{ + flex-wrap: wrap; + } + .fd-c { flex-direction: column; } @@ -497,7 +505,7 @@ .unitBox{ z-index: 99; position: absolute; - top: -15px; + top: -5px; left: 40px; } .unitGraphic{ @@ -1098,7 +1106,7 @@ .bk1{ border: 0.15em dashed #CBE6D3; - padding: 1em; + padding: 1.5em 1em; margin-bottom: 2em; margin-top: 0.5em; border-radius: 0em; @@ -1123,7 +1131,6 @@ p.bj2-qjms { background-color: #fff; color: #61C29C; - display: inline-block; font-size: 1.4em; font-weight: bold; border-radius: 1.5em; @@ -1143,7 +1150,10 @@ } .span-text { - padding: 0.1em 0.3em 0.12em 0.3em; + padding: 0em 0.15em 0em 0.3em; + } + .span-svg{ + padding: 0.1em 0.15em 0em 0.3em; } .bj { @@ -1492,6 +1502,10 @@ .btn-w { width: 42px; } + .unitText{ + color: #5192C6; + font-size: 10px; + } } } -- Gitblit v1.9.1