diff --git a/assets/img/home/home1.jpg b/assets/img/home/home1.jpg deleted file mode 100644 index affa398..0000000 Binary files a/assets/img/home/home1.jpg and /dev/null differ diff --git a/assets/img/home/home1.png b/assets/img/home/home1.png new file mode 100644 index 0000000..4a2a443 Binary files /dev/null and b/assets/img/home/home1.png differ diff --git a/pages/base/home.vue b/pages/base/home.vue index 32836db..4be3141 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -123,7 +123,7 @@ - + @@ -2531,7 +2531,7 @@ margin-right: 50rpx; } .market-card { - border: 1px solid #e5e7eb; + border: 1px solid rgba(148, 164, 184, 1.0); border-radius: 20rpx; padding: 24rpx; } @@ -2598,7 +2598,7 @@ margin-right: 50rpx; } .hot-card { - border: 1px solid #e5e7eb; + border: 1px solid rgba(148, 164, 184, 1.0); border-radius: 20rpx; padding: 20rpx; display: flex; @@ -2643,7 +2643,7 @@ font-size: 24rpx; color: #6b7280; padding: 10rpx 0 20rpx 0; - border-bottom: 1px solid #f3f4f6; + border-bottom: 1px solid rgba(148, 164, 184, 1.0); } .sort-icon { font-size: 20rpx; margin-left: 4rpx; } @@ -2653,7 +2653,7 @@ align-items: center; justify-content: space-between; padding: 24rpx 0; - border-bottom: 1px solid #f3f4f6; + border-bottom: 1px solid rgba(148, 164, 184, 1.0); } /* 强制各列宽度分配对齐 */ .col-name { flex: 4; } diff --git a/pages/base/index.vue b/pages/base/index.vue index 05c54e4..13a98e3 100644 --- a/pages/base/index.vue +++ b/pages/base/index.vue @@ -109,12 +109,12 @@ // icon: "static/img/base_qukuai_0.png", // activeIcon: "static/img/base_qukuai_1.png", // }, - // { - // label: this.$t("purchase.a5"), - // tel: "purchase", - // icon: "static/img/base_qukuai_0.png", - // activeIcon: "static/img/base_qukuai_1.png", - // }, + { + label: this.$t("purchase.a5"), + tel: "purchase", + icon: "static/img/base_qukuai_0.png", + activeIcon: "static/img/base_qukuai_1.png", + }, // { // label: this.$t("common.d1"), // tel: "financialManagement",