/* 列表页样式 */
.gridster>ul {
    /* width: 1320px; */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    /* 这里设置跨度时间为0.5秒 */
}

.importantClass {
    opacity: 1 !important;
}