parent
156b984599
commit
f049f164b4
After Width: | Height: | Size: 394 KiB |
After Width: | Height: | Size: 392 KiB |
@ -0,0 +1,185 @@
|
||||
.page {
|
||||
height: 100vh;
|
||||
background: url('./img/bg.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.box {
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
background: #ffffff;
|
||||
border-radius: 20px;
|
||||
display: flex;
|
||||
|
||||
.left {
|
||||
width: 380px;
|
||||
height: 100%;
|
||||
background: url('./img/l.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
letter-spacing: 2px;
|
||||
text-align: center;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.right {
|
||||
width: 420px;
|
||||
height: 100%;
|
||||
|
||||
.one {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
> span {
|
||||
width: 144px;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #464f66;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
div {
|
||||
color: #e30000;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 32px;
|
||||
|
||||
i {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
margin-top: 82px;
|
||||
width: 240px;
|
||||
height: 40px;
|
||||
background: #165dff;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
aside {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #464f66;
|
||||
}
|
||||
}
|
||||
|
||||
.two {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
> span {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #464f66;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
div {
|
||||
width: 340px;
|
||||
font-size: 14px;
|
||||
color: #464f66;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 340px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
button {
|
||||
margin-top: 20px;
|
||||
width: 340px;
|
||||
height: 40px;
|
||||
background: #165dff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
aside {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #464f66;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 340px;
|
||||
font-size: 14px;
|
||||
color: #9096a3;
|
||||
text-align: right;
|
||||
margin-top: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.three {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
> span {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #464f66;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
div {
|
||||
width: 340px;
|
||||
font-size: 14px;
|
||||
color: #464f66;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
|
||||
input {
|
||||
width: 250px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
> button {
|
||||
width: 80px;
|
||||
height: 40px;
|
||||
border-radius: 4px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
> button {
|
||||
margin-top: 20px;
|
||||
width: 340px;
|
||||
height: 40px;
|
||||
background: #165dff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
aside {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #464f66;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 340px;
|
||||
font-size: 14px;
|
||||
color: #9096a3;
|
||||
text-align: right;
|
||||
margin-top: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,51 +0,0 @@
|
||||
.page {
|
||||
background-color: #fff;
|
||||
padding: 40px 118px;
|
||||
|
||||
sup {
|
||||
color: red;
|
||||
margin-top: 10px;
|
||||
margin-right: 4px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 32px;
|
||||
|
||||
b {
|
||||
width: 6px;
|
||||
height: 20px;
|
||||
background: #464f66;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
color: #232b40;
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #464f66;
|
||||
margin-bottom: 30px;
|
||||
|
||||
span {
|
||||
color: #e30000;
|
||||
}
|
||||
}
|
||||
|
||||
.box3 {
|
||||
border-top: 1px solid #e3e4e6;
|
||||
border-bottom: 1px solid #e3e4e6;
|
||||
margin-top: 20px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 37 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue