47 lines
761 B
CSS
47 lines
761 B
CSS
|
.loginpage-body {
|
||
|
/* display: flex; */
|
||
|
/* height: 975px; */
|
||
|
}
|
||
|
|
||
|
.loginpage-bodyL {
|
||
|
background: white;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
|
||
|
}
|
||
|
|
||
|
.loginpage-bodyR {
|
||
|
background: white;
|
||
|
}
|
||
|
|
||
|
.loginpage-bodyL-btn {
|
||
|
display: flex;
|
||
|
margin-top: 65px;
|
||
|
margin-bottom: 192px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.seeButton {
|
||
|
width: 107px;
|
||
|
height: 37px;
|
||
|
background: #F2F2F2;
|
||
|
border: 1px solid #EDEDED;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
font-size: 16px;
|
||
|
color: #65615C;
|
||
|
}
|
||
|
|
||
|
.upButton {
|
||
|
width: 132px;
|
||
|
height: 37px;
|
||
|
background: #FF9F08;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
font-size: 16px;
|
||
|
color: #FFFFFF;
|
||
|
margin-left: 19px;
|
||
|
}
|