zhao
2021-07-19 8347f2fbddbd25369359dcb2da1233ac48a19fdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.loading-indicator {
    height: 60px;
    width: 140px;
    background:#fff  url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: 10px center;
    border:5px solid #99BBE8;
    padding-left:50px;
    line-height:60px;
    font-size:14px;
    font-weight:bold;
    padding-right:10px;
}
 
.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}