maochaoying 2 years ago
parent
commit
77d125cc8c
  1. BIN
      src/assets/img.zip
  2. 4
      src/components/CardTitle/index.vue
  3. 5
      src/components/Intro/index.vue
  4. 4
      src/components/Paragraph/index.vue
  5. 16
      src/style.scss
  6. 1
      src/views/Index/components/CaseDetails/index.vue
  7. 6
      src/views/Index/components/CasePictureList/index.vue
  8. 4
      src/views/Index/components/Culture/Card/index.vue
  9. 2
      src/views/Index/components/Culture/index.vue
  10. 1
      src/views/Index/components/HardwareDetails/index.vue
  11. 6
      src/views/Index/components/HardwareSummary/index.vue
  12. 8
      src/views/Index/components/Service/index.vue

BIN
src/assets/img.zip

4
src/components/CardTitle/index.vue

@ -23,7 +23,7 @@ const props = defineProps({
justify-content: space-between;
background: #f9f9f9;
.title {
font-size: 16px;
font-size: 22px;
font-family: DFPYuanW7-GB;
font-weight: 400;
color: #000000;
@ -33,7 +33,7 @@ const props = defineProps({
}
}
.en {
font-size: 8px;
font-size: 14px;
font-family: 'ZonaPro';
font-weight: bold;
color: #929292;

5
src/components/Intro/index.vue

@ -24,7 +24,7 @@ const props = defineProps({
.title {
display: flex;
align-items: center;
font-size: 15px;
font-size: 19px;
font-family: Alibaba PuHuiTi;
font-weight: bold;
color: #000000;
@ -41,7 +41,8 @@ const props = defineProps({
}
}
.desc {
font-size: 12px;
font-size: 18px;
line-height: 26px;
font-family: Alibaba PuHuiTi;
font-weight: 300;
color: #aaaaaa;

4
src/components/Paragraph/index.vue

@ -15,7 +15,7 @@ const props = defineProps({
<style lang="scss" scoped>
.para_noindent {
padding: 30px 20px;
font-size: 14px;
font-size: 18px;
font-family: 'SourceHanSansLight';
font-weight: 300;
color: #aaaaaa;
@ -23,7 +23,7 @@ const props = defineProps({
}
.paragraph_container {
padding: 30px 20px;
font-size: 14px;
font-size: 18px;
font-family: 'SourceHanSansLight';
font-weight: 300;
color: #aaaaaa;

16
src/style.scss

@ -11,18 +11,10 @@ body {
background-size: 0 0;
}
// @font-face {
// font-family: 'ZonaPro';
// src: url(./assets/fonts/ZonaPro-ExtraBold.otf);
// }
// @font-face {
// font-family: 'SourceHanSansLight';
// src: url(./assets/fonts/SourceHanSansCN-ExtraLight.otf);
// }
// @font-face {
// font-family: 'SourceHanSans';
// src: url(./assets/fonts/SourceHanSansCN-Normal.otf);
// }
@font-face {
font-family: 'ZonaPro';
src: url(./assets/fonts/ZonaPro-ExtraBold.otf);
}
/*去除a标签下划线*/
a {
text-decoration: none;

1
src/views/Index/components/CaseDetails/index.vue

@ -40,7 +40,6 @@
class="right_detail"
v-on:mouseover="mouseover"
v-on:mouseleave="mouseleave"
@scroll="handleScroll"
:key="componentKey"
>
<div class="detail_header">

6
src/views/Index/components/CasePictureList/index.vue

@ -70,7 +70,7 @@
v-for="item in allCaseList1"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"
@ -95,7 +95,7 @@
v-for="item in allCaseList2"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"
@ -119,7 +119,7 @@
v-for="item in allCaseList3"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"

4
src/views/Index/components/Culture/Card/index.vue

@ -162,10 +162,10 @@ const getTips = () => {
}
}
.text {
font-size: 16px;
font-size: 17px;
font-family: 'SourceHanSansLight';
line-height: 32px;
font-weight: 300;
font-weight: 100;
color: #ffffff;
position: absolute;
word-break: break-all;

2
src/views/Index/components/Culture/index.vue

@ -3,7 +3,7 @@
<div class="empty" v-if="showEmpty"></div>
<div class="flex_center" id="culture_container_flex">
<div class="culture_container" id="culture_container">
<img v-lazy="Background" class="bg_img" id="bg_img_scale" />
<img :src="Background" class="bg_img" id="bg_img_scale" />
<div class="contract_title" id="culture_ani">
<p class="line"></p>
<p class="title">企业文化</p>

1
src/views/Index/components/HardwareDetails/index.vue

@ -40,7 +40,6 @@
class="right_detail"
v-on:mouseover="mouseover"
v-on:mouseleave="mouseleave"
@scroll="handleScroll"
:key="componentKey"
>
<div class="detail_header">

6
src/views/Index/components/HardwareSummary/index.vue

@ -70,7 +70,7 @@
v-for="item in allCaseList1"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"
@ -95,7 +95,7 @@
v-for="item in allCaseList2"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"
@ -119,7 +119,7 @@
v-for="item in allCaseList3"
:key="item.id"
>
<img class="pic" v-lazy="item.picUrl" alt="" />
<img class="pic" :src="item.picUrl" alt="" />
<div class="dialog_text">
<div
class="btn"

8
src/views/Index/components/Service/index.vue

@ -62,6 +62,14 @@ const showEmpty = ref(true)
</script>
<style scoped lang="scss">
// @font-face {
// font-family: 'SourceHanSansLight';
// src: url(./assets/fonts/SourceHanSansCN-ExtraLight.otf);
// }
// @font-face {
// font-family: 'SourceHanSans';
// src: url(./assets/fonts/SourceHanSansCN-Normal.otf);
// }
.wrap {
width: 100vw;
height: 100vh;

Loading…
Cancel
Save