<!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: #CCCCCC; border-bottom:0.01rem solid #292929; } .classification{ width: 10rem; text-align: center; margin-left: -0.5rem; margin-top:0.5rem; } .classification li{ float: left; width: 3rem; height: 3rem; background: #171717; margin-left:0.25rem; margin-bottom:0.25rem; } .classification li p{ color:rgba(204,204,204,1); font-size:0.4rem; } </style> <body style="background: #101010;"> <div class="bg"> <h1>直播問題</h1> <ul class="problem"> <a href="LiveTips.html"><li>如何開播?</li></a> <a href="timeHelp.html"><li>查詢我的直播時長</li></a> <a href="hot.html"><li>如何上熱門榜?</li></a> </ul> <p style="line-height: 0.5rem;margin-top: 0.5rem;font-size:0.33rem;color:rgba(102,102,102,1);position: absolute;bottom: 1rem;width: 9rem;">如上述幫助說明無法解決您的疑惑,可在【消息】>【firefly Service】進行人工解答</p> </div> </body> </html>