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.
41 lines
786 B
41 lines
786 B
/* pages/RulesList/RulesList.wxss */
|
|
.container {
|
|
display: grid;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 100%;
|
|
padding: 20px;
|
|
background-color: rgba(231, 241, 248, 0.932);
|
|
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;
|
|
}
|
|
|
|
.onerow-button {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 30%;
|
|
}
|
|
|
|
.tworow-button {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.button-face {
|
|
width: 100%;
|
|
border: 0.1px solid gray;
|
|
border-radius: 5px;
|
|
color: rgba(0, 0, 0, 0.596);
|
|
} |