|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="about_us_card_container"> |
|
|
|
<HeadLine themeTitle="关于" title="我们" line1="ABOUT US" /> |
|
|
|
<div class="tag">专业从事研发13年</div> |
|
|
|
<div class="tag"><span class="fontscale">专业从事研发13年</span></div> |
|
|
|
<article class="article"> |
|
|
|
产品梦工厂作为一家资深的研发公司,主导了大量产品从需求→产品定义→策划→外 |
|
|
|
观→结构→硬件→嵌软→软件→全功能样机→模具→批量→灰度测试→产能爬坡全流 |
|
|
@ -30,19 +30,24 @@ import HeadLine from 'cpns/HeadLine' |
|
|
|
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; |
|
|
|
.fontscale { |
|
|
|
font-size: 14px; |
|
|
|
transform: scale(0.5); |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
.article { |
|
|
|
font-size: 7px; |
|
|
|
font-family: Source Han Sans CN; |
|
|
|
font-weight: 300; |
|
|
|
color: #595959; |
|
|
|
line-height: 20px; |
|
|
|
font-size: 14px; |
|
|
|
transform: scale(0.5); |
|
|
|
width: 200%; |
|
|
|
max-height: 66px; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |