Initial commit
This commit is contained in:
131
src/pages/U2/u2.css
Normal file
131
src/pages/U2/u2.css
Normal file
@@ -0,0 +1,131 @@
|
||||
.u2-root {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 45%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.u2-title {
|
||||
width: 875px;
|
||||
height: 60px;
|
||||
overflow-wrap: break-word;
|
||||
color: rgba(0, 45, 93, 1);
|
||||
font-size: 57px;
|
||||
font-family: NotoSansCJKsc-Bold;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.u2-info-card {
|
||||
position: relative;
|
||||
margin: 40px auto 0 auto;
|
||||
width: 896px;
|
||||
height: 607px;
|
||||
background: url(../../assets/u2-card.png) 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 40px 48px;
|
||||
}
|
||||
|
||||
.u2-avatar {
|
||||
max-width: 290px;
|
||||
height: auto;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.u2-details-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.u2-detail-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.u2-detail-bar {
|
||||
width: 6px;
|
||||
height: 39px;
|
||||
background: rgba(0, 45, 93, 0.9);
|
||||
border-radius: 3px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.u2-detail-text {
|
||||
color: rgba(0, 45, 93, 1);
|
||||
font-size: 35px;
|
||||
font-family: NotoSansCJKsc-Regular;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.u2-user-details {
|
||||
width: 435px;
|
||||
height: auto;
|
||||
overflow-wrap: break-word;
|
||||
color: rgba(0, 45, 93, 1);
|
||||
font-size: 35px;
|
||||
font-family: NotoSansCJKsc-Regular;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
line-height: 42px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.u2-decor-1 {
|
||||
position: absolute;
|
||||
left: 249px;
|
||||
top: 452px;
|
||||
width: 398px;
|
||||
height: 209px;
|
||||
}
|
||||
|
||||
.u2-decor-2 {
|
||||
position: absolute;
|
||||
left: 381px;
|
||||
top: -47px;
|
||||
width: 124px;
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
.u2-instruction {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 15%;
|
||||
color: rgba(0, 45, 93, 1);
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.u2-asterisk {
|
||||
color: red;
|
||||
margin-right: 8px;
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.u2-confirm-section {
|
||||
width: 896px;
|
||||
margin: 32px auto 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.u2-semicircle {
|
||||
position: absolute;
|
||||
left: 27%;
|
||||
transform: translateX(-50%);
|
||||
top: 810px;
|
||||
width: 578px;
|
||||
height: 588px;
|
||||
z-index: -1;
|
||||
}
|
||||
Reference in New Issue
Block a user