moe-video.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: calc(100% - 2rem);
  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. max-width: 100%;
  41. }
  42. [moe-wait] {
  43. font-size: 0.8rem;
  44. color: #888;
  45. display: none;
  46. height: 31px;
  47. line-height: 31px;
  48. }
  49. [moe-answer-video] {
  50. max-width: 450px;
  51. height: auto;
  52. border-radius: 5px;
  53. }
  54. .access-information {
  55. font-size: 13px;
  56. }
  57. [moe-video-progress] {
  58. position: fixed;
  59. top:0;
  60. left: 0;
  61. width: 100%;
  62. height: 100%;
  63. background: rgba(0,0,0,0.2);
  64. z-index: 9999;
  65. display: none;
  66. align-items: center;
  67. justify-content: center;
  68. }
  69. [moe-video-progress]>img {
  70. width: 64px;
  71. height: 64px;
  72. }