<!DOCTYPE html><html><head>?? ?<meta charset="UTF-8">?? ?<title>設(shè)置3D場(chǎng)景</title>?? ?<style>?? ??? ?#experiment{?? ??? ??? ?perspective: 800px;?? ??? ??? ?perspective-origin:50% 50%;?? ??? ??? ?transform-style:preserve-3d;?? ??? ?}?? ??? ?#block{?? ??? ??? ?width:500px;?? ??? ??? ?height:500px;?? ??? ??? ?background-color:#69c;?? ??? ??? ?margin:100px auto;?? ??? ??? ?transform:rotateX(45deg);?? ??? ?}?? ?</style></head><body>?? ?<div id="experiment">?? ??? ?<div id="block">?? ??? ??? ??? ??? ?</div>?? ?</div></body></html>
- 1 回答
- 0 關(guān)注
- 1530 瀏覽
添加回答
舉報(bào)
0/150
提交
取消