yangyin
2024-07-23 0e91f622ec33a28b47a46204996462a2b7643fe1
login/login/index.wxss
@@ -9,13 +9,26 @@
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-color: #F6F8FA;
}
.login-log{
  background-color:#2567E8 ;
}
.inputBg {
  margin-top: 0px;
  width: 100%;
  height: 390px;
  position: absolute;
  top: 34%;
  padding: 48rpx;
}
.set-content-bg{
  width: 654rpx;
  height: 100%;
  background-color: #fff;
  padding: 30rpx;
  border-radius: 20rpx;
}
.inputView {
  float: left;
  display: flex;
@@ -77,8 +90,9 @@
.loginBtnView {
  width: 100%;
  height: auto;
  background-color: #efeff4;
  background: rgb(29, 97, 231);
  margin-top: 0px;
  border-radius: 10rpx;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@@ -86,8 +100,7 @@
.loginBtnReal {
  width: 80%;
  margin-top: 25px;
  background-color: #39b5de;
  color: #39b5de;
  color:  rgb(29, 97, 231);
  border-radius: 0px;
}
@@ -137,8 +150,9 @@
}
.textStyle {
  background-image: -webkit-linear-gradient(bottom, #1ae8c8, #4a8aff);
  background: linear-gradient(bottom, #1ae8c8, #4a8aff);
  /* background-image: -webkit-linear-gradient(bottom, #1ae8c8, #4a8aff);
  background: linear-gradient(bottom, #1ae8c8, #4a8aff); */
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
@@ -152,7 +166,8 @@
  margin-bottom: 20px;
}
.psdBox {
    margin: 14rpx 20rpx 28rpx 20rpx
    margin: 24rpx 20rpx 28rpx 20rpx;
    min-height:60rpx;
}
checkbox .wx-checkbox-input {
    width: 28rpx;