邓洁: 首屏面板的loading

This commit is contained in:
邓洁
2024-01-03 15:24:34 +08:00
parent 2d1d42f83a
commit 317ceacf23
6 changed files with 69 additions and 26 deletions

View File

@@ -675,9 +675,11 @@ input[type="number"] {
font-size:35px;
min-height: 350px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #2fb0df;
letter-spacing: 3px;
}
//loading
.loading-block{
@@ -689,18 +691,16 @@ input[type="number"] {
font-size: 55px;
color: #38CAFB;
letter-spacing: 3px;
.loading {
margin-bottom: 20px;
width: 100px;
height: 100px;
border: 2px solid #38CAFB;
border-top-color: transparent;
border-radius: 100%;
animation: circle infinite 0.75s linear;
}
}
.loading {
margin-bottom: 20px;
width: 100px;
height: 100px;
border: 2px solid #38CAFB;
border-top-color: transparent;
border-radius: 100%;
animation: circle infinite 0.75s linear;
}
// 转转转动画
@keyframes circle {
0% {