diff --git a/App.vue b/App.vue
index 6737a67..914dd7f 100644
--- a/App.vue
+++ b/App.vue
@@ -7,13 +7,18 @@
\ No newline at end of file
+
diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue
index aa1155d..9b01ee5 100644
--- a/components/FunctionCard.vue
+++ b/components/FunctionCard.vue
@@ -1,11 +1,5 @@
-
@@ -176,8 +170,8 @@
.function-grid {
display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 16rpx;
+ grid-template-columns: repeat(4, 1fr);
+ gap: 12rpx;
width: 100%;
.function-item {
@@ -185,11 +179,11 @@
flex-direction: column;
align-items: center;
justify-content: center;
- padding: 20rpx;
+ padding: 16rpx 8rpx;
.function-icon {
- width: 120rpx;
- height: 120rpx;
+ width: 104rpx;
+ height: 104rpx;
display: flex;
align-items: center;
justify-content: center;
@@ -217,11 +211,11 @@
}
.function-name {
- font-size: 28rpx;
+ font-size: 24rpx;
font-weight: 500;
color: var(--text-primary);
text-align: center;
- margin-top: 15rpx;
+ margin-top: 12rpx;
}
}
}
diff --git a/components/RenewalPaymentPopup.vue b/components/RenewalPaymentPopup.vue
index d5e5ee1..86d307a 100644
--- a/components/RenewalPaymentPopup.vue
+++ b/components/RenewalPaymentPopup.vue
@@ -378,7 +378,7 @@
.package-summary {
padding: 40rpx 30rpx 30rpx;
- background: linear-gradient(135deg, rgba(0, 122, 255, 0.05) 0%, rgba(0, 122, 255, 0.02) 100%);
+ background: linear-gradient(135deg, rgba(85, 171, 92, 0.05) 0%, rgba(85, 171, 92, 0.02) 100%);
border-bottom: 1rpx solid var(--border-light);
text-align: center;
}
@@ -414,7 +414,7 @@
&.active {
border-color: var(--primary);
- background: rgba(0, 122, 255, 0.05);
+ background: rgba(85, 171, 92, 0.05);
}
}
diff --git a/components/WifiCard.vue b/components/WifiCard.vue
index 7cb20ae..ca08954 100644
--- a/components/WifiCard.vue
+++ b/components/WifiCard.vue
@@ -3,7 +3,8 @@
@@ -12,25 +13,27 @@
网络名称
{{ deviceInfo.ssidName }}
-
连接密码
{{ deviceInfo.ssidPwd }}
-
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 49f1315..e35f652 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -15,15 +15,16 @@
-
+
-
+