diff --git a/src/views/signUp/agent.vue b/src/views/signUp/agent.vue
index ae33b01..dc0d50d 100644
--- a/src/views/signUp/agent.vue
+++ b/src/views/signUp/agent.vue
@@ -20,7 +20,7 @@
-
@@ -636,7 +636,7 @@ div.verify-code {
width: 48px;
height: 48px;
text-align: center;
- @include font(OpenSans-Regular, 22, 32, #fff);
+ @include font(OpenSans-Regular, 22, 32, #000000);
}
}
}
diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue
index e91b2af..266233c 100644
--- a/src/views/signUp/index.vue
+++ b/src/views/signUp/index.vue
@@ -616,7 +616,7 @@ div.verify-code {
width: 48px;
height: 48px;
text-align: center;
- @include font(OpenSans-Regular, 22, 32, #fff);
+ @include font(OpenSans-Regular, 22, 32, #000000);
}
}
}