From 26f1a8583861455c3c0e46d6546aafe4f4fd5afa Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 16 Jun 2023 17:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AboutUs.vue | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue index fc98018..1fd226c 100644 --- a/src/components/AboutUs.vue +++ b/src/components/AboutUs.vue @@ -1,6 +1,14 @@ @@ -12,5 +20,29 @@ import HeadLine from 'cpns/HeadLine' .about_us_card_container { padding: 0 31px; background: #ffffff; + display: flex; + flex-direction: column; + align-items: center; + .tag { + width: 90px; + height: 17px; + background: #f94622; + display: flex; + align-items: center; + justify-content: center; + font-size: 7px; + font-family: Source Han Sans CN; + font-weight: 400; + color: #ffffff; + padding: 5px 11px; + margin-bottom: 23px; + } + .article { + font-size: 7px; + font-family: Source Han Sans CN; + font-weight: 300; + color: #595959; + line-height: 20px; + } }