connected.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .player {
  2. position: absolute;
  3. right: 16px;
  4. top: 107px;
  5. width: 100px;
  6. height: 178px;
  7. padding: 16px;
  8. z-index: 3;
  9. }
  10. .pusher-video {
  11. position: absolute;
  12. width: 100%;
  13. height: 100%;
  14. /* background-color: #f75c45; */
  15. z-index: 1;
  16. }
  17. .stream-box {
  18. position: relative;
  19. float: left;
  20. width: 50vw;
  21. height: 260px;
  22. /* background-color: #f75c45; */
  23. z-index: 3;
  24. }
  25. .handle-btns {
  26. position: absolute;
  27. bottom: 44px;
  28. width: 100vw;
  29. z-index: 3;
  30. display: flex;
  31. flex-direction: column;
  32. }
  33. .handle-btns .btn-list {
  34. display: flex;
  35. flex-direction: row;
  36. justify-content: space-around;
  37. align-items: center;
  38. }
  39. .button-container {
  40. display: flex;
  41. flex-direction: column;
  42. text-align: center;
  43. }
  44. .btn-normal {
  45. width: 8vh;
  46. height: 8vh;
  47. box-sizing: border-box;
  48. display: flex;
  49. flex-direction: column;
  50. /* background: white; */
  51. justify-content: center;
  52. align-items: center;
  53. border-radius: 50%;
  54. }
  55. .btn-image {
  56. width: 100%;
  57. height: 100%;
  58. background: none;
  59. }
  60. .btn-hangup {
  61. width: 8vh;
  62. height: 8vh;
  63. /*background: #f75c45;*/
  64. box-sizing: border-box;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. border-radius: 50%;
  69. }
  70. .btn-hangup > .btn-image {
  71. width: 100%;
  72. height: 100%;
  73. background: none;
  74. }
  75. .TRTCCalling-call-audio {
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .btn-footer {
  80. position: relative;
  81. }
  82. .btn-footer .multi-camera {
  83. width: 32px;
  84. height: 32px;
  85. }
  86. .btn-footer .camera {
  87. width: 64px;
  88. height: 64px;
  89. position: fixed;
  90. left: 16px;
  91. top: 107px;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. background: rgba(255, 255, 255, 0.7);
  96. }
  97. .btn-footer .camera .camera-image {
  98. width: 32px;
  99. height: 32px;
  100. }
  101. .TUICalling-connected-layout {
  102. width: 100%;
  103. height: 100%;
  104. }
  105. .audio {
  106. padding-top: 15vh;
  107. background: #ffffff;
  108. }
  109. .pusher-audio {
  110. width: 0;
  111. height: 0;
  112. }
  113. .player-audio {
  114. width: 0;
  115. height: 0;
  116. }
  117. .live {
  118. width: 100%;
  119. height: 100%;
  120. }
  121. .other-view {
  122. display: flex;
  123. flex-direction: column;
  124. align-items: center;
  125. font-size: 18px;
  126. letter-spacing: 0;
  127. font-weight: 400;
  128. padding: 16px;
  129. }
  130. .white {
  131. color: #f0e9e9;
  132. padding: 5px;
  133. font-size: 14px;
  134. }
  135. .black {
  136. color: #000000;
  137. padding: 5px;
  138. }
  139. .TRTCCalling-call-audio-box {
  140. display: flex;
  141. flex-wrap: wrap;
  142. justify-content: center;
  143. }
  144. .mutil-img {
  145. justify-content: flex-start !important;
  146. }
  147. .TRTCCalling-call-audio-img {
  148. display: flex;
  149. flex-direction: column;
  150. align-items: center;
  151. }
  152. .TRTCCalling-call-audio-img > image {
  153. width: 25vw;
  154. height: 25vw;
  155. margin: 0 4vw;
  156. border-radius: 4vw;
  157. position: relative;
  158. }
  159. .TRTCCalling-call-audio-img text {
  160. font-size: 20px;
  161. color: #333333;
  162. letter-spacing: 0;
  163. font-weight: 500;
  164. }
  165. .btn-list-item {
  166. flex: 1;
  167. display: flex;
  168. justify-content: center;
  169. padding: 16px 0;
  170. }
  171. .btn-image-small {
  172. transform: scale(.7);
  173. }
  174. .avatar {
  175. background: #dddddd;
  176. }
  177. .btn-container {
  178. display: flex;
  179. align-items: center;
  180. position: relative;
  181. }
  182. .invite-calling-header-left {
  183. position: absolute;
  184. right: -88px;
  185. }
  186. .invite-calling-header-left image {
  187. width: 32px;
  188. height: 32px;
  189. }
  190. .call-switch .call-operate {
  191. width: 4vh;
  192. height: 3vh;
  193. }
  194. .call-operate image {
  195. width: 100%;
  196. height: 100%;
  197. background: none;
  198. }
  199. .call-switch text {
  200. padding: 0;
  201. font-size: 14px;
  202. }
  203. .btn-operate-item {
  204. display: flex;
  205. flex-direction: column;
  206. align-items: center;
  207. }
  208. .btn-operate-item text {
  209. padding: 8px 0;
  210. font-size: 18px;
  211. color: #FFFFFF;
  212. letter-spacing: 0;
  213. font-weight: 400;
  214. font-size: 14px;
  215. }