<!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>如何開始直播</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; border-bottom:0.01rem solid #3D3D3D; } p{ font-size:0.4rem; color:rgba(179,179,179,1); line-height: 0.6rem; } img{ width: 9rem;margin-top: 0.5rem;margin-bottom: 0.3rem; } </style> </head> <body> <div class="bg"> <h1>如何開始直播?</h1> <P style="font-size: 0.4rem;color:rgba(204,204,204,1);line-height: 1.05rem">Step.1</P> <p style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;">點擊底部中心【螢火蟲】圖標,進入【直播準備】。</p> <img style="margin-top: 0.3rem;" src="images/live1.png" alt=""> <P style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;line-height: 1.05rem">Step.2</P> <p style="font-size: 0.4rem;color:rgba(204,204,204,1);">在【直播準備】頁面上方可輸入【直播標題】或者選擇分享</p> <img src="images/live2.png" alt=""> <P style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;line-height: 1.05rem">Step.3</P> <p style="font-size: 0.4rem;color:rgba(204,204,204,1);">在【直播準備】頁面下方可選擇美顏效果程度</p> <img src="images/live3.png" alt=""> <P style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;line-height: 1.05rem">Step.4</P> <p style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;">在設置好后點擊【開始直播】并同時授權的攝像頭與話筒的使用權限即可開啟直播。</p> <img style="margin-bottom: 0.5rem;" src="images/live4.png" alt=""> </div> </body> </html>