jialh
2024-12-12 2df0108fa8d914876fc9a6435f9184b3e9bce86c
pages/public/forget.vue
@@ -13,7 +13,7 @@
          <text class="tit">验证码</text>
          <view class="input-with-button">
            <input type="text" v-model="code" placeholder="请输入验证码" maxlength="6" />
            <u-button style="width: 200upx;"  @click="sendCode">{{ codeButtonText }}</u-button>
            <u-button style="width: 200upx;background: #3D9AFF;"  @click="sendCode">{{ codeButtonText }}</u-button>
          </view>
        </view>
        <view class="input-item">
@@ -177,7 +177,7 @@
  }
  .tit {
    width: 150upx!important;
    width: 200upx!important;
    height: 50upx;
    line-height: 56upx;
    font-size: 30upx;
@@ -221,7 +221,7 @@
  line-height: 76upx;
  border-radius: 50px;
  margin-top: 70upx;
  background: $uni-color-primary;
  background: #3D9AFF;
  color: #fff;
  font-size: 32upx;