17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
|
|
.content {
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
.line {
|
|
width: 90%;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
border-bottom: 0.86px solid #e3e3e3;
|
|
}
|