分拣包装

This commit is contained in:
2023-06-16 10:40:06 +08:00
parent f27869ea60
commit 61b2fb2d79
6 changed files with 1364 additions and 184 deletions

View File

@@ -645,7 +645,7 @@
<div class="tooltip_page pointer" @click.stop="toJumpPage(6)">6</div>
</div>
</div>
<!-- <div class="style_block" style="left: calc(100% / 3);top:0;"></div>
<div class="style_block" style="left: calc(100% / 3);top:0;"></div>
<div class="style_block" style="background: green;left: calc(100% / 3);top:calc(100% / 3);"></div>
<div class="style_block" style="left: calc(100% / 3);bottom: 0"></div>
<div class="style_block" style="background: green;left: calc(200% / 3);top:0;"></div>
@@ -653,7 +653,7 @@
<div class="style_block" style="background: blue;left: calc(200% / 3);bottom: 0"></div>
<div class="style_block" style="background: green;left: 0;top:0;"></div>
<div class="style_block" style="left: 0;top:calc(100% / 3);"></div>
<div class="style_block" style="background: green;left: 0;bottom: 0"></div> -->
<div class="style_block" style="background: green;left: 0;bottom: 0"></div>
</div>
</template>
@@ -856,70 +856,118 @@ export default {
this.foldlineStyle = 'foldline_right'
break
case 2:
this.pkObj = this.PressPopoverList[1]
this.pkObj = this.TrayStationPopoverList[1]
this.top = this.$refs.mpgw02.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw02.getBoundingClientRect().left - 657
this.foldlineStyle = 'foldline_right'
break
case 3:
this.pkObj = this.PressPopoverList[2]
this.pkObj = this.TrayStationPopoverList[2]
this.top = this.$refs.mpgw03.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw03.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
break
case 4:
this.pkObj = this.PressPopoverList[3]
this.pkObj = this.TrayStationPopoverList[3]
this.top = this.$refs.mpgw04.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw04.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
break
case 5:
this.pkObj = this.PressPopoverList[4]
this.pkObj = this.TrayStationPopoverList[4]
this.top = this.$refs.mpgw05.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw05.getBoundingClientRect().left - 657
this.foldlineStyle = 'foldline_right'
break
case 6:
this.pkObj = this.PressPopoverList[5]
this.pkObj = this.TrayStationPopoverList[5]
this.top = this.$refs.mpgw06.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw06.getBoundingClientRect().left - 657
this.foldlineStyle = 'foldline_right'
break
case 7:
this.pkObj = this.PressPopoverList[6]
this.pkObj = this.TrayStationPopoverList[6]
this.top = this.$refs.mpgw07.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw07.getBoundingClientRect().left - 657
this.foldlineStyle = 'foldline_right'
break
case 8:
this.pkObj = this.PressPopoverList[7]
this.pkObj = this.TrayStationPopoverList[7]
this.top = this.$refs.mpgw08.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw08.getBoundingClientRect().left - 657
this.foldlineStyle = 'foldline_right'
break
case 9:
this.pkObj = this.PressPopoverList[8]
this.pkObj = this.TrayStationPopoverList[8]
this.top = this.$refs.mpgw09.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw09.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
break
case 10:
this.pkObj = this.PressPopoverList[9]
this.pkObj = this.TrayStationPopoverList[9]
this.top = this.$refs.mpgw10.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw10.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
break
case 11:
this.pkObj = this.PressPopoverList[10]
this.pkObj = this.TrayStationPopoverList[10]
this.top = this.$refs.mpgw11.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw11.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
this.left = this.$refs.mpgw11.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 12:
this.pkObj = this.PressPopoverList[11]
this.pkObj = this.TrayStationPopoverList[11]
this.top = this.$refs.mpgw12.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw12.getBoundingClientRect().left - 635
this.foldlineStyle = 'foldline_right'
this.left = this.$refs.mpgw12.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 13:
this.pkObj = this.TrayStationPopoverList[12]
this.top = this.$refs.mpgw13.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw13.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 14:
this.pkObj = this.TrayStationPopoverList[13]
this.top = this.$refs.mpgw14.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw14.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 15:
this.pkObj = this.TrayStationPopoverList[14]
this.top = this.$refs.mpgw15.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw15.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 16:
this.pkObj = this.TrayStationPopoverList[15]
this.top = this.$refs.mpgw16.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw16.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 17:
this.pkObj = this.TrayStationPopoverList[16]
this.top = this.$refs.mpgw17.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw17.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 18:
this.pkObj = this.TrayStationPopoverList[17]
this.top = this.$refs.mpgw18.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw18.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 19:
this.pkObj = this.TrayStationPopoverList[18]
this.top = this.$refs.mpgw19.getBoundingClientRect().top - 24
this.left = this.$refs.mpgw19.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 20:
this.pkObj = this.TrayStationPopoverList[19]
this.top = this.$refs.mpgw20.getBoundingClientRect().top - 24
this.left = this.$refs.mpgw20.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
}
}
@@ -936,6 +984,8 @@ export default {
_wh(100%, 100%)
overflow hidden
.n_header
position relative
z-index 0
_wh(100%, 8%)
_bis('../../../images/bg_header.jpg')
.n_header_h1