<!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"> 苹果用户如何打开飞行模式<br>
</div>
<div style="text-align: center; margin-top: 10px">
</div>
<div style="color: green;font-size: 18px"> 安卓用户如何打开飞行模式<br>
</div>
<div style="text-align: center; margin-top: 10px">
</div>
</div>