This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
}
|
||||
.main .content {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.main .content .logo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.main .content .logo img {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.main .content .logo .title {
|
||||
margin-top: 40px;
|
||||
font-size: 24px;
|
||||
}
|
||||
.main .content .logo .tips {
|
||||
margin-top: 8px;
|
||||
font-size: 16px;
|
||||
color: #707579;
|
||||
}
|
||||
.main .content .password-input {
|
||||
position: relative;
|
||||
width: 408px;
|
||||
margin-top: 48px;
|
||||
}
|
||||
.main .content .password-input:hover .tip {
|
||||
color: #3390ec !important;
|
||||
}
|
||||
.main .content .password-input .input-p {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 54px;
|
||||
padding: 11px 13px;
|
||||
border: 1px solid #dadce0;
|
||||
border-radius: 12px;
|
||||
font-size: 16px;
|
||||
transition: transform 0.15s ease-out, color 0.15s ease-out;
|
||||
outline: none;
|
||||
}
|
||||
.main .content .password-input .input-p:focus {
|
||||
outline: 2px solid #3390ec;
|
||||
}
|
||||
.main .content .password-input .tip {
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
top: 15px;
|
||||
padding: 0 4px;
|
||||
background-color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
transition: transform 0.15s ease-out, color 0.15s ease-out;
|
||||
transform-origin: left center;
|
||||
color: #707579;
|
||||
transform: scale(0.75) translate(-8px, -36px);
|
||||
}
|
||||
.main .content .confirm-btn {
|
||||
margin-top: 44px;
|
||||
outline: none !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
background-color: rgba(74, 149, 214, 0.08);
|
||||
background-size: cover;
|
||||
padding: 10px;
|
||||
color: #3390ec;
|
||||
line-height: 1.2;
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
transition: background-color 0.15s, color 0.15s;
|
||||
text-decoration: none !important;
|
||||
--premium-gradient: linear-gradient(88.39deg, #6C93FF -2.56%, #976FFF 51.27%, #DF69D1 107.39%);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a"><stop stop-color="#38AEEB" offset="0%"/><stop stop-color="#279AD1" offset="100%"/></linearGradient></defs><g fill="none"><circle fill="url(#a)" cx="60" cy="60" r="60"/><path d="M23.775 58.77a3278.85 3278.85 0 0 1 39.27-16.223c18.698-7.454 21.3-8.542 23.828-8.58a4.995 4.995 0 0 1 2.977 1.103c1.058.9 1.38 1.47 1.47 1.972.083.503.075 2.07-.015 2.963-1.013 10.207-4.86 33.78-7.088 45.225-.945 4.837-2.805 6.457-4.605 6.615-3.907.345-6.877-2.475-10.664-4.86-5.925-3.728-7.905-5.1-13.65-8.737-6.653-4.2-3.916-5.663-.128-9.436.99-.982 17.415-15.974 17.662-17.34.21-1.2.286-1.357-.254-1.897-.548-.54-1.2-.473-1.62-.383-.6.128-9.645 5.85-27.15 17.176-2.685 1.777-5.115 2.64-7.298 2.595-2.4-.053-7.027-1.305-10.462-2.378-4.223-1.32-7.575-2.01-7.275-4.245.15-1.163 1.814-2.355 5.002-3.57Z" fill="#FFF"/></g></svg>
|
||||
|
After Width: | Height: | Size: 932 B |
Reference in New Issue
Block a user