index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. cursor: pointer;
  125. }
  126. .video-container #vPlayArea {
  127. width: calc(2123 / 576 * 1rem);
  128. height: calc(1195 / 576 * 1rem);
  129. background: #06076b;
  130. }
  131. .video-container .video-user-content {
  132. width: calc(540 / 576 * 1rem);
  133. background: #000157;
  134. display: flex;
  135. flex-direction: column;
  136. }
  137. .video-container .video-user-title {
  138. border-bottom: 2px solid #191a7d;
  139. height: calc(98 / 576 * 1rem);
  140. line-height: calc(98 / 576 * 1rem);
  141. padding-left: calc(30 / 576 * 1rem);
  142. color: #ffffff;
  143. font-size: calc(30 / 576 * 1rem);
  144. }
  145. .video-container .video-user-list {
  146. border-bottom: 2px solid #191a7d;
  147. padding-left: calc(32 / 576 * 1rem);
  148. color: #ffffff;
  149. font-size: calc(30 / 576 * 1rem);
  150. flex: 1;
  151. }
  152. .video-container .video-user-action {
  153. height: calc(80 / 576 * 1rem);
  154. padding: 0 calc(32 / 576 * 1rem);
  155. color: #ffffff;
  156. font-size: calc(32 / 576 * 1rem);
  157. display: flex;
  158. justify-content: space-between;
  159. align-items: center;
  160. }
  161. .video-container .video-user-action > div {
  162. height: calc(60 / 576 * 1rem);
  163. line-height: calc(60 / 576 * 1rem);
  164. border: 2px solid #39d6fe;
  165. padding: 0 calc(30 / 576 * 1rem);
  166. color: #39d6fe;
  167. cursor: pointer;
  168. }
  169. .video-container .video-user-action > div:last-child {
  170. border-color: #fff;
  171. color: #fff;
  172. }
  173. .video-container.only-video .video-user-content {
  174. display: none;
  175. }
  176. ::-webkit-scrollbar {
  177. width: 5px;
  178. height: 5px;
  179. }
  180. ::-webkit-scrollbar-track {
  181. background: transparent;
  182. }
  183. ::-webkit-scrollbar-thumb {
  184. background: #39d6fe;
  185. border-radius: 3px;
  186. }