From 2ed4932d43fac47761bc6eb024074aeaf35b5b6d Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 21 Oct 2021 06:50:14 +0000 Subject: [PATCH] fix error --- .../stylesheets/template/layout/content.scss | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 19a7089..c296d74 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -377,15 +377,28 @@ body{ float: left; display: block; width: 100%; - min-height: 6em; + min-height: 8em; } .top-inner-block{ margin-left: 4.5em; + &>h4 { + min-height: 3.2em; + //overflow: hidden; + //text-overflow: ellipsis; + color: #f49a04; + & > a{ + color: inherit !important; + } + } } .top-inner-info{ - background: #eeecec; - min-height: 3em; - padding: 0.3em 0.7em; + //background: #eeecec; + //min-height: 3em; + //padding: 0.3em 0.7em; + } + .bottom-block{ + float: left; + padding: 1em 0; } .w-event_news__meta{ top: 0px!important; @@ -455,7 +468,7 @@ body{ } .card0{ background-color: #fff; - padding: 0 1em 2em; + padding: 0 0em 1em 0.5em; height: 100%; } .w-event_news__meta{