/* 示例：去掉多余间距、改背景色为白色 */
.多余的类名 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.需要改白的类名 {
    background-color: #ffffff !important;
}