Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fireflyReg

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fireflyReg
  • peach
  • help
  • Recharge.html
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · 8e24e39a
    libai committed a year ago
    8e24e39a
Recharge.html 1.92 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
<!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: #f8f1f1;
        }
        .bg{
            width: 9rem;
            margin: 0 auto;
        
        }
        h1{
            color: #2f2c42;
            line-height: 1.5rem;
            font-size:0.45rem;
            height: 1.5rem;
            border-bottom:0.02rem solid #979ea5;
        }
        .bg p{
            color: #979ea5 !important ;
        }
    </style>
</head>
<body>
    <div class="bg">
        <h1>如何儲值</h1>
        <P style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;line-height: 1.05rem">Step.1</P>
        <p style="font-size: 0.4rem;color:rgba(204,204,204,1);height:1.05rem;">點擊底部【我的】圖標,進入【我的】頁面</p>
        <div>

        </div>
        <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);height:1.05rem;">在【我的】頁面點擊進入【金幣賬戶】頁面。</p>
        <div>

        </div>
        <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);height:1.05rem;">在【金幣賬戶】頁面選擇相應寶石選項進行購買。</p>
        <div>
        </div>
    </div>
</body>
</html>