1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- [moe-video-backdrop] {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.1);
- align-items: center;
- justify-content: center;
- display: none;
- }
- [moe-video-backdrop]>.card {
- width: 640px;
- max-width: 100%;
- border-radius: 0.35rem;
- box-shadow: 0 0 1rem #aaa;
- }
- [moe-video-backdrop]>.card .card-header,
- [moe-video-backdrop]>.card .card-footer{
- padding: 1rem;
- }
- [moe-video-backdrop]>.card .card-title {
- margin-bottom: 0;
- font-weight: bold;
- }
- [moe-video-backdrop] [moe-video-canvas] {
- width: 540px !important;
- max-width: 100% !important;
- height: 360px !important;
- background: #333;
- margin: 0 auto;
- border-radius: 0.20rem;
- }
- [moe-video-backdrop] [moe-video-player] {
- width: 540px !important;
- height: 360px !important;
- background: #333;
- margin: 0 auto;
- border-radius: 0.20rem;
- }
- [moe-wait] {
- font-size: 0.8rem;
- color: #888;
- display: none;
- height: 31px;
- line-height: 31px;
- }
- [moe-answer-video] {
- max-width: 450px;
- height: auto;
- border-radius: 5px;
- }
- .access-information {
- font-size: 13px;
- }
- [moe-video-progress] {
- position: fixed;
- top:0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.2);
- z-index: 9999;
- display: none;
- align-items: center;
- justify-content: center;
- }
- [moe-video-progress]>img {
- width: 64px;
- height: 64px;
- }
|