moe-video.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [moe-video-backdrop] {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. background: rgba(0, 0, 0, 0.1);
  8. align-items: center;
  9. justify-content: center;
  10. display: none;
  11. }
  12. [moe-video-backdrop]>.card {
  13. width: 640px;
  14. max-width: 100%;
  15. border-radius: 0.35rem;
  16. box-shadow: 0 0 1rem #aaa;
  17. }
  18. [moe-video-backdrop]>.card .card-header,
  19. [moe-video-backdrop]>.card .card-footer{
  20. padding: 1rem;
  21. }
  22. [moe-video-backdrop]>.card .card-title {
  23. margin-bottom: 0;
  24. font-weight: bold;
  25. }
  26. [moe-video-backdrop] [moe-video-canvas] {
  27. width: 540px !important;
  28. max-width: 100% !important;
  29. height: 360px !important;
  30. background: #333;
  31. margin: 0 auto;
  32. border-radius: 0.20rem;
  33. }
  34. [moe-video-backdrop] [moe-video-player] {
  35. width: 540px !important;
  36. height: 360px !important;
  37. background: #333;
  38. margin: 0 auto;
  39. border-radius: 0.20rem;
  40. }
  41. [moe-wait] {
  42. font-size: 0.8rem;
  43. color: #888;
  44. display: none;
  45. height: 31px;
  46. line-height: 31px;
  47. }
  48. [moe-answer-video] {
  49. max-width: 450px;
  50. height: auto;
  51. border-radius: 5px;
  52. }
  53. .access-information {
  54. font-size: 13px;
  55. }
  56. [moe-video-progress] {
  57. position: fixed;
  58. top:0;
  59. left: 0;
  60. width: 100%;
  61. height: 100%;
  62. background: rgba(0,0,0,0.2);
  63. z-index: 9999;
  64. display: none;
  65. align-items: center;
  66. justify-content: center;
  67. }
  68. [moe-video-progress]>img {
  69. width: 64px;
  70. height: 64px;
  71. }