Browse Source

更新首页背景颜色

master
torsenli 4 years ago
parent
commit
3a55f263d3
  1. 2
      src/views/signUp/agent.vue
  2. 2
      src/views/signUp/index.vue

2
src/views/signUp/agent.vue

@ -636,7 +636,7 @@ div.verify-code {
width: 48px; width: 48px;
height: 48px; height: 48px;
text-align: center; text-align: center;
@include font(OpenSans-Regular, 22, 32, #fff); @include font(OpenSans-Regular, 22, 32, #000000);
} }
} }
} }

2
src/views/signUp/index.vue

@ -616,7 +616,7 @@ div.verify-code {
width: 48px; width: 48px;
height: 48px; height: 48px;
text-align: center; text-align: center;
@include font(OpenSans-Regular, 22, 32, #fff); @include font(OpenSans-Regular, 22, 32, #000000);
} }
} }
} }

Loading…
Cancel
Save