Browse Source

关于我们的字体

master
maochaoying 2 years ago
parent
commit
7b40a4475d
  1. 10
      src/components/AboutUs.vue
  2. 4
      src/components/Card.vue
  3. 2
      src/pages/Hardware.vue

10
src/components/AboutUs.vue

@ -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>

4
src/components/Card.vue

@ -46,8 +46,8 @@ const toDetail = (productId, classify) => {
<style lang="scss" scoped>
.line_cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(10, 1fr);
column-gap: 7px;
padding: 0 7px;
box-sizing: border-box;

2
src/pages/Hardware.vue

@ -13,7 +13,7 @@
/>
<img :src="Chip" class="img" alt="" />
<img :src="Wu" class="img" alt="" />
<Track />
<!-- <Track /> -->
<HeadLine
title="专家"
themeTitle="电机控制"

Loading…
Cancel
Save