no message

This commit is contained in:
A1300399510 2024-11-26 17:00:50 +08:00
parent d139c43938
commit 914d306a98
7 changed files with 57 additions and 15 deletions

View File

@ -908,7 +908,7 @@
}
.content .details-box .degree {
text-align: center;
padding: 16px 0 24px;
padding: 16px 0 21px;
}
.content .details-box .degree .title {
width: 103px;
@ -931,7 +931,7 @@
font-size: 16px;
color: #000000;
line-height: 34px;
margin-bottom: 10px;
margin-bottom: 8px;
}
.content .details-box .degree .english {
font-size: 14px;
@ -1617,3 +1617,24 @@
.upglide {
margin-top: 0;
}
.load-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
animation: fadeBackground 2s infinite;
}
@keyframes fadeBackground {
0% {
background-color: rgba(0, 0, 0, 0.8);
}
50% {
background-color: rgba(0, 0, 0, 0.5);
}
100% {
background-color: rgba(0, 0, 0, 0.8);
}
}

View File

@ -1042,7 +1042,7 @@
.degree {
text-align: center;
padding: 16px 0 24px;
padding: 16px 0 21px;
.title {
width: 103px;
@ -1066,7 +1066,7 @@
font-size: 16px;
color: #000000;
line-height: 34px;
margin-bottom: 10px;
margin-bottom: 8px;
}
.english {
@ -1850,3 +1850,26 @@
.upglide {
margin-top: 0;
}
.load-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
animation: fadeBackground 2s infinite;
}
@keyframes fadeBackground {
0% {
background-color: rgba(0, 0, 0, 0.8);
}
50% {
background-color: rgba(0, 0, 0, 0.5);
}
100% {
background-color: rgba(0, 0, 0, 0.8);
}
}

View File

@ -439,7 +439,7 @@
.content .body .left .item.pitch::after {
content: "";
width: 5px;
height: 56px;
height: 100%;
background-color: #6fc16d;
position: absolute;
top: 0;

View File

@ -491,7 +491,7 @@
&::after {
content: "";
width: 5px;
height: 56px;
height: 100%;
background-color: rgba(111, 193, 109, 1);
position: absolute;
top: 0;

View File

@ -206,7 +206,7 @@
background-color: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 12px;
padding: 21px 15px 11px;
padding: 21px 15px 16px;
margin-bottom: 19px;
}
.body .right .list .item .school {
@ -253,8 +253,8 @@
}
.body .right .list .item .word {
background-color: #f9f8f8;
border-radius: 3px;
padding: 10px 15px;
border-radius: 5px;
padding: 8px 15px;
font-size: 14px;
color: #7f7f7f;
margin-bottom: 12px;

View File

@ -224,7 +224,7 @@
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px;
padding: 21px 15px 11px;
padding: 21px 15px 16px;
margin-bottom: 19px;
.school {
font-size: 14px;
@ -271,8 +271,8 @@
}
.word {
background-color: rgba(249, 248, 248, 1);
border-radius: 3px;
padding: 10px 15px;
border-radius: 5px;
padding: 8px 15px;
font-size: 14px;
color: #7f7f7f;
margin-bottom: 12px;

View File

@ -15,9 +15,7 @@
<body>
<div class="main" id="app">
<div class="" style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); z-index: 1000">
</div>
<div class="load-mask"></div>
<img class="index-icon" src="/img/index-icon.png" />
<div class="boxbox">