You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.3 KiB
70 lines
1.3 KiB
2 months ago
|
/* pages/login/login.wxss */
|
||
|
.container {
|
||
|
display: grid;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
height: 100%;
|
||
|
padding: 20px;
|
||
|
background-image: url(https://bpic.588ku.com/back_pic/06/19/09/2263452c01ca3e6.jpg);
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: 100% 100%;
|
||
|
background-position: center;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 50px;
|
||
|
font-weight: bold;
|
||
|
color: rgba(255, 255, 255, 0.884);
|
||
|
text-align: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.middle-title {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
font-weight: bold;
|
||
|
font-size: 20px;
|
||
|
color: rgba(255, 255, 255, 0.788);
|
||
|
margin-top: 3%;
|
||
|
}
|
||
|
|
||
|
.input-group {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
margin-top: 30%;
|
||
|
}
|
||
|
|
||
|
.input-group1 {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
margin-top: 3%;
|
||
|
}
|
||
|
|
||
|
.input-field {
|
||
|
width: 100%;
|
||
|
padding: 15px;
|
||
|
font-size: 20px;
|
||
|
border: 1px solid rgba(255, 255, 255, 0);
|
||
|
border-radius: 10px;
|
||
|
background-color: white;
|
||
|
opacity: 0.75;
|
||
|
}
|
||
|
|
||
|
.getin-button {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-top: 5%;
|
||
|
margin-right: 4%;
|
||
|
margin-left: 4%;
|
||
|
}
|
||
|
|
||
|
.login-button {
|
||
|
width: 100%;
|
||
|
background-color: rgba(0, 255, 255, 0.664);
|
||
|
padding: 10px;
|
||
|
border-radius: 10px;
|
||
|
font-size: 16px;
|
||
|
}
|