Merge branch 'main' of http://18.167.251.121:10003/aidlab/lanecarford_front
This commit is contained in:
@@ -124,7 +124,7 @@ const handleConfirm = async () => {
|
||||
font-size: 5.6rem;
|
||||
width: 32.5rem;
|
||||
height: 8.1rem;
|
||||
border: 2px solid #fff;
|
||||
border: .2rem solid #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -133,7 +133,7 @@ const handleConfirm = async () => {
|
||||
}
|
||||
.entry-btn {
|
||||
position: absolute;
|
||||
border: 2px solid #fff;
|
||||
border: .2rem solid #fff;
|
||||
bottom: 10.3rem;
|
||||
right: 5.5rem;
|
||||
height: 9rem;
|
||||
@@ -146,7 +146,7 @@ const handleConfirm = async () => {
|
||||
.back-container {
|
||||
width: 7.3rem;
|
||||
height: 7.3rem;
|
||||
border: 2px solid #fff;
|
||||
border: .2rem solid #fff;
|
||||
border-radius: 1.8rem;
|
||||
font-size: 4.3rem;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
@@ -184,7 +184,7 @@ const handleConfirm = async () => {
|
||||
|
||||
.glass-form {
|
||||
height: 84.8rem;
|
||||
border: 2px solid #ffffff;
|
||||
border: .2rem solid #ffffff;
|
||||
border-radius: 4.7rem;
|
||||
margin: 0 14.2rem;
|
||||
padding: 8.2rem 7.9rem;
|
||||
@@ -215,7 +215,7 @@ const handleConfirm = async () => {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
line-height: 10rem;
|
||||
border: 2px solid #fff;
|
||||
border: .2rem solid #fff;
|
||||
border-radius: 7rem;
|
||||
padding: 0 5.5rem;
|
||||
color: #fff;
|
||||
@@ -240,7 +240,7 @@ const handleConfirm = async () => {
|
||||
font-size: 4rem;
|
||||
font-family: 'satoshiRegular';
|
||||
cursor: pointer;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 .2rem 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
.copyright {
|
||||
|
||||
Reference in New Issue
Block a user