From 2e670ecaaa721dc39e8b9184f8a5e66020013baa Mon Sep 17 00:00:00 2001 From: hhx <1284857778@qq.com> Date: Fri, 11 Mar 2022 15:45:42 +0800 Subject: [PATCH] commit --- 04.系统编码/App/Content/styles/login.css | 6 ++++++ .../App/Content/styles/register.css | 20 +++++++++++++++---- 04.系统编码/App/Content/styles/reset.css | 9 +-------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/04.系统编码/App/Content/styles/login.css b/04.系统编码/App/Content/styles/login.css index 3b0ac72..3b1798c 100644 --- a/04.系统编码/App/Content/styles/login.css +++ b/04.系统编码/App/Content/styles/login.css @@ -96,4 +96,10 @@ color: #ffffff; border-radius: 5px; background: linear-gradient(#7bebff, #0367c4, #35a1fd); +} + +.login-block input::-webkit-input-placeholder, +.login-block input:-ms-input-placeholder, +.login-block input:-moz-placeholder { + font-size: 16px !important; } \ No newline at end of file diff --git a/04.系统编码/App/Content/styles/register.css b/04.系统编码/App/Content/styles/register.css index 4d98337..851ecc8 100644 --- a/04.系统编码/App/Content/styles/register.css +++ b/04.系统编码/App/Content/styles/register.css @@ -77,9 +77,9 @@ display: block; line-height: 44px; border: 1px solid #0687cd; - border-radius: 5px; - color: #97e1ff; + border-radius: 3px; font-size: 16px; + color: #97e1ff; background-color: rgba(6, 135, 205, 0.2); } @@ -120,7 +120,7 @@ cursor: pointer; font-size: 16px; color: #ffffff; - border-radius: 5px; + border-radius: 3px; background: linear-gradient(#7bebff, #0367c4, #35a1fd); } @@ -131,7 +131,8 @@ } .org-select .textbox .textbox-prompt { - color: #7f90a2; + color: #25568c; + font-size: 14px; } .org-select .textbox .textbox-text { @@ -145,4 +146,15 @@ background: url("../images/drop-down.png") no-repeat; background-size: 20px 20px; background-position-y: 9px; +} + +.register-block input::-webkit-input-placeholder, +.register-block input:-ms-input-placeholder, +.register-block input:-moz-placeholder { + font-size: 16px; +} + +input:-internal-autofill-previewed, +input:-internal-autofill-selected { + -webkit-text-fill-color: #97e1ff !important; } \ No newline at end of file diff --git a/04.系统编码/App/Content/styles/reset.css b/04.系统编码/App/Content/styles/reset.css index 0ba3569..c9475a6 100644 --- a/04.系统编码/App/Content/styles/reset.css +++ b/04.系统编码/App/Content/styles/reset.css @@ -118,10 +118,7 @@ input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #25568c; font-size: 14px; } -input::-moz-placeholder { /* Mozilla Firefox 19+ */ - color: #25568c; - font-size: 14px; -} + input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #25568c; font-size: 14px; @@ -135,10 +132,6 @@ textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #25568c; font-size: 14px; } -textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ - color: #25568c; - font-size: 14px; -} textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #25568c; font-size: 14px;