bl-trtc-callkit-vue 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bl-trtc-callkit-vue.js +110 -103
- package/dist/bl-trtc-callkit-vue.umd.cjs +34 -27
- package/package.json +1 -1
- package/dist/bl-trtc-callkit-vue.css +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.callkit-wrapper[data-v-989115b9]{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;background-color:#000c}.callkit-wrapper .bottom-controls[data-v-989115b9]{position:fixed;left:0;right:0;bottom:78px;display:flex;justify-content:space-evenly}.callkit-wrapper .operation-btn[data-v-989115b9]{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:1rem;cursor:pointer}.callkit-wrapper .operation-btn img[data-v-989115b9]{width:64px;height:64px;margin-bottom:12px}.callkit-wrapper .equipment-btn img[data-v-989115b9]{border-radius:50%;padding:12px;box-sizing:border-box}.callkit-wrapper .equipment-btn--open img[data-v-989115b9]{background:#fff}.callkit-wrapper .equipment-btn--close img[data-v-989115b9]{background:#000c}.local-video[data-v-989115b9]{position:absolute;top:16px;right:16px;width:120px;height:160px;border-radius:8px;overflow:hidden;background:#000;z-index:1001;box-shadow:0 6px 18px #00000073;transition:transform .18s ease,opacity .18s ease}@media(max-width:600px){.local-video[data-v-989115b9]{width:90px;height:120px;top:12px;right:12px}}.player-container[data-v-989115b9]{display:grid;width:100%;min-height:100px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center;max-height:100vh;box-sizing:border-box;padding:10px}.player-container .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;background:#000;position:relative;border-radius:6px;overflow:hidden;object-fit:contain}.player-container.single[data-v-989115b9]{display:flex;align-items:center;justify-content:center;height:100vh;padding:0}.player-container.single .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;margin:0}@media(max-width:600px){.player-container[data-v-989115b9]{grid-template-columns:repeat(2,1fr)}}.callkit-enter-from[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-enter-active[data-v-989115b9]{transition:all .24s ease}.callkit-leave-to[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-leave-active[data-v-989115b9]{transition:all .2s ease}.call-label[data-v-989115b9]{position:absolute;top:14%;left:0;right:0;text-align:center;color:#fff;font-size:24px;font-weight:600}
|