From 802fcf5d1ac6179cf5ed3716c85b7fb7de9310bd Mon Sep 17 00:00:00 2001 From: Gongxinshu <1289453099@qq.com> Date: Mon, 10 Jan 2022 17:11:34 +0800 Subject: [PATCH] =?UTF-8?q?1.10=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/style.css | 10 ++++++++-- view/page/about.html | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/public/static/css/style.css b/public/static/css/style.css index 218fbf4..615d2f0 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -182,10 +182,16 @@ input,select,textarea{outline:medium none; resize: none;} .all-title-box2 span{ display: block; font-size: 2.7rem;} .all-title-box2 p{ font-size: 1.125rem; color: #666; margin-top: 0.1875rem;} - +.disFlex{display: flex;justify-content: space-between} .about-box1{ height: 100vh; position: relative;} .about-box1::after{ content: ''; width: 100%; height: 30vh; background: url(../image/ab1_bg.jpg) no-repeat center; position: absolute; left: 0; bottom: 0; z-index: -1;} -.about-box1 .pull-left{ width: 42%;} +.about-box1 .pull-left{ width: 42%; overflow: hidden;} +.about-box1 .pull-left .imgH{ + width: 100%; +} +.about-box1 .disFlex{ + align-items: flex-end; +} .about-box1 .pull-right{ width: 55%;} .about-box1 .pull-right .box-info{ font-size: 16px; color: #999; line-height: 1.6; margin-top: 1.25rem;} diff --git a/view/page/about.html b/view/page/about.html index 304182f..cfc8508 100644 --- a/view/page/about.html +++ b/view/page/about.html @@ -11,8 +11,8 @@
-
-
+
+
{$blocks['company']['title']['value'] ?? ''}

{$blocks['company']['subtitle']['value'] ?? ''}

{:nl2br($blocks['company']['description']['value'] ?? '')}