Sin descripción

shareWechat.html 916B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="yes" name="apple-mobile-web-app-capable">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
  7. <title>分享至朋友圈</title>
  8. <link rel="stylesheet" type="text/css" href="public/public_css.css"/>
  9. <script type="text/javascript" src="public/public.js"></script>
  10. <style type="text/css">
  11. body{
  12. background: url(image/shareWechat.png) no-repeat;
  13. width: 100%;
  14. }
  15. .liveplayer {
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. right: 0;
  20. bottom: 0;
  21. margin: auto;
  22. }
  23. video {
  24. width: 100%;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div class="liveplayer">
  30. <video controls poster="image/shareWechat.png">
  31. <source src="video/liedou_open.mp4" type="video/mp4">
  32. </video>
  33. </div>
  34. </body>
  35. </html>