<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; |
<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> | ||||
<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; |
<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; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.94rem; | |||||
height: 12.14rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 7.5rem; | width: 7.5rem; | ||||
height: 11.63rem; | |||||
height: 11.2rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.15rem; | |||||
height: 10.72rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.88rem; | |||||
height: 12.13rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.63rem; | |||||
height: 11.2rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.15rem; | |||||
height: 10.72rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.85rem; | |||||
height: 11.68rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 7.5rem; | width: 7.5rem; | ||||
height: 11.63rem; | |||||
height: 11.21rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.15rem; | |||||
height: 10.72rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.67rem; | |||||
height: 11.68rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.91rem; | |||||
height: 11.67rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.63rem; | |||||
height: 11.21rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.15rem; | |||||
height: 10.71rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.63rem; | |||||
height: 11.2rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |