This commit is contained in:
2023-06-21 14:42:28 +08:00
parent 7e8362d0ba
commit 8c5d59360b
2 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
// //
.style_block .style_block
display none // display none
position absolute position absolute
_wh(calc(100% / 3), calc(100% / 3)) _wh(calc(100% / 3), calc(100% / 3))
background red background red

View File

@@ -215,6 +215,12 @@
<div class="tooltip_page pointer" @click.stop="toJumpPage(6)">6</div> <div class="tooltip_page pointer" @click.stop="toJumpPage(6)">6</div>
</div> </div>
</div> </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>
<div class="style_block" style="left: calc(200% / 3);top:calc(100% / 3);"></div>
<div class="style_block" style="background: blue;left: calc(200% / 3);bottom: 0"></div>
</div> </div>
</template> </template>
@@ -317,6 +323,7 @@ export default {
@import '~@css/mixin' @import '~@css/mixin'
.n_container .n_container
_wh(100%, 100%) _wh(100%, 100%)
position relative
.n_header .n_header
_wh(100%, 8%) _wh(100%, 8%)
_bis('../../../images/bg_header.jpg') _bis('../../../images/bg_header.jpg')