|
@@ -414,14 +414,15 @@
|
|
|
color: #fff;
|
|
|
|
|
|
.timeLoad {
|
|
|
+ display: inline-block;
|
|
|
flex-shrink: 0;
|
|
|
- width: 4px;
|
|
|
- height: 4px;
|
|
|
+ width: 5px;
|
|
|
+ height: 5px;
|
|
|
background: #ff4e19;
|
|
|
- border: 0.5px solid #ffffff;
|
|
|
- border-radius: 50%;
|
|
|
+ // border: 0.5px solid #ffffff;
|
|
|
+ border-radius: 999px;
|
|
|
margin-right: 6px;
|
|
|
- box-sizing: content-box;
|
|
|
+ // box-sizing: content-box;
|
|
|
// animation: loadFade 1s ease-in-out infinite;
|
|
|
}
|
|
|
}
|