|
|
@ -1,9 +1,9 @@ |
|
|
|
<template> |
|
|
|
<div class="about_us_card_container"> |
|
|
|
<HeadLine themeTitle="关于" title="我们" line1="ABOUT US" :theme="theme" /> |
|
|
|
<div :class="isHard ? 'hard_color tag' : theme ? 'theme_color tag' : 'tag'"> |
|
|
|
<!-- <div :class="isHard ? 'hard_color tag' : theme ? 'theme_color tag' : 'tag'"> |
|
|
|
<span class="fontscale">专业从事研发13年</span> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<article class="article"> |
|
|
|
产品梦工厂作为一家资深的研发公司,主导了大量产品从需求→产品定义→策划→外 |
|
|
|
观→结构→硬件→嵌软→软件→全功能样机→模具→批量→灰度测试→产能爬坡全流 |
|
|
@ -69,10 +69,8 @@ const props = defineProps({ |
|
|
|
font-weight: 300; |
|
|
|
color: #595959; |
|
|
|
line-height: 20px; |
|
|
|
font-size: 14px; |
|
|
|
transform: scale(0.5); |
|
|
|
width: 200%; |
|
|
|
max-height: 66px; |
|
|
|
font-size: 12px; |
|
|
|
text-indent: 2em; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |