UI
Some checks failed
Tech / explore-gitea-actions (push) Has been cancelled

This commit is contained in:
SpecialX
2025-08-31 11:29:26 +08:00
parent 017cc2169c
commit c59762a392
65 changed files with 3996 additions and 330 deletions

View File

@@ -0,0 +1,29 @@
.page-container {
width: 100%;
height: 100%; /* <20>ӿڸ߶ȣ<DFB6>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĸ߶<C4B8><DFB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԫ<EFBFBD><D4AA> */
display: flex;
flex-direction: column; /* <20><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԫ<EFBFBD><D4AA> */
align-items: center; /* ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD> */
justify-content: center; /* <20><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD> */
background-color: white;
}
.mud-paper-full-width {
width: 80%; /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>paper<65>Ŀ<EFBFBD><C4BF><EFBFBD> */
height: auto;
padding: 20px;
}
.mud-paper-80-percent-centered {
width: 80%;
min-height: 80%;
padding: 0px;
margin: 0 auto;
background-color: #959dff;
border: 1px solid #ccc;
display: flex;
align-items: center;
border-radius: 40px;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}