index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. height: 100vh;
  5. }
  6. .user-list-container {
  7. background-image: url("./image/frame_sphy.png");
  8. background-size: contain;
  9. right: calc(58 / 576 * 1rem);
  10. top: calc(50% + calc(52 * 2 / 576 * 1rem));
  11. transform: translateY(calc(-50% - calc(52 / 576 * 1rem)));
  12. position: fixed;
  13. width: calc(1090 / 576 * 1rem);
  14. height: calc(1580 / 576 * 1rem);
  15. }
  16. .user-list-container .user-action {
  17. margin-top: calc(150 / 576 * 1rem);
  18. text-align: center;
  19. }
  20. .user-list-container .user-action > div {
  21. background-image: url("./image/frame_meeting.png");
  22. background-size: cover;
  23. display: inline-block;
  24. /* padding: 0 calc(118 / 576 * 1rem); */
  25. width: calc(476 / 576 * 1rem);
  26. height: calc(130 / 576 * 1rem);
  27. line-height: calc(130 / 576 * 1rem);
  28. font-size: calc(40 / 576 * 1rem);
  29. color: #39d6fe;
  30. cursor: pointer;
  31. }
  32. .user-list-container .user-search {
  33. margin-top: calc(60 / 576 * 1rem);
  34. display: flex;
  35. }
  36. .user-list-container .user-search input {
  37. flex: 1;
  38. box-sizing: border-box;
  39. padding: calc(46 / 576 * 1rem);
  40. height: calc(88 / 576 * 1rem);
  41. border-radius: 44px;
  42. border: 0 none;
  43. outline: none;
  44. background: #ffffff;
  45. margin: 0 calc(58 / 576 * 1rem);
  46. font-size: calc(40 / 576 * 1rem);
  47. }
  48. input::placeholder {
  49. color: #c5c5c5;
  50. }
  51. .user-list-container .user-list {
  52. margin: 0 calc(58 / 576 * 1rem);
  53. margin-top: calc(60 / 576 * 1rem);
  54. }
  55. dl,
  56. dd,
  57. dt {
  58. margin: 0;
  59. padding: 0;
  60. }
  61. .user-list-container .user-list .user-dep {
  62. /* font-size: calc(46 / 576 * 1rem); */
  63. /* color: #ffffff; */
  64. }
  65. .user-list-container .user-list .user-dep .dep-title {
  66. font-size: calc(46 / 576 * 1rem);
  67. color: #ffffff;
  68. line-height: calc(96 / 576 * 1rem);
  69. }
  70. .user-list-container .user-list .user-dep .dep-user {
  71. line-height: calc(96 / 576 * 1rem);
  72. display: flex;
  73. justify-content: space-between;
  74. align-items: center;
  75. }
  76. .user-list-container .user-list .user-dep .dep-user .dep-user-info {
  77. display: flex;
  78. flex-direction: column;
  79. font-size: calc(40 / 576 * 1rem);
  80. color: #ffffff;
  81. }
  82. .user-list-container
  83. .user-list
  84. .user-dep
  85. .dep-user
  86. .dep-user-info
  87. > div:last-child {
  88. color: #39d6fe;
  89. }
  90. .user-list-container .user-list .user-dep .dep-user .dep-user-action > img {
  91. width: calc(80 / 576 * 1rem);
  92. height: calc(80 / 576 * 1rem);
  93. margin-left: calc(37 / 576 * 1rem);
  94. cursor: pointer;
  95. }
  96. .video-container {
  97. position: fixed;
  98. display: flex;
  99. left: 50%;
  100. top: 50%;
  101. transform: translate3d(
  102. calc(-2663 / 2 / 576 * 1rem),
  103. calc(-1275 / 2 / 576 * 1rem),
  104. 0
  105. );
  106. }
  107. .video-container .video-bar {
  108. width: calc(2123 / 576 * 1rem);
  109. height: calc(80 / 576 * 1rem);
  110. background: #06076b;
  111. display: flex;
  112. align-items: center;
  113. justify-content: flex-end;
  114. }
  115. .video-container .video-action {
  116. width: calc(192 / 576 * 1rem);
  117. height: calc(60 / 576 * 1rem);
  118. line-height: calc(60 / 576 * 1rem);
  119. text-align: center;
  120. background: linear-gradient(0deg, #f74447 0%, #ff6665 100%);
  121. color: #ffffff;
  122. font-size: calc(32 / 576 * 1rem);
  123. margin-right: calc(28 / 576 * 1rem);
  124. }
  125. .video-container #vPlayArea {
  126. width: calc(2123 / 576 * 1rem);
  127. height: calc(1195 / 576 * 1rem);
  128. background: #06076b;
  129. }
  130. .video-container .video-user-content {
  131. width: calc(540 / 576 * 1rem);
  132. background: #000157;
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .video-container .video-user-title {
  137. border-bottom: 2px solid #191a7d;
  138. height: calc(98 / 576 * 1rem);
  139. line-height: calc(98 / 576 * 1rem);
  140. padding-left: calc(30 / 576 * 1rem);
  141. color: #ffffff;
  142. font-size: calc(30 / 576 * 1rem);
  143. }
  144. .video-container .video-user-list {
  145. border-bottom: 2px solid #191a7d;
  146. padding-left: calc(32 / 576 * 1rem);
  147. color: #ffffff;
  148. font-size: calc(30 / 576 * 1rem);
  149. flex: 1;
  150. }
  151. .video-container .video-user-action {
  152. height: calc(80 / 576 * 1rem);
  153. padding: 0 calc(32 / 576 * 1rem);
  154. color: #ffffff;
  155. font-size: calc(32 / 576 * 1rem);
  156. display: flex;
  157. justify-content: space-between;
  158. align-items: center;
  159. }
  160. .video-container .video-user-action > div {
  161. height: calc(60 / 576 * 1rem);
  162. line-height: calc(60 / 576 * 1rem);
  163. border: 2px solid #39d6fe;
  164. padding: 0 calc(30 / 576 * 1rem);
  165. color: #39d6fe;
  166. cursor: pointer;
  167. }
  168. .video-container .video-user-action > div:last-child {
  169. border-color: #fff;
  170. color: #fff;
  171. }
  172. .video-container.only-video .video-user-content {
  173. display: none;
  174. }
  175. ::-webkit-scrollbar {
  176. width: 5px;
  177. height: 5px;
  178. }
  179. ::-webkit-scrollbar-track {
  180. background: transparent;
  181. }
  182. ::-webkit-scrollbar-thumb {
  183. background: #39d6fe;
  184. border-radius: 3px;
  185. }