index.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2965205 */
  3. src: url('//at.alicdn.com/t/font_2965205_rpxbfelmxq.woff2?t=1637911677755') format('woff2'),
  4. url('//at.alicdn.com/t/font_2965205_rpxbfelmxq.woff?t=1637911677755') format('woff'),
  5. url('//at.alicdn.com/t/font_2965205_rpxbfelmxq.ttf?t=1637911677755') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-maikefeng-jingyin:before {
  15. content: "\e697";
  16. }
  17. .icon-call:before {
  18. content: "\e6dc";
  19. }
  20. .icon-guaduan:before {
  21. content: "\e640";
  22. }
  23. .icon-mic-on-full:before {
  24. content: "\e96b";
  25. }
  26. .icon-yuyin:before {
  27. content: "\e6e1";
  28. }
  29. .icon-shipin:before {
  30. content: "\e64f";
  31. }
  32. .calling {
  33. height: 100vh;
  34. width: 100%;
  35. background-color: #7d7d7d;
  36. position: fixed;
  37. z-index: 1200;
  38. &-waiting {
  39. position: relative;
  40. height: calc(100% - 160rpx);
  41. &-header {
  42. width: 240rpx;
  43. height: 240rpx;
  44. margin: 160rpx auto 0;
  45. }
  46. &-username {
  47. color: #fff;
  48. font-size: 36rpx;
  49. margin-top: 40rpx;
  50. text-align: center;
  51. font-family: 'PingFangSC-Regular, PingFang SC';
  52. }
  53. &-status {
  54. color: #fff;
  55. font-size: 30rpx;
  56. margin-top: 30rpx;
  57. text-align: center;
  58. font-family: 'PingFangSC-Regular, PingFang SC';
  59. }
  60. &-button {
  61. position: absolute;
  62. bottom: 200rpx;
  63. z-index: 1220;
  64. display: flex;
  65. justify-content: space-between;
  66. width: 60%;
  67. left: 20%;
  68. &-passed {
  69. background-color: #FA3534;
  70. width: 120rpx;
  71. height: 120rpx;
  72. line-height: 120rpx;
  73. text-align: center;
  74. border-radius: 50%;
  75. color: #fff;
  76. .iconfont {
  77. font-size: 60rpx;
  78. }
  79. }
  80. &-mute {
  81. background-color: #fff;
  82. width: 120rpx;
  83. height: 120rpx;
  84. line-height: 120rpx;
  85. text-align: center;
  86. border-radius: 50%;
  87. color: #2979ff;
  88. .iconfont {
  89. font-size: 50rpx;
  90. }
  91. .on {
  92. color: #2979ff;
  93. }
  94. .off {
  95. color: #c8c9cc;
  96. }
  97. }
  98. }
  99. &-userList {
  100. display: flex;
  101. justify-content: center;
  102. margin-top: 160rpx;
  103. &-item {
  104. margin: 0 40rpx;
  105. color: #fff;
  106. }
  107. }
  108. &-duration {
  109. margin-top: 50vh;
  110. text-align: center;
  111. color: #fff;
  112. }
  113. }
  114. }