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; + } }