diff --git a/pagesInn/components/jin-edit/homeList.vue b/pagesInn/components/jin-edit/homeList.vue
index bd5852f..f66523b 100644
--- a/pagesInn/components/jin-edit/homeList.vue
+++ b/pagesInn/components/jin-edit/homeList.vue
@@ -15,7 +15,7 @@
{{ item.name }}
- 点击进入{{ item.id }}
+ 点击进入
@@ -69,7 +69,7 @@ export default {
.enter-btn{
width: 118rpx;
height: 42rpx;
- background: #0DC5C5;
+ background: #BD3124;
border-radius: 22rpx;
padding: 2rpx 10rpx;
text-align: center;
@@ -95,7 +95,7 @@ export default {
left: 0;
width: 100%;
height: 5px;
- background-color: #0DC5C5;
+ background-color: #BD3124;
border-radius: 20rpx;
opacity: 0.5;
}