Browse Source

页面更新

master
suizhijia 5 years ago
parent
commit
a14a460199
18 changed files with 22 additions and 67 deletions
  1. +3
    -14
      src/views/allMaterials_appliances_high.vue
  2. +1
    -13
      src/views/allMaterials_appliances_standard.vue
  3. +2
    -13
      src/views/allMaterials_phone_high.vue
  4. +2
    -13
      src/views/allMaterials_phone_standard.vue
  5. +1
    -1
      src/views/appliances_high_exhibition.vue
  6. +1
    -1
      src/views/appliances_high_outside.vue
  7. +1
    -1
      src/views/appliances_high_pay.vue
  8. +1
    -1
      src/views/appliances_standard_exhibition.vue
  9. +1
    -1
      src/views/appliances_standard_outside.vue
  10. +1
    -1
      src/views/appliances_standard_pay.vue
  11. +1
    -1
      src/views/phone_high_counter.vue
  12. +1
    -1
      src/views/phone_high_outside.vue
  13. +1
    -1
      src/views/phone_high_pay.vue
  14. +1
    -1
      src/views/phone_high_within.vue
  15. +1
    -1
      src/views/phone_standard_counter.vue
  16. +1
    -1
      src/views/phone_standard_outside.vue
  17. +1
    -1
      src/views/phone_standard_pay.vue
  18. +1
    -1
      src/views/phone_standard_within.vue

+ 3
- 14
src/views/allMaterials_appliances_high.vue View File

<template> <template>
<div class="all"> <div class="all">
<img class="pageContent" :style="{top:-Hig+'rem'}" src="../assets/allMaterials/appliances_high.jpg">
<img class="pageContent" src="../assets/allMaterials/appliances_high.jpg">
<sidebar class="sidebarSty"></sidebar> <sidebar class="sidebarSty"></sidebar>
</div> </div>
</template> </template>
name: "allMaterials_appliances_high", name: "allMaterials_appliances_high",
components:{ components:{
Sidebar Sidebar
},
data(){
return{
Hig:0
}
},

mounted() {
var Wid = window.innerWidth;
var Hig = window.innerHeight;
var height = 750/Wid*Hig;
this.Hig = 1.5-(height-1206)/2/100;
},
}
} }
</script> </script>


left: 0; left: 0;
width: 7.5rem; width: 7.5rem;
height: 33.72rem; height: 33.72rem;
margin-top: calc((100vh - 1206/750*100vw)/2 - 150/750*100vw);
} }
.sidebarSty{ .sidebarSty{
position: fixed!important; position: fixed!important;

+ 1
- 13
src/views/allMaterials_appliances_standard.vue View File

<template> <template>
<div class="all"> <div class="all">
<img class="pageContent" :style="{top:-Hig+'rem'}" src="../assets/allMaterials/appliances_standard.jpg">
<img class="pageContent" src="../assets/allMaterials/appliances_standard.jpg">
<sidebar class="sidebarSty"></sidebar> <sidebar class="sidebarSty"></sidebar>
</div> </div>
</template> </template>
name: "allMaterials_appliances_standard", name: "allMaterials_appliances_standard",
components:{ components:{
Sidebar Sidebar
},
data(){
return{
Hig:0
} }
},

mounted() {
var Wid = window.innerWidth;
var Hig = window.innerHeight;
var height = 750/Wid*Hig;
this.Hig = 1.5-(height-1206)/2/100;
},
} }
</script> </script>



+ 2
- 13
src/views/allMaterials_phone_high.vue View File

<template> <template>
<div class="all"> <div class="all">
<img class="pageContent" :style="{top:-Hig+'rem'}" src="../assets/allMaterials/phone_high.jpg">
<img class="pageContent" src="../assets/allMaterials/phone_high.jpg">
<sidebar class="sidebarSty"></sidebar> <sidebar class="sidebarSty"></sidebar>
</div> </div>
</template> </template>
name: "allMaterials_phone_high", name: "allMaterials_phone_high",
components:{ components:{
Sidebar Sidebar
},
data(){
return{
Hig:0
} }
},

mounted() {
var Wid = window.innerWidth;
var Hig = window.innerHeight;
var height = 750/Wid*Hig;
this.Hig = 1.5-(height-1206)/2/100;
},
} }
</script> </script>


left: 0; left: 0;
width: 7.5rem; width: 7.5rem;
height: 39.36rem; height: 39.36rem;
margin-top: calc((100vh - 1206/750*100vw)/2 - 150/750*100vw);
} }
.sidebarSty{ .sidebarSty{
position: fixed!important; position: fixed!important;

+ 2
- 13
src/views/allMaterials_phone_standard.vue View File

<template> <template>
<div class="all"> <div class="all">
<img class="pageContent" :style="{top:-Hig+'rem'}" src="../assets/allMaterials/phone_standard.jpg">
<img class="pageContent" src="../assets/allMaterials/phone_standard.jpg">
<sidebar class="sidebarSty"></sidebar> <sidebar class="sidebarSty"></sidebar>
</div> </div>
</template> </template>
name: "allMaterials_phone_standard", name: "allMaterials_phone_standard",
components:{ components:{
Sidebar Sidebar
},
data(){
return{
Hig:0
} }
},

mounted() {
var Wid = window.innerWidth;
var Hig = window.innerHeight;
var height = 750/Wid*Hig;
this.Hig = 1.5-(height-1206)/2/100;
},
} }
</script> </script>


left: 0; left: 0;
width: 7.5rem; width: 7.5rem;
height: 27.32rem; height: 27.32rem;
margin-top: calc((100vh - 1206/750*100vw)/2 - 150/750*100vw);
} }
.sidebarSty{ .sidebarSty{
position: fixed!important; position: fixed!important;

+ 1
- 1
src/views/appliances_high_exhibition.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.94rem;
height: 12.14rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/appliances_high_outside.vue View File

} }
.contentImg{ .contentImg{
width: 7.5rem; width: 7.5rem;
height: 11.63rem;
height: 11.2rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/appliances_high_pay.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.15rem;
height: 10.72rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/appliances_standard_exhibition.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.88rem;
height: 12.13rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/appliances_standard_outside.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.63rem;
height: 11.2rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/appliances_standard_pay.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.15rem;
height: 10.72rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_high_counter.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.85rem;
height: 11.68rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_high_outside.vue View File

} }
.contentImg{ .contentImg{
width: 7.5rem; width: 7.5rem;
height: 11.63rem;
height: 11.21rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_high_pay.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.15rem;
height: 10.72rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_high_within.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.67rem;
height: 11.68rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_standard_counter.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.91rem;
height: 11.67rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_standard_outside.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.63rem;
height: 11.21rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_standard_pay.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.15rem;
height: 10.71rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
src/views/phone_standard_within.vue View File

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.63rem;
height: 11.2rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

Loading…
Cancel
Save