You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
1.8 KiB
102 lines
1.8 KiB
body {
|
|
//font-family: "楷体_GB2312", "SimSun", 宋体, 楷体 !important;
|
|
background-color: white;
|
|
}
|
|
.App {
|
|
text-align: center;
|
|
}
|
|
|
|
.App-logo {
|
|
height: 40vmin;
|
|
pointer-events: none;
|
|
}
|
|
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.App-logo {
|
|
animation: App-logo-spin infinite 20s linear;
|
|
}
|
|
}
|
|
|
|
.App-header {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: calc(10px + 2vmin);
|
|
color: white;
|
|
}
|
|
|
|
.App-link {
|
|
color: #61dafb;
|
|
}
|
|
|
|
@keyframes App-logo-spin {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.col-empl span {
|
|
margin-left: 1vh;
|
|
}
|
|
.test-up-title {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
|
|
font-size: 1.5vw;
|
|
|
|
}
|
|
.mfg-down-title {
|
|
text-align: justify;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mfg-down-title + div {
|
|
text-align: left;
|
|
}
|
|
|
|
.test-up-win0 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#104e8b, #4876ff, #104e8b);
|
|
}
|
|
.test-up-win1 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#006600, #00cc00, #006600);
|
|
}
|
|
.test-up-win2 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#8b4513, #d2b48c, #8b4513);
|
|
}
|
|
.test-up-win3 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#ff6100, #ff8000, #ff6100);
|
|
}
|
|
|
|
.mfg-down-win0 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#104e8b, #4876ff, #104e8b);
|
|
}
|
|
.mfg-down-win1 {
|
|
color: white;
|
|
|
|
background: -webkit-linear-gradient(#006600, #00cc00, #006600);
|
|
}
|
|
|
|
.mfg-down-win2 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#8b4513, #d2b48c, #8b4513);
|
|
}
|
|
.mfg-down-win3 {
|
|
color: white;
|
|
background: -webkit-linear-gradient(#ff6100, #ff8000, #ff6100);
|
|
}
|
|
.test-up-info {
|
|
height: "5vh";
|
|
background-color: "red";
|
|
width: "100%";
|
|
text-align: left;
|
|
backdrop-filter: blur(3px);
|
|
}
|
|
|