centerPopup.acss 1.07 KB
.popupWindow {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.12)
}

.popupWindowCenter {
    width: 587rpx;
    left: 50%;
    margin-left: -293rpx;
    height: auto;
    position: absolute;
    border-radius: 10rpx;
    top: 400rpx;
    background: #fff;
}

.list {
    height: 96rpx;
    text-align: center;
    line-height: 96rpx;
    text-align: center;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}

.list:nth-child(2) {
    color: #3296FA;
}

.listBg {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.12);
    font-family: 'PingFangSC-Regular';
    font-size: 40rpx;
    color: #191F25;
    text-align: center;
    z-index: 9999;
}

.listContent {
    padding: 0 20rpx;
    position: fixed;
    bottom: 18rpx;
    width: 710rpx;
}

.listItemCont {
    background: #FFFFFF;
    border-radius: 26rpx;
    width: 100%;
}

.listItem {
    height: 112rpx;
    line-height: 112rpx;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}

.listItem:last-child {
    border: none;
}