| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- * {
- padding: 0;
- margin: 0;
- }
- .loadinggif {
- width: 50px;
- height: 50px;
- position: fixed;
- left: 50%;
- bottom: 50%;
- margin-left: -25px;
- margin-top: -25px;
- z-index: 99;
- }
- .Bvideo {
- display: flex;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 1;
- }
- .Svideo {
- position: fixed;
- flex-direction: row;
- width: 34%;
- height: auto;
- left: auto;
- right: 0;
- top: 0;
- z-index: 99;
- }
- .bottomView{
- position: fixed;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100px;
- top: auto;
- bottom: 0;
- z-index: 999;
- }
- .contentInRowC{
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .contentColumnC{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .iconImg{
- width: 120px;
- height: 120px;
- border-radius: 6px;
- }
- .guadanImg{
- width: 54px;
- height: 54px;
- }
- .calling{
- width: 26px;
- height: 26px;
- }
|