|
@@ -76,19 +76,18 @@ function handleIframeLoad() {
|
|
background: url("../cloudCoachList/imgs/musicBg.png");
|
|
background: url("../cloudCoachList/imgs/musicBg.png");
|
|
background-size: cover;
|
|
background-size: cover;
|
|
.loadingBox {
|
|
.loadingBox {
|
|
- width: 36px;
|
|
|
|
- height: 36px;
|
|
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 30px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
align-content: space-between;
|
|
align-content: space-between;
|
|
- margin-bottom: 28px;
|
|
|
|
animation: rotate 1.5s linear infinite;
|
|
animation: rotate 1.5s linear infinite;
|
|
.loadingItem {
|
|
.loadingItem {
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
|
|
+ width: 12px;
|
|
|
|
+ height: 12px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
- background: #569cfe;
|
|
|
|
|
|
+ background: #20bdff;
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
&:nth-child(2) {
|
|
&:nth-child(2) {
|
|
opacity: 1;
|
|
opacity: 1;
|