groupConnected.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. /* 全屏设置 */
  2. .TUICalling-connected-layout {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .TUICalling-connected-video {
  7. width: 100%;
  8. height: 180%;
  9. }
  10. /* 本地音频 */
  11. .stream-box {
  12. float: left;
  13. width: 187px;
  14. height: 187px;
  15. position: absolute;
  16. top: 13vh;
  17. }
  18. /* 远端音频列表 */
  19. .swiper {
  20. margin-top: 107px;
  21. min-height: 374px;
  22. }
  23. .invite-calling-list {
  24. display: flex;
  25. flex-wrap: wrap;
  26. width: 100%;
  27. justify-content: flex-start
  28. }
  29. .invite-calling-item {
  30. flex: 0.5;
  31. /*设置最小宽度,才会让元素排不下,导致换行排列*/
  32. min-width: 50%;
  33. height: 187px;
  34. position: relative;
  35. }
  36. .invite-calling-item image {
  37. width: 100%;
  38. height: 100%;
  39. }
  40. /* 本地视频 */
  41. .play-item {
  42. width: 100%;
  43. height: 187px;
  44. position: relative;
  45. }
  46. .pusher-ownvideo {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. /* 远端视频列表 */
  51. .swiper-list {
  52. min-height: 189px;
  53. }
  54. .player-list {
  55. display: flex;
  56. flex-wrap: wrap;
  57. width: 100%;
  58. justify-content: center
  59. }
  60. .player-item {
  61. flex: 0.5;
  62. /*设置最小宽度,才会让元素排不下,导致换行排列*/
  63. min-width: 50%;
  64. min-height: 187px;
  65. }
  66. /* 音量图标 */
  67. .player-control {
  68. background-color: rgba(0, 0, 0, .4);
  69. border-radius: 0 6px 6px 0;
  70. color: #fff;
  71. z-index: 999;
  72. position: absolute;
  73. bottom: 0px;
  74. left: 0px;
  75. display: flex;
  76. align-items: center;
  77. height: 32px;
  78. max-width: 50%;
  79. z-index: 99;
  80. }
  81. .player-control image {
  82. width: 32px;
  83. height: 32px;
  84. }
  85. .player-control .name {
  86. overflow: hidden;
  87. text-overflow: ellipsis;
  88. white-space: nowrap;
  89. margin-left: 10px;
  90. margin-right: 10px;
  91. flex: 1;
  92. font-family: PingFangSC-Regular;
  93. font-weight: 400;
  94. font-size: 12px;
  95. color: #FFFFFF;
  96. }
  97. .control-buttons {
  98. display: flex;
  99. }
  100. .icon-button {
  101. margin-right: 10px;
  102. }
  103. /* 菜单 */
  104. .handle-btns {
  105. position: absolute;
  106. bottom: 44px;
  107. width: 100vw;
  108. z-index: 3;
  109. display: flex;
  110. flex-direction: column;
  111. }
  112. .handle-btns .btn-list {
  113. display: flex;
  114. flex-direction: row;
  115. justify-content: space-around;
  116. align-items: center;
  117. }
  118. .button-container {
  119. display: flex;
  120. flex-direction: column;
  121. text-align: center;
  122. }
  123. .btn-normal {
  124. width: 8vh;
  125. height: 8vh;
  126. box-sizing: border-box;
  127. display: flex;
  128. flex-direction: column;
  129. /* background: white; */
  130. justify-content: center;
  131. align-items: center;
  132. border-radius: 50%;
  133. }
  134. .btn-image {
  135. width: 100%;
  136. height: 100%;
  137. background: none;
  138. }
  139. .btn-hangup {
  140. width: 8vh;
  141. height: 8vh;
  142. /*background: #f75c45;*/
  143. box-sizing: border-box;
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. border-radius: 50%;
  148. }
  149. .btn-hangup>.btn-image {
  150. width: 100%;
  151. height: 100%;
  152. background: none;
  153. }
  154. .TRTCCalling-call-audio {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .btn-footer {
  159. position: relative;
  160. }
  161. .btn-footer .multi-camera {
  162. width: 32px;
  163. height: 32px;
  164. }
  165. .btn-footer .camera {
  166. width: 64px;
  167. height: 64px;
  168. position: fixed;
  169. left: 16px;
  170. top: 107px;
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. background: rgba(255, 255, 255, 0.7);
  175. }
  176. .btn-footer .camera .camera-image {
  177. width: 32px;
  178. height: 32px;
  179. }
  180. .audio {
  181. padding-top: 15vh;
  182. background: #ffffff;
  183. }
  184. .pusher-audio {
  185. width: 0;
  186. height: 0;
  187. }
  188. .player-audio {
  189. width: 0;
  190. height: 0;
  191. }
  192. .other-view {
  193. display: flex;
  194. flex-direction: column;
  195. align-items: center;
  196. font-size: 18px;
  197. letter-spacing: 0;
  198. font-weight: 400;
  199. padding: 16px;
  200. }
  201. .white {
  202. font-weight: 400;
  203. font-size: 14px;
  204. color: #666666;
  205. padding: 5px;
  206. }
  207. .black {
  208. color: #000000;
  209. padding: 5px;
  210. }
  211. .TRTCCalling-call-audio-box {
  212. margin-top: 100px;
  213. display: flex;
  214. flex-wrap: wrap;
  215. width: 100%;
  216. justify-content: center
  217. }
  218. /*
  219. .mutil-img {
  220. justify-content: flex-start !important;
  221. } */
  222. /* .TRTCCalling-call-audio-img {
  223. display: flex;
  224. flex-direction: column;
  225. align-items: center;
  226. }
  227. .TRTCCalling-call-audio-img > image {
  228. width: 25vw;
  229. height: 25vw;
  230. margin: 0 4vw;
  231. border-radius: 4vw;
  232. position: relative;
  233. }
  234. .TRTCCalling-call-audio-img text {
  235. font-size: 20px;
  236. color: #333333;
  237. letter-spacing: 0;
  238. font-weight: 500;
  239. } */
  240. .TRTCCalling-calling-list {
  241. flex: 0.5;
  242. /*设置最小宽度,才会让元素排不下,导致换行排列*/
  243. min-width: 50%;
  244. min-height: 187px;
  245. position: relative;
  246. }
  247. .TRTCCalling-calling-list image {
  248. width: 100%;
  249. height: 100%;
  250. }
  251. .TRTCCalling-calling-item-id {
  252. position: absolute;
  253. left: 2%;
  254. bottom: 2%;
  255. font-family: PingFangSC-Regular;
  256. font-weight: 400;
  257. font-size: 12px;
  258. color: #FFFFFF;
  259. }
  260. .btn-list-item {
  261. flex: 1;
  262. display: flex;
  263. justify-content: center;
  264. padding: 16px 0;
  265. }
  266. .btn-image-small {
  267. transform: scale(.7);
  268. }
  269. .avatar {
  270. background: #dddddd;
  271. }
  272. .btn-container {
  273. display: flex;
  274. align-items: center;
  275. position: relative;
  276. }
  277. .invite-calling-header-left {
  278. position: absolute;
  279. right: -88px;
  280. }
  281. .invite-calling-header-left image {
  282. width: 32px;
  283. height: 32px;
  284. }
  285. .call-switch .call-operate {
  286. width: 4vh;
  287. height: 3vh;
  288. }
  289. .call-operate image {
  290. width: 100%;
  291. height: 100%;
  292. background: none;
  293. }
  294. .call-switch text {
  295. padding: 0;
  296. font-size: 14px;
  297. }
  298. .btn-operate-item {
  299. display: flex;
  300. flex-direction: column;
  301. align-items: center;
  302. }
  303. .btn-operate-item text {
  304. padding: 8px 0;
  305. font-size: 18px;
  306. color: #666666;
  307. letter-spacing: 0;
  308. font-weight: 400;
  309. font-size: 14px;
  310. }
  311. .invite-calling-item-message {
  312. position: absolute;
  313. top: 0;
  314. left: 0;
  315. float: left;
  316. background: rgba(0, 0, 0, 0.60);
  317. width: 100%;
  318. height: 100%;
  319. z-index: 2;
  320. }
  321. .invite-calling-item-loadimg {
  322. position: absolute;
  323. left: calc(50% - 20px);
  324. top: calc(50% - 20px);
  325. width: 40px;
  326. height: 40px;
  327. -webkit-transform: rotate(360deg);
  328. animation: rotation 2s linear infinite;
  329. -moz-animation: rotation 2s linear infinite;
  330. -webkit-animation: rotation 2s linear infinite;
  331. -o-animation: rotation 2s linear infinite;
  332. }
  333. @-webkit-keyframes rotation {
  334. from {
  335. -webkit-transform: rotate(0deg);
  336. }
  337. to {
  338. -webkit-transform: rotate(360deg);
  339. }
  340. }
  341. .invite-calling-item-loadimg image {
  342. width: 100%;
  343. height: 100%;
  344. }
  345. .invite-calling-item-id {
  346. position: absolute;
  347. left: 2%;
  348. bottom: 2%;
  349. font-family: PingFangSC-Regular;
  350. font-weight: 400;
  351. font-size: 12px;
  352. color: #FFFFFF;
  353. }