This commit is contained in:
gyq
2025-05-06 11:13:28 +08:00
parent 26fec10570
commit 6ac44f6a63
4 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ page {
.form-content .verify {
height: 50px;
line-height: 50px;
background: #F9F9F9;
background: #f1f1f1;
border-radius: 25px;
border: 0;
}
@@ -54,15 +54,15 @@ page {
/* //这个地方的颜色是字体颜色,可以根据实际情况修改 */
/* -webkit-text-fill-color: #ededed !important; */
/* //设置input输入框的背景颜色为透明色 */
-webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset !important;
-webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
/* //设置input输入框的背景颜色为透明色 */
background-color: #f9f9f9;
background-color: #f1f1f1;
background-image: none;
transition: background-color 50000s ease-in-out 0s;
}
.form-content .code ::v-deep .uni-input-input:-webkit-autofill {
/* //设置input输入框的背景颜色为透明色 */
background-color: #f9f9f9;
background-color: #f1f1f1;
background-image: none;
transition: background-color 50000s ease-in-out 0s;
}

View File

@@ -6,7 +6,7 @@
.password .form-item {
height: 100rpx;
line-height: 100rpx;
background: #F9F9F9;
background: #f1f1f1;
border-radius: 50rpx;
border: 0;
padding: 0 36rpx;