From 656de7071133b211df10ae6e5d4935460b63e6a5 Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Sun, 23 Aug 2020 23:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=BA=E5=B8=A6=E4=BB=B6=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/shundaijian.css | 45 ++++++++++++++++++--------------------- templete/shundaijian.html | 3 +++ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/css/shundaijian.css b/css/shundaijian.css index bcf0436..67e693e 100644 --- a/css/shundaijian.css +++ b/css/shundaijian.css @@ -1,10 +1,10 @@ .row { background: white; width: 100%; - height: 140px; + height: 150px; border-bottom: 1px solid #ebebeb; position: relative; - margin-bottom: 5px; + margin-bottom: 6px; } .block{ @@ -20,8 +20,8 @@ .name { font-size: 1.2rem; color: black; - line-height: 36px; - height: 36px; + line-height: 32px; + height: 32px; overflow: hidden; padding-left: 5px; font-weight: bolder; @@ -29,8 +29,14 @@ } .row_foot { - line-height: 36px; - height: 36px; + line-height: 32px; + height: 32px; + display: flex; +} + +.row_header { + line-height: 24px; + height: 24px; display: flex; } @@ -47,28 +53,19 @@ .loc_range { font-size: 1.1rem; color: black; - line-height: 32px; - height: 32px; + line-height: 28px; + height: 28px; display: flex; justify-content: space-between; } -.loc_range .between::before { - content: ''; - height: 1px; - background-color: black; - width: calc(50vw - 100px); - position: absolute; - display: block; - top: 60%; -} - .loc_range .between { - display: inline-block; width: calc(50vw - 100px); text-align: center; - line-height: 22px; + height: 18px; + line-height: 16px; position: relative; + border-bottom: 1px solid black; } .loc_range .with_img { @@ -76,8 +73,8 @@ } .loc_range .with_img img { - width: 32px; - height: 32px; + width: 24px; + height: 24px; } .name ._text { @@ -85,8 +82,8 @@ } .name ._img { - width: 36px; - height: 36px; + width: 32px; + height: 32px; } .name ._img > img { diff --git a/templete/shundaijian.html b/templete/shundaijian.html index 8c105b0..c5e19fd 100644 --- a/templete/shundaijian.html +++ b/templete/shundaijian.html @@ -43,6 +43,9 @@