videoVoice.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .videoContont {
  2. width: 750rpx;
  3. flex: 1;
  4. background: #00DD9A;
  5. position: relative;
  6. }
  7. .myVideo {
  8. width: 750rpx;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. z-index: 10;
  13. }
  14. /* 我的小窗视频 */
  15. .mySmartVideo {
  16. width: 200rpx !important;
  17. height: 300rpx !important;
  18. border-radius: 24rpx !important;
  19. position: absolute;
  20. top: 100rpx !important;
  21. right: 30rpx !important;
  22. z-index: 9999 !important;
  23. }
  24. .topInfo {
  25. width: 750rpx;
  26. position: absolute;
  27. top: 230rpx;
  28. z-index: 99;
  29. flex-direction: column;
  30. align-items: center;
  31. justify-content: center;
  32. }
  33. .topInfo-avatar {
  34. width: 170rpx;
  35. height: 170rpx;
  36. border-radius: 24rpx;
  37. }
  38. .topInfo-name {
  39. color: #FFFFFF;
  40. font-size: 44rpx;
  41. font-weight: 500;
  42. margin-top: 20rpx;
  43. }
  44. .topInfo-time {
  45. color: #FFFFFF;
  46. font-size: 28rpx;
  47. font-weight: 500;
  48. }
  49. .bottomInfoContont {
  50. width: 750rpx;
  51. position: absolute;
  52. bottom: 180rpx;
  53. left: 0;
  54. z-index: 99;
  55. }
  56. .bottomInfo {
  57. width: 750rpx;
  58. padding: 0 50rpx;
  59. flex-direction: row;
  60. align-items: center;
  61. justify-content: space-between;
  62. }
  63. .bottomInfo-item {
  64. flex-direction: column;
  65. align-items: center;
  66. justify-content: center;
  67. }
  68. .bottomInfo-item-center {
  69. width: 164rpx;
  70. height: 164rpx;
  71. border-radius: 50%;
  72. background-color: #FFFFFF;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. }
  77. .bottomInfo-item-centerI {
  78. width: 64rpx;
  79. height: 64rpx;
  80. }
  81. .bottomInfo-item-img {
  82. width: 164rpx;
  83. height: 164rpx;
  84. border-radius: 50%;
  85. }
  86. .bottomInfo-item-txt {
  87. color: #FFFFFF;
  88. font-size: 28rpx;
  89. font-weight: 500;
  90. margin-top: 12rpx;
  91. }