diff --git a/components/center/center.vue b/components/center/center.vue index f430f68..265b977 100644 --- a/components/center/center.vue +++ b/components/center/center.vue @@ -15,8 +15,8 @@ @click="$emit('close')"> x - - + @@ -379,6 +379,12 @@ width: 600rpx; overflow: scroll; height: 100vh; + + .logo{ + color: uni-bg-color-app; + font-weight: bold; + font-size: 32rpx; + } .line { display: flex; diff --git a/pages/home/home.vue b/pages/home/home.vue index 66b85b7..26e206e 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -8,7 +8,7 @@ @@ -282,10 +282,9 @@ } .logo { - - image { - width: 260rpx; - } + color: uni-bg-color-app; + font-weight: bold; + font-size: 32rpx; } .sign { diff --git a/pages/instructions/instructions.vue b/pages/instructions/instructions.vue index 9f45ada..67e9de0 100644 --- a/pages/instructions/instructions.vue +++ b/pages/instructions/instructions.vue @@ -2,47 +2,6 @@