🆗 添加2025年调休与节假日配置

🆗 调整样式兼容手机端访问
This commit is contained in:
2024-11-29 16:04:56 +08:00
parent 1d94c923bd
commit 25d326e4a7
9 changed files with 163 additions and 20 deletions

View File

@@ -208,6 +208,7 @@ body {
scroll-behavior: smooth;
padding: 30px 40px;
overflow: auto;
scrollbar-width: none;
}
.search-menu {
@@ -368,11 +369,11 @@ body {
opacity: 1;
visibility: visible;
z-index: 101;
left: 33%;
left: 50%;
top: 40%;
margin-left: -100px;
margin-top: -100px;
position: absolute;
margin: auto 0;
transform: translate(-50%, -50%);
}
.userinfo_dialog > div > .alert-inline {
@@ -595,7 +596,7 @@ body > div > div.userinfo_dialog > div > div > div input {
.job-cards {
padding-top: 20px;
padding-right: 80px;
/*padding-right: 80px;*/
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 25px;
@@ -603,14 +604,36 @@ body > div > div.userinfo_dialog > div > div > div input {
-webkit-animation: slideY .6s both;
animation: slideY .6s both;
}
@media screen and (max-width: 1212px) {
@media screen and (max-width: 480px) {
.job-cards {
grid-template-columns: repeat(1, 1fr);
}
#autodaka {
display: none;
}
#user-head {
display: none;
}
.userinfo_dialog {
width: 88% !important;
}
.wrapper {
padding: 0 20px;
}
}
@media screen and (max-width: 930px) {
@media screen and (max-width: 1080px) {
.job-cards {
grid-template-columns: repeat(1, 1fr);
grid-template-columns: repeat(2, 1fr);
}
.userinfo_dialog {
width: 60%;
}
}
@@ -703,6 +726,7 @@ body > div > div.userinfo_dialog > div > div > div input {
justify-content: space-between;
width: 100%;
margin-top: 4px;
flex-flow: column;
}
#logout-div .random-buttons {
border-radius: 8px;
@@ -1286,4 +1310,8 @@ h1 + .headingOuter {
}
.toggle--switch .toggle--checkbox:checked + .toggle--btn .toggle--feature:after {
right: -60%;
}
.coco-msg-stage {
top: 80px !important;
}