代码拉取完成,页面将自动刷新
html {
height: 100%;
}
body {}
.order-list {
width: 500px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
color: #333;
}
.order {
border-bottom: solid 1px #e0e0e0;
padding: 15px;
}
.row {
padding: 8px 0;
}
.row-1 {
display: flex;
justify-content: space-between;
}
.row-3 {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.pay-btn {
background-color: #3DB035;
color: #fff;
border: none;
padding: 5px 20px;
border-radius: 3px;
outline: none;
cursor: pointer;
}
.pay-btn:active {
background-color: #2F8829;
}
#native {
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.panel {
background-color: #fff;
width: 400px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
border-radius: 10px;
position: relative;
overflow: hidden;
}
h3 {
text-align: center;
font-size: 28px;
color: #333;
margin-top: 30px;
}
.qrcode {
display: block;
margin-left: auto;
margin-right: auto;
}
.desc {
text-align: center;
font-size: 14px;
}
.close-btn {
width: 220px;
height: 45px;
background-color: #007AFF;
color: #fff;
border: none;
border-radius: 3px;
outline: none;
cursor: pointer;
margin-right: 10px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.close-btn:active {
background-color: #0062CD;
}
.close-icon {
position: absolute;
right: 10px;
top: 10px;
width: 30px;
height: 30px;
cursor: pointer;
}
.select-payment{
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.payment-list{
list-style: none;
background-color: #fff;
padding: 50px 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
border-radius: 5px;
display: flex;
justify-content: space-around;
}
.payment-item{
text-align: center;
cursor: pointer;
}
.payment-title{
display: block;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。