You need to sign in or sign up before continuing.
index.less 465 Bytes
.bg-gradient {
  background: linear-gradient(#B3DDC9, #B3DDC9) no-repeat;
  /*调整下划线的宽度占百分之百  高度是3px */
  background-size: 100% 1vw;
  /* 调整下划线的起始位置 左侧是0 上边是1.15em */
  background-position: 0 1.1rem;
}

.label-class {
  font-size: 1.05rem;
  color: #333 !important;
  margin-right: 16rpx;
  width: 172rpx;
  text-align: left;
}

.input-class {
  padding-left: 10rpx !important;
  font-size: 1.05rem;
}