3 days ago 584860d11b454774b60c71b63d221b5481c0f3bd
src/page/register.vue
@@ -92,7 +92,7 @@
      style="margin-top: .23rem;display:flex;justify-content:flex-end"
      >
      <div
      :style="{'font-size':'.2rem', color:$state.theme =='red'?'#000':'#86CBD1'}"
      :style="{'font-size':'.2rem', color:$state.theme =='red'?'#000':'#00f0ff'}"
      >已有账号?<span
          :style="{color:$state.theme =='red'?'#BB1815':'#fff'}" 
      @click="goLogin">返回登录</span></div>
@@ -455,13 +455,13 @@
        height: auto;
        margin-top: .3rem;
        font-size: .18rem;
        color: #86CBD1;
        color: #00f0ff;
      }
      &.submit-model {
        height: .66rem;
        line-height: .66rem;
        margin-top: .3rem;
        background-color: #024DA1;
        background-color: #00f0ff;
        border-radius: .33rem;
        color: #FFFFFF;
        font-size: .24rem;