diff --git a/components/base/m-navbar.vue b/components/base/m-navbar.vue index 2a300d1..3f17b4a 100644 --- a/components/base/m-navbar.vue +++ b/components/base/m-navbar.vue @@ -30,12 +30,12 @@ width: 100%; height: 90rpx; // background: linear-gradient(to right, #4899a6, #6fc6ad); - background: black; + // background: black; border-bottom: 1px solid #ccc; display: flex; justify-content: center; align-items: center; - color: #fff; + // color: #fff; font-size: 26rpx; z-index: 9999; .leftClick{ diff --git a/components/center/center.vue b/components/center/center.vue index c999286..a3e88d7 100644 --- a/components/center/center.vue +++ b/components/center/center.vue @@ -1,5 +1,5 @@