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
-
-
+
+ Tiktok
@@ -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 @@
-
+ Tiktok
@@ -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 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -116,11 +75,11 @@
.instructions {
width: 750rpx;
min-height: 100vh;
- background-color: black;
+ background-color: $uni-bg-color;
margin: 0 auto;
background-size: 100%;
background-repeat: no-repeat;
- color: white;
+ color: $uni-bg-color-app;
.content {
width: 96%;
diff --git a/pages/prizeDraw/prizeDraw.vue b/pages/prizeDraw/prizeDraw.vue
index 4f3f22a..a1b1a5b 100644
--- a/pages/prizeDraw/prizeDraw.vue
+++ b/pages/prizeDraw/prizeDraw.vue
@@ -3,7 +3,7 @@
-
+
{{ $t('page.prizeDraw.title_1') }}