src/styles/pcpage/tool/sign.scss
@@ -33,6 +33,18 @@
            }
        }
        .btn-box {
            position: absolute;
            right: 26px;
            top: 0;
            left: auto;
            bottom: 0;
            margin: auto;
            width: 14px;
            height: 14px;
            cursor: pointer;
        }
        .close {
            position: absolute;
            right: 6px;
@@ -54,7 +66,7 @@
        .list-box {
            position: absolute;
            width: 100%;
            height: calc(100% - 40px);
            height: 100%;
            ul {
                padding: 6px 8px;
@@ -67,7 +79,7 @@
                    position: relative;
                    border-bottom: 1px dashed #ccc;
                    line-height: 40px;
                    cursor: pointer;
                    &>img {
                        margin: 0 4px;
@@ -109,14 +121,6 @@
            }
        }
        .btn-box {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }
    }
}