index_2.css 673 字节


.container{
    position: relative;
}
.mid{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.mask{
    width: 7.5rem;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.9;
    position: fixed;
    top: 1.69rem;
    z-index: 999;
    display: flex;
    align-items: center;
}
.pop{
    position: absolute;
    left:0;
    right: 0;
    z-index: 999;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    font-size: 0.48rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;

}
.pop_color{
    color:rgba(166,16,16,1);
}
.pop_text{
    padding: 0.42rem;
}