UNPKG

seehoo-design-plus

Version:
62 lines (61 loc) 1.31 kB
.proview-image { position: relative; top: 0; left: 0; overflow-y: auto; text-align: center; line-height: 1; width: 90vw; height: 85vh; z-index: 99999999; flex: 1; display: flex; justify-content: center; align-items: center; margin: 0 !important; background-color: rgb(255, 255, 255); &-tool-bar { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px); border-radius: 7px; color: #fff; display: flex; list-style: none; margin: 0; align-items: center; z-index: 200; padding: 5px !important; .bar-item { margin: 0 5px; cursor: pointer; user-select: none; font-size: 12px; padding: 5px; border-radius: 5px; list-style: none; &-icon { width: 25px; height: 25px; max-height: 25px; max-width: 25px; } &-span { display: block; margin-top: 3px; } } } .proview-img { position: absolute; //height: 200px; max-width: 100%; max-height: 100%; cursor: move; } }