6 changed files with 114 additions and 50 deletions
-
1src/components/AboutUs.vue
-
23src/components/Cooperation.vue
-
18src/components/DesignConcept.vue
-
55src/components/QRCode.vue
-
1src/components/SubNavigation.vue
-
66src/pages/Company.vue
@ -1,12 +1,59 @@ |
|||
<template> |
|||
<div class="qrcode_container">qrcpde</div> |
|||
<div class="qrcode_container"> |
|||
<HeadLine |
|||
title="如何" |
|||
themeTitle="找到我们" |
|||
:flip="true" |
|||
line1="WECHAT/PHONEs" |
|||
/> |
|||
<div class="qrcode_wrap"> |
|||
<div class="qrcode"></div> |
|||
<div class="contract"> |
|||
<div class="phone">13717892018</div> |
|||
<div class="phone">15624962290</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
<script setup> |
|||
import HeadLine from 'cpns/HeadLine' |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.qrcode_container { |
|||
background: linear-gradient(0deg, #015eea, #00c0fa); |
|||
padding: 42px 22px; |
|||
.qrcode_wrap { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: space-between; |
|||
flex-direction: column; |
|||
padding: 0 22px 22px 22px; |
|||
.qrcode { |
|||
width: 194px; |
|||
height: 194px; |
|||
background: #000; |
|||
margin-bottom: 32px; |
|||
} |
|||
.contract { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: space-between; |
|||
width: 100%; |
|||
.phone { |
|||
width: 160px; |
|||
height: 33px; |
|||
background: #ffffff; |
|||
box-shadow: 0px 2px 8px 0px rgba(9, 7, 57, 0.06); |
|||
border-radius: 17px; |
|||
font-size: 10px; |
|||
font-family: Zona Pro; |
|||
font-weight: bold; |
|||
color: #000000; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue