system-copyright-react/src/route/proj/edit/proj-config-loginpage.css

131 lines
2.3 KiB
CSS
Raw Normal View History

2024-05-16 18:00:57 +08:00
.loginpage-body {
/* display: flex; */
/* height: 975px; */
2024-05-21 11:21:34 +08:00
/* height: 975px; */
2024-05-16 18:00:57 +08:00
}
.loginpage-bodyL {
background: white;
display: flex;
flex-direction: column;
align-items: center;
2024-05-21 11:21:34 +08:00
/* height: 975px; */
/* height: 1500px; */
padding: 0;
2024-05-16 18:00:57 +08:00
}
.loginpage-bodyR {
2024-05-21 11:21:34 +08:00
/* background: white; */
2024-05-16 18:00:57 +08:00
}
.loginpage-bodyL-btn {
display: flex;
2024-05-21 11:21:34 +08:00
margin-top: 35px;
/* margin-bottom: 192px; */
2024-05-16 18:00:57 +08:00
}
.seeButton {
2024-05-21 11:21:34 +08:00
/* width: 107px;
2024-05-16 18:00:57 +08:00
height: 37px;
background: #F2F2F2;
border: 1px solid #EDEDED;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: #65615C;
2024-05-21 11:21:34 +08:00
cursor: pointer; */
2024-05-16 18:00:57 +08:00
}
.upButton {
2024-05-21 11:21:34 +08:00
/* width: 132px;
2024-05-16 18:00:57 +08:00
height: 37px;
background: #FF9F08;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
2024-05-21 11:21:34 +08:00
color: #FFFFFF; */
2024-05-16 18:00:57 +08:00
margin-left: 19px;
2024-05-21 11:21:34 +08:00
/* cursor: pointer; */
}
.setloginpage-right {
background-color: white;
padding: 22px 15px 19px 19px;
/* height: 1500px; */
box-sizing: border-box;
/* overflow: auto; */
}
.setloginpage-title {
font-family: PingFang SC;
font-weight: bold;
font-size: 20px;
color: #323232;
margin-left: 7px;
margin-bottom: 23px;
}
.setloginpage-formitem {
display: flex;
/* margin-top: 23px; */
/* margin-top: -10px; */
}
.setloginpage-formitem-title {
width: 70px;
height: 38px;
line-height: 38px;
/* background-color: red; */
margin-right: 9px;
font-family: PingFang SC;
font-weight: 400;
font-size: 16px;
color: #5C6065;
margin-left: 21px;
}
.right-formitem-title {
margin-left: 10px;
}
.username-uerpassword {
width: 452px;
height: 109px;
background: #F7F8FA;
padding-top: 17px;
margin-left: 17px;
}
.select-loginPage {
width: 491px;
/* height: 547px; */
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(151, 151, 151, 0.18);
border-radius: 3px;
border: 1px solid #F1F1F1;
margin-top: 58px;
padding:24px 0 24px 20px;
box-sizing: border-box;
}
.select-loginPage-title {
font-family: PingFang SC;
font-weight: bold;
font-size: 20px;
color: #323232;
margin-bottom: 32px;
}
.select-loginPage-imgs{
/* border: 1px solid red; */
max-height: 362px;
overflow: auto;
2024-05-16 18:00:57 +08:00
}