shuishen
2022-01-20 6bf300a2b2660bd2ec0251f35c0de24760b33e12
src/styles/divforms/panoramaBox.scss
@@ -34,12 +34,40 @@
                    cursor: pointer;
                }
            }
            .content {
                position: relative;
                min-width: 460px;
                min-height: 320px;
                button {
                    padding: 2px;
                    position: absolute;
                    top: 4px;
                    right: 4px;
                    width: 32px;
                    height: 32px;
                    background: rgba(0, 0, 0, .2) !important;
                    z-index: 1;
                    border: 0;
                    border-radius: 5px;
                    img {
                        width: 100%;
                    }
                }
                iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
        iframe {
            width: 460px;
            height: 320px;
        }
    }
    .arrow {