1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/****◆◆◆◆轉圈玖球載入動畫◆◆◆◆****/
.loading > img {
background: url(https://images.plurk.com/2i7Dox4lwgiAyz0dyEnAeM.gif)/*可替換圖片*/
no-repeat;
width: 96px;
height: 96px;
background-size: 96px;
padding-left: 96px;
margin-top: 17px;
}
.loading-div {
background: url(https://images.plurk.com/2i7Dox4lwgiAyz0dyEnAeM.gif)/*可替換圖片*/
no-repeat;
background-size: 96px;
width: 96px;
height: 96px;
left: 50%;
}
.loading-div > .cnt {
display: none;}
._lch_ ~ .pop-window .loading > img{
display: none;}
._lch_ ~ .pop-window .loading::after{
content: ' ';
display:block;
position: relative;
background: url(https://images.plurk.com/2i7Dox4lwgiAyz0dyEnAeM.gif)/*可替換圖片*/
no-repeat;
background-size: 96px;
width: 96px;
height: 96px;
left: calc(50% - 45px);
}