提交 cc66f27e 编写于 作者: 雪洛's avatar 雪洛

test: 增加页面末尾z-index测试例

上级 f4991600
......@@ -27,6 +27,14 @@
<text>z-index: 0</text>
</view>
</view>
<view>
<view>
<view class="common fixed popup" style="background-color: aqua;z-index: 5;">
<text>position: fixed</text>
<text>z-index: 5</text>
</view>
</view>
</view>
</view>
</template>
......@@ -84,4 +92,15 @@
left: 175px;
z-index: -1;
}
.popup {
/* #ifdef APP */
top: 320px;
/* #endif */
/* #ifdef H5 */
top: calc(var(--window-top) + 320px);
/* #endif */
left: 87px;
height: 40px;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册