10 changed files with 126 additions and 39 deletions
-
12src/components/AboutUs.vue
-
15src/components/Awards.vue
-
44src/components/CaseShow.vue
-
35src/components/Cooperation.vue
-
16src/components/News.vue
-
16src/components/OneStop.vue
-
6src/components/Summarize.vue
-
15src/components/Track.vue
-
2src/pages/index.vue
-
4vite.config.js
@ -1,12 +1,16 @@ |
|||
<template> |
|||
<div class="about_us_card_container">about us</div> |
|||
<div class="about_us_card_container"> |
|||
<HeadLine themeTitle="关于" title="我们" line1="ABOUT US" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
<script setup> |
|||
import HeadLine from 'cpns/HeadLine' |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.about_us_card_container { |
|||
padding: 58px 34px 83px 34px; |
|||
background: #e6effc; |
|||
padding: 0 31px; |
|||
background: #ffffff; |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue