H5喚醒支付寶轉賬個人支付寶(飛行模式)

支付寶演示

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>收銀臺</title>
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
    <style>
        .copybutton {
            position: relative;
            width: 80%;
            height: 40px;
            margin-left: 10%;
            border-radius: 8px;
            margin-top: 10px;
        }

        #fill {
            width: 100%;
            height: 40px;
            text-align: center;
            background-color: deepskyblue;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 8px;
        }

        #showNumber {
            width: 100%;
            height: 40px;
            text-align: center;
            line-height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            color: red;
            font-size: 18px;
            border-radius: 8px;
        }
    </style>
</head>
<body style="background-color: #fff">

<div style="width: 100%; text-align: center;font-family:微軟雅黑;">
    <div id="panelWrap" class="panel-wrap">
        <!-- CUSTOM LOGO -->
        <div class="panel-heading" style="background-color: #fff">
            <div class="row">
                <div class="col-md-12 text-center">
                </div>
            </div>
        </div>
        <div style="line-height: 2rem">
            <div style="display: inline-flex;">請打開
                <div style="color: red">飛行模式</div>
                後點擊立即支付
            </div>
            <div style="color: #cb3636">跳轉後再關閉飛行模式,請勿提前關閉!</div>
            <div><span class="money" style="color: #cb3636"></span>元</div>
            <div class="copybutton" style="background-color: rgb(204, 204, 204);color: rgb(119, 119, 119);">
                <span></span>
                <div id="fill" style="width: 0%;"></div>
                <div id="showNumber">立即支付</div>
            </div>
            
        </div>
    </div>
    <div style="color: green;font-size: 18px;margin-top: .5rem">&nbsp;&nbsp;&nbsp;蘋果用戶如何打開飛行模式<br>
    </div>
    <div style="text-align: center; margin-top: 10px">
    </div>
    <div style="color: green;font-size: 18px">&nbsp;&nbsp;&nbsp;安卓用戶如何打開飛行模式<br>
    </div>
    <div style="text-align: center; margin-top: 10px">
    </div>
</div>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章