手机端适配不同手机高度 ,把内容居中显示,可以将div、img、section、span、p等等元素,设置 top:50%; margin-top:xxvw; 这样可以保证主题内容居中显示。 Read More
posted @ 2020-03-05 17:17 双木君 Views(1100) Comments(0) Diggs(0) Edit
1、使用phaser世界生成img 然后保存img在某个div中,长按这个div就会生成海报(其实就是图片的保存,只是因为h5中的背景啊、文字啊需要根据选择来显示,所以就是定制生成图片也就是海报了) <style> #poster{width: 100vw;height: 100vh;positio Read More
posted @ 2020-03-05 17:14 双木君 Views(1180) Comments(0) Diggs(0) Edit
1、音乐自动播放 <section class="music rotate hide"> <audio loop src="/static/diseasesGame/video/2.mp3" id="audio_play" autoplay preload></audio> </section> $ Read More
posted @ 2020-03-05 16:39 双木君 Views(2444) Comments(0) Diggs(0) Edit