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

@ -470,23 +470,23 @@ button:before {
.br-f9 {
border: 2rpx solid #f9f9f9 !important;
border: 2rpx solid #f1f1f1 !important;
}
.br-b-f9 {
border-bottom: 2rpx solid #f9f9f9 !important;
border-bottom: 2rpx solid #f1f1f1 !important;
}
.br-t-f9 {
border-top: 2rpx solid #f9f9f9 !important;
border-top: 2rpx solid #f1f1f1 !important;
}
.br-l-f9 {
border-left: 2rpx solid #f9f9f9 !important;
border-left: 2rpx solid #f1f1f1 !important;
}
.br-r-f9 {
border-right: 2rpx solid #f9f9f9 !important;
border-right: 2rpx solid #f1f1f1 !important;
}
.br-e {
@ -731,7 +731,7 @@ button:before {
}
.bg-grey-f9 {
background-color: #f9f9f9 !important;
background-color: #f1f1f1 !important;
}
.bg-base {

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;

View File

@ -70,7 +70,7 @@ $-color-black:#000;
border:1px solid #ccc;
font-size: 16px;
font-weight: 200;
background-color: #F9F9F9;
background-color: #f1f1f1;
// TODO 暂时处理边框隐藏一边的问题
overflow: visible;
&::after{