system-copyright-react/src/route/proj/edit/proj-config-loginpage.css
2024-06-17 16:35:28 +08:00

140 lines
2.5 KiB
CSS

.loginpage-body {
/* display: flex; */
/* height: 975px; */
/* height: 975px; */
}
.loginpage-bodyL {
background: white;
display: flex;
flex-direction: column;
align-items: center;
/* height: 975px; */
/* height: 1500px; */
/* border-right: 1px solid rgb(231, 231, 231); */
padding: 0;
}
.loginpage-bodyR {
/* background: white; */
}
.loginpage-bodyL-btn {
display: flex;
margin-top: 35px;
/* 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;
cursor: pointer; */
}
.upButton {
/* width: 132px;
height: 37px;
background: #FF9F08;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: #FFFFFF; */
margin-left: 19px;
/* 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;
color: #a8a8a8;
}
.select-loginPage {
/* height: 547px; */
/* width: 491px;
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; */
padding: 0 21px 0 21px;
box-sizing: border-box;
width: 100%;
height: 200px;
/* background-color: pink; */
margin-top: 20px;
display: flex;
}
.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;
}