shuishen
2021-12-23 9e43f80d96bda7f1108dcfcfd7340e567f2e48d0
src/styles/mobile/popup.scss
@@ -54,6 +54,10 @@
            font-size: 16px;
            border-radius: 10px 10px 0 0;
            padding: 8px 14px;
            padding-right: 27px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 20px;
            box-sizing: border-box;
        }
@@ -89,8 +93,8 @@
                    width: 70px;
                    height: 70px;
                }
                $centerFontSize: 15px;
                //内容显示
                $centerFontSize: 13px;
                .mobileBig-center-our {
                    width: 100%;
                    height: auto;
@@ -102,10 +106,10 @@
                        @extend .centersFlex;
                        .m-c-title {
                            color: #fff;
                            width: 25%;
                            width: 21%;
                        }
                        .m-c-center {
                            width: 75%;
                            width: 79%;
                            // text-indent: 2em;
                            word-wrap: break-word;
                            color: #fff;
@@ -138,7 +142,11 @@
                    content: "";
                    width: 0px;
                    height: 0px;
                    border: 8px solid #29baf1;
                    // background-image: linear-gradient(#29baf1a1, #29baf1a1);
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid #19b3f0a1;
                    border-left: 8px solid transparent;
                    border-right: 8px solid #19b3f0a1;
                    position: absolute;
                    bottom: -8px;
                    left: calc(50% - 8px);
@@ -183,9 +191,9 @@
        div:nth-child(2) {
            display: none !important;
        }
        div:nth-child(3) {
            // border-top: 1px solid #ebebeb;
        }
        // div:nth-child(3) {
        //     // border-top: 1px solid #ebebeb;
        // }
        div {
            width: $controllerw;
            height: $controllerw;