shuishen
2021-12-21 0b9095227438cb35f5a8759aee8f3b32a732151c
src/styles/divforms/popup.scss
@@ -56,7 +56,7 @@
}
.btm-box {
    height: 30px;
    height: 36px;
}
.arc-box {
@@ -123,7 +123,8 @@
    }
}
.site {
.site,
.phone {
    font-size: 0.875rem;
    line-height: 24px;
@@ -145,4 +146,34 @@
        font-size: 0.875rem;
        line-height: 24px;
    }
}
}
.label-wrap {
    .title {
        .audio-control {
            position: absolute;
            top: 0;
            right: 34px;
            bottom: 0;
            left: auto;
            margin: auto;
            width: 20px;
            height: 20px;
        }
        .close-box {
            position: absolute;
            top: 0;
            right: 8px;
            bottom: 0;
            left: auto;
            margin: auto;
            width: 16px;
            height: 16px;
        }
    }
}