更新:登录功能

This commit is contained in:
2025-11-04 12:37:04 +08:00
commit a21fb92916
897 changed files with 51500 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
@import '../common/abstracts/variable';
@import '../common/abstracts/mixin';
.wot-theme-dark {
background-color: $-dark-background2;
@include b(status-tip) {
@include e(text) {
color: $-dark-color3;
}
}
}
@include b(status-tip) {
padding: $-statustip-padding;
width: 100%;
margin: 0 auto;
color: $-statustip-color;
font-size: $-statustip-fs;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
@include edeep(image) {
margin: 0 auto;
width: 160px;
height: 160px;
}
@include e(text) {
margin: 20px auto 0;
font-size: $-statustip-fs;
line-height: $-statustip-line-height;
color: $-statustip-color;
text-align: center;
overflow-wrap: break-word;
}
}