.action-panel {
    height: 100%;
    background: @body-color;
    .action-list {
        display: flex;
        justify-content: space-around;
        padding: 0.32rem 0;
        .action-item {
            display: flex;
            flex-direction: column;
            font-size: 0.28rem;
            text-align: center;
            .action-icon {
                margin-bottom: 0.1rem;
                font-size: 1.2rem;
                border-radius: .2rem;
                background: var(--background-white);
            }
        }
    }
    .action-cancel {
        height: 0.8rem;
        text-align: center;
        font-size: 0.34rem;
        line-height: 0.8rem;
        background: @background-white;
    }
}