Merge pull request #666 from wfnuser/enhancement/login-ui-enhancement

fix the style
This commit is contained in:
yanlinly 2019-01-21 14:18:47 +08:00 committed by GitHub
commit a63910940a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ $contentWidth: 1280px;
width: 480px; width: 480px;
height: 540px; height: 540px;
top: 90px; top: 90px;
border: 0px;
input, input,
input::-webkit-input-placeholder { input::-webkit-input-placeholder {
font-size: 16px; font-size: 16px;
@ -49,6 +50,7 @@ $contentWidth: 1280px;
font-size: 16px; font-size: 16px;
background: #4190ff 100%; background: #4190ff 100%;
color: white; color: white;
border: 0px;
} }
} }
} }
@ -88,6 +90,7 @@ $contentWidth: 1280px;
position: absolute; position: absolute;
left: 0; left: 0;
top: 50%; top: 50%;
margin-top: -47px;
transform: translateY(-50%); transform: translateY(-50%);
} }
.product-area { .product-area {