<!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"> <link rel="stylesheet" href="css/layer.css"> <script src="lib/fsize.js"></script> <title>幫助</title> </head> <style> .bg{ width: 9rem; margin-left: 0.5rem; margin-right:0.5rem; margin: 0 auto; } h1{ font-size:0.4rem; color:rgba(128,128,128,1); padding-top:0.5rem; } .problem{ margin-bottom:0.5rem; } .problem li{ height:1.25rem; line-height: 1.25rem; font-size:0.4rem; color: #979ea5 ; border-bottom:0.01rem solid #979ea5; } .classification{ width: 10rem; text-align: center; margin-left: -0.5rem; margin-top:0.5rem; } .classification li{ float: left; width: 3rem; height: 3rem; background: #f8f1f1 ; margin-left:0.25rem; margin-bottom:0.25rem; } .classification li p{ color:#979ea5 ; font-size:0.4rem; } </style> <body style="background: #ffffff ;"> <div class="bg"> <h1>熱門問題</h1> <ul class="problem"> <a href="richDescription.html"><li>什麼是富豪等級?</li></a> <a href="VIPTips.html"><li>什麼是VIP?</li></a> <a href="LiveTips.html"><li>如何開播?</li></a> <a href="hot.html"><li>如何上熱門榜?</li></a> <a href="Recharge.html"><li>如何儲值?</li></a> <a href="withdraw.html"><li>如何提現?</li></a> </ul> <h1>熱門分類</h1> <ul class="classification clearfix"> <a href="l1.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/1.png" alt=""> <p>儲值提現</p> </li></a> <a href="l2.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/2.png" alt=""> <p>賬號問題</p> </li></a> <a href="l3.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/3.png" alt=""> <p>直播問題</p> </li></a> <a href="l4.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/4.png" alt=""> <p>榜單問題</p> </li></a> <a href="l5.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/5.png" alt=""> <p>入駐問題</p> </li></a> <a href="l6.html"><li> <img style="width: 0.9rem;margin-top: 0.6rem;" src="images/6.png" alt=""> <p>其他問題</p> </li></a> </ul> <p style="line-height: 0.5rem;margin-top: 0.5rem;font-size:0.33rem;color:rgba(102,102,102,1);">如上述幫助說明無法解決您的疑惑,可在【消息】>進行人工解答</p> </div> </body> </html>