邓洁: 首屏面板的loading
This commit is contained in:
@@ -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% {
|
||||
|
||||
Reference in New Issue
Block a user