<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>新年贺卡</title> <link rel="stylesheet" type="text/css" href="main.css"> <script src="js/main.js";type="text/javascript";charset="UTF-8"></script> </head> <body> <div> <img src="img/music_pointer.png" /> <img src="img/music_disc.png" > </div> <div id="page1"> <div></div> <div>点击屏幕</br>开启好运</div> <div></div> <div></div> </div> <div id="page2"> <div></div> <div></div> <div></div> </div> <div id="page3"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> </div> </body> </html>
*{margin: 0; padding: 0; border: none; font-size: 1.71875vw; } #music{ position: fixed; border:4px solid #ef1639; width: 15vw; height: 15vw; top: 3vh; right:4vw; z-index: 5; } #music > img:first-of-type{ position: absolute; top: 24%; right: 2.5%; width: 28.421%; } #music > img:last-of-type{ position: absolute; top:0; right:; bottom: 0; width: 79%; } .bg{ }
你说2016