#
zjj
3 天以前 7e92ffb424c20b0726e7bec2b6ce06780e9127dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.cu-popup {
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    top: 0;
    .popup-content{
        background-color: #fff;
        width: 80vw;
        padding:5px 10px;
        .head{
            text-align: center;
            font-size: 38upx;
            line-height: 2;
            position: relative;
            .close{
                position: absolute;
                top: 4upx;
                right: 10upx;
                font-size: 50upx;
                line-height: 1;
            }
        }
        
        .body{
            margin-top: 20upx;
            margin-bottom: 20upx;
        }
    }
}