<!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: 1rem;
            font-size:0.45rem;
            height: 1rem;
            padding-top:0.3rem;
            border-bottom:0.01rem solid #979ea5   ;
        }
        p{
            font-size:0.4rem;
            color:#979ea5 !important;
            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>

    <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>

    <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>

    <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>
</div>
</body>
</html>