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.
69 lines
1.4 KiB
69 lines
1.4 KiB
/* pages/teacherHomePage/teacherHomePage.wxss */
|
|
.container {
|
|
display: grid;
|
|
background-image: url(https://img-bsy.txrpic.com/preview/element/00/01/20/69/E-1206900-A017A89D.jpg?imageMogr2/quality/90/thumbnail/!800x%3E);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 100%;
|
|
padding: 20px;
|
|
}
|
|
|
|
.back-button {
|
|
display: flex;
|
|
background-color: #ff000000;
|
|
color: gray;
|
|
padding: 4px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.choose-button {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #53aec57e;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-bottom: 3%;
|
|
margin-top: 30%;
|
|
}
|
|
|
|
.record-button {
|
|
width: 100%;
|
|
background-color: #53aec57e;
|
|
display: flex;
|
|
justify-content: center;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-top: 3%;
|
|
}
|
|
|
|
.name-button {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #53aec57e;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-top: 3%;
|
|
}
|
|
|
|
.rules-button {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #53aec57e;
|
|
color: white;
|
|
padding: 30px;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
margin-top: 3%;
|
|
} |