<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta content="telephone=no" name="format-detection"> <meta name="wap-font-scale" content="no"> <link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/index.css"> <script src="lib/fsize.js"></script> <title>VIP 說明</title> <style> body{ background: #292929; } .bg{ width: 9rem; margin: 0 auto; } h1{ color: #ffffff; line-height: 1rem; font-size:0.45rem; height: 1rem; padding-top:0.3rem; } p{ font-size:0.4rem; color:rgba(179,179,179,1); line-height: 0.6rem; } div img{ width: 9rem; margin-top:0.3rem; margin-bottom: 0.3rem; } </style> </head> <body> <div class="bg"> <h1>什麼是VIP</h1> <p>VIP是Firefly Live 3.0.0版本以上支持的增值服務,用戶購買了VIP后將會享受到以下權益:</p> <div> <img src="images/v1.png?v='20180727'" alt=""> <img src="images/v2.png" alt=""> <img src="images/v3.png" alt=""> <img src="images/v4.png?v='20180728'" alt=""> <img src="images/v5.png" alt=""> <img src="images/v6.png" alt=""> </div> </div> </body> <script> </script> </html>