master
chenzhi 5 years ago
parent 4539c163a4
commit 2e8f7ba410

@ -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: 180 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Loading…
Cancel
Save