index.css 1008 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. .loadinggif {
  6. width: 50px;
  7. height: 50px;
  8. position: fixed;
  9. left: 50%;
  10. bottom: 50%;
  11. margin-left: -25px;
  12. margin-top: -25px;
  13. z-index: 99;
  14. }
  15. .Bvideo {
  16. display: flex;
  17. width: 100%;
  18. height: auto;
  19. left: 0;
  20. top: 0;
  21. z-index: 1;
  22. }
  23. .Svideo {
  24. position: fixed;
  25. flex-direction: row;
  26. width: 30%;
  27. height: auto;
  28. left: auto;
  29. right: 0;
  30. bottom: 0;
  31. z-index: 99;
  32. }
  33. .bottomView{
  34. position: fixed;
  35. flex-direction: column;
  36. justify-content: center;
  37. align-items: center;
  38. width: 100%;
  39. height: 100px;
  40. top: auto;
  41. bottom: 0;
  42. z-index: 999;
  43. background-color: rgba(100, 100, 100, 0.5); /* 黑色,50% 透明度 */
  44. }
  45. .contentInRowC{
  46. display: flex;
  47. flex-direction: row;
  48. justify-content: center;
  49. align-items: center;
  50. }
  51. .contentColumnC{
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. justify-content: center;
  56. }
  57. .iconImg{
  58. width: 120px;
  59. height: 120px;
  60. border-radius: 6px;
  61. }
  62. .guadanImg{
  63. width: 54px;
  64. height: 54px;
  65. }
  66. .calling{
  67. width: 26px;
  68. height: 26px;
  69. }