更新:登录功能

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,35 @@
@import "./../common/abstracts/_mixin.scss";
@import "./../common/abstracts/variable.scss";
.wot-theme-dark {
@include b(index-anchor) {
background-color: $-color-gray-8;
color: $-color-white;
}
}
// #ifdef MP-DINGTALK
@include b(index-anchor-ding) {
@include when(sticky){
position: sticky;
top: 0;
left: 0;
z-index: 1;
}
}
// #endif
@include b(index-anchor) {
background-color: $-color-gray-2;
padding: 10px;
font-size: 14px;
color: $-color-title;
@include when(sticky){
position: sticky;
top: 0;
left: 0;
z-index: 1;
}
}