账单与支付

This commit is contained in:
liu
2026-08-14 23:48:15 +08:00
parent 4138164bd8
commit 3bd26acbb9
32 changed files with 2052 additions and 475 deletions
+6 -6
View File
@@ -73,12 +73,12 @@
width: 160px;
height: 160px;
border-radius: 50%;
background: linear-gradient(160deg, #1989fa 0%, #07c160 100%);
background: linear-gradient(160deg, #ee0a24 0%, #ff4d4f 100%);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
box-shadow: 0 8px 32px rgba(25, 137, 250, 0.3);
box-shadow: 0 8px 32px rgba(238, 10, 36, 0.3);
}
.logo-text {
@@ -123,7 +123,7 @@
width: 100%;
height: 96px;
line-height: 96px;
background: linear-gradient(160deg, #1989fa 0%, #07c160 100%);
background: linear-gradient(160deg, #ee0a24 0%, #ff4d4f 100%);
color: #fff;
font-size: 34px;
font-weight: 500;
@@ -131,7 +131,7 @@
border-radius: 48px;
text-align: center;
padding: 0;
box-shadow: 0 6px 24px rgba(25, 137, 250, 0.35);
box-shadow: 0 6px 24px rgba(238, 10, 36, 0.35);
transition: opacity 0.2s;
/* 重置微信 Button 默认样式 */
@@ -158,7 +158,7 @@
.switch-link {
font-size: 28px;
color: #1989fa;
color: #ee0a24;
margin-left: 8px;
}
}
@@ -179,6 +179,6 @@
.agree-link {
font-size: 24px;
color: #1989fa;
color: #ee0a24;
}
}