From 35c2f63c5574d93e0463ec393248a398ac0aa0a8 Mon Sep 17 00:00:00 2001 From: caishi Date: Fri, 29 Oct 2021 18:22:45 +0800 Subject: [PATCH] update --- src/forge/Head/header.scss | 13 +++++++++---- src/home/Index.scss | 14 +++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/forge/Head/header.scss b/src/forge/Head/header.scss index 34e06510..58e7184d 100644 --- a/src/forge/Head/header.scss +++ b/src/forge/Head/header.scss @@ -315,11 +315,16 @@ line-height: 25px; margin-bottom: 20px!important; } - &.theline{ - display: flex; + } + .theline{ + .imgCon{ + width: 90px; + height: 90px; + padding:5px; + border-radius: 4px; + background-color: #fff; img{ - width: 80px; - height: 80px; + width: 100%; border-radius: 3px; } } diff --git a/src/home/Index.scss b/src/home/Index.scss index 10eff849..d9a8b988 100644 --- a/src/home/Index.scss +++ b/src/home/Index.scss @@ -1010,16 +1010,16 @@ body{ line-height: 25px; margin-bottom: 20px!important; } - &.theline{ - display: flex; - .imgCon{ - padding:5px; - background-color: #fff; - border-radius: 3px; - } + } + .theline{ + .imgCon{ + padding:5px; + border-radius: 4px; + background-color: #fff; img{ width: 80px; height: 80px; + border-radius: 3px; } } }