修复登陆页图像拉升 和 问题
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
text-align: left;
|
||||
padding: 12px 24px 36px 24px;
|
||||
padding: 12px 0px 36px 0px;
|
||||
|
||||
.main_title {
|
||||
font-family: "PingFang SC";
|
||||
@@ -249,6 +249,8 @@
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border-radius: 12px;
|
||||
padding: 10px 12px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.06);
|
||||
|
||||
.phone_input {
|
||||
@@ -256,11 +258,13 @@
|
||||
font-family: "PingFang SC";
|
||||
font-weight: 500;
|
||||
font-size: 20px;
|
||||
line-height: 1.6;
|
||||
line-height: 32px;
|
||||
height: 32px;
|
||||
color: #000000;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
box-sizing: border-box;
|
||||
|
||||
&::placeholder {
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
@@ -313,11 +317,13 @@
|
||||
font-family: "PingFang SC";
|
||||
font-weight: 500;
|
||||
font-size: 20px;
|
||||
line-height: 1.6;
|
||||
line-height: 32px;
|
||||
height: 32px;
|
||||
color: #000000;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
box-sizing: border-box;
|
||||
|
||||
&::placeholder {
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
@@ -347,7 +353,10 @@
|
||||
width: 120px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
padding: 12px 2px;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
background: #000000;
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
@@ -355,7 +364,7 @@
|
||||
font-family: "PingFang SC";
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
line-height: 1;
|
||||
color: #ffffff;
|
||||
box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(32px);
|
||||
|
||||
Reference in New Issue
Block a user