.image-pop-emitter {
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    .image-pop-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 20rpx 20rpx;
        .btn-list {
            border-radius: 26rpx;
            overflow: hidden;
            .btn {
                border-top: 1rpx solid #ccc;
                margin-top: -1px;
            }
        }
        .btn {
            font-size: 40rpx;
            color: #007AFF;
            text-align: center;
            height: 114rpx;
            line-height: 114rpx;
            
            background-color: #fff;
            &.cancel {
                border-radius: 26rpx;
                margin-top: 20rpx;
            }
        }
    }
}