change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user