wujingjing
2024-08-06 0dc8bb825b1fb47e0f477a6e4dc93638b2dedf95
miniprogram/pages/login/login.scss
@@ -1,16 +1,29 @@
/* pages/login/login.wxss */
.van-empty__image {
  display: flex;
  justify-content: center;
  align-items: center;
$activeTabColor:#3884f6;
.login-page {
  .van-tabs__line {
    background-color: $activeTabColor;
  }
  .van-tab--active {
    color: $activeTabColor;
  }
  .login-panel {
    input,
    .van-field__button {
      height: 30rpx !important;
    }
  }
}
.van-empty__image__img {
  width: 180rpx !important;
  height: 180rpx !important;
.sms-send-btn {
  color: #027aff;
}
.van-empty__description {
  margin-top: -40rpx !important;
}
.sms-send-btn :active {
  color: #0661c9;
}