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.
40 lines
753 B
40 lines
753 B
/* pages/studentList/studentList.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/30/05636aff4127153.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
}
|
|
|
|
.back-button {
|
|
display: flex;
|
|
background-color: #ff000000;
|
|
color: gray;
|
|
padding: 4px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.puts-button {
|
|
width: 100%;
|
|
background-color: #53aec57e;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-top: 60%;
|
|
}
|
|
|
|
.read-button {
|
|
width: 100%;
|
|
background-color: #53aec57e;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-top: 3%;
|
|
} |