diff --git a/src/views/index.vue b/src/views/index.vue index d3a86b7..7e52b7a 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -176,7 +176,7 @@ const activeStyle = (index) => { .block-item { cursor: pointer; padding: 10px; - background: #ffffff; + // background: #ffffff; border: 1px solid #e6e6e6; box-shadow: 0px 5px 10px 0px #dadeeb; & > div { @@ -203,7 +203,7 @@ const activeStyle = (index) => { align-items: center; justify-content: space-between; font-size: 13px; - color: #333; + color: #909399; } } }