.form-input select {
    padding: 0 15px 0;
    min-height: 56px;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    background: rgba(243, 246, 253, 0.5);
    border: 1px dashed #DDDDDD;
    border-radius: 8px;
}

.form-show {
    padding: 0 15px;
    min-height: 56px;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    background: rgba(243, 246, 253, 0.5);
    border: 1px dashed #DDDDDD;
    border-radius: 8px;
    line-height: 56px; /* 与容器高度相同 */
}

.text-area-show {
    padding: 0 15px;
    min-height: 56px;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    background: rgba(243, 246, 253, 0.5);
    border: 1px dashed #DDDDDD;
    border-radius: 8px;
}