diff --git a/Application/Mobile/View/Ssg/home.html b/Application/Mobile/View/Ssg/home.html
index 8606bbfef..2c2e26598 100644
--- a/Application/Mobile/View/Ssg/home.html
+++ b/Application/Mobile/View/Ssg/home.html
@@ -23,14 +23,14 @@
请在Safari中打开
-
+
diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html
index 136294359..62bab112b 100644
--- a/Application/Mobile/View/Ssg/login.html
+++ b/Application/Mobile/View/Ssg/login.html
@@ -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;
diff --git a/Application/Sdk/View/default/Ipa365/pay.html b/Application/Sdk/View/default/Ipa365/pay.html
index a3e84800e..fa8d15f40 100644
--- a/Application/Sdk/View/default/Ipa365/pay.html
+++ b/Application/Sdk/View/default/Ipa365/pay.html
@@ -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;
+}
diff --git a/Public/Mobile/images/ssg/home/alertbg.png b/Public/Mobile/images/ssg/home/alertbg.png
index 14ad58bae..e1f3dcf9f 100644
Binary files a/Public/Mobile/images/ssg/home/alertbg.png and b/Public/Mobile/images/ssg/home/alertbg.png differ
diff --git a/Public/Mobile/images/ssg/process/pay-2.png b/Public/Mobile/images/ssg/process/pay-2.png
index 76375441b..8a125f285 100644
Binary files a/Public/Mobile/images/ssg/process/pay-2.png and b/Public/Mobile/images/ssg/process/pay-2.png differ