Merge branch 'dev-cz' into dev

master
zhengchanglong 5 years ago
commit 433219c3f6

@ -23,14 +23,14 @@
请在<text style="color:yellow">Safari</text>中打开
</div>
</div>
<!-- <div class="alert_copy">
<div class="alert_copy">
<div>
<input id="copyVal" type="text" readonly='' value="">
<a href="javascript:" id="copy" data-clipboard-target="#copyVal" style="background:url('__IMG__/ssg/home/copybt.png') no-repeat top center/cover;">
复制
</a>
</div>
</div> -->
</div>
</div>
</div>

@ -327,9 +327,9 @@
function countDown() {
codeflag = false;
i = i - 1;
$("#getPhoneCode").html(i+"秒后重发").css("backgroundColor","#A9A9A9");
$("#getPhoneCode").html(i+"秒后重发").css("backgroundColor","#f5f5f5").css("color","#A9A9A9");
if (i == 0) {
$("#getPhoneCode").html("重新发送").css("backgroundColor","#21B1EB");
$("#getPhoneCode").html("重新发送").css("backgroundColor","#21B1EB").css("color","#fff");
codeflag = true;
i = 60;
return;

@ -16,6 +16,10 @@
body{
min-height: 100vh;
background-color: #F5F5F5;
}
.m-order{
background-color: #F5F5F5;
}
.title{
display: flex;
@ -30,6 +34,9 @@ body{
width: .3rem;
height: .3rem;
}
.order-payinfo-item{
border-top: 1px solid #f5f5f5;
}
</style>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Loading…
Cancel
Save