<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><style>? ? body{? ? ?width: 100%;? ? ?height: 100%;? ? ?background: green;? ? ?z-index: 1;? ? }.wrap{width: 100%;height: 100%;position: relative;z-index: 3;background: red;}.top{width: 100px;height: 50px;position: absolute;top: 10%;left: 10%;background: blue;}</style></head><body><div class="wrap"><div class="top"></div><div class="bottom"></div></div></body></html>
- 2 回答
- 0 關注
- 1655 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消