可以吗?我尝试了以下方法,但仍然无效:
“
我尝试用 CSS 来实现,但仍然无效,有人能帮帮我吗?
.sidebar-section-wrapper.sidebar-section[data-section-name="buythebookhere"] {
order: 1;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="reviews-of-customers"] {
order: 2;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="categories"] {
order: 3;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="tags"] {
order: 4;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="justbehappy"] {
order: 5;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="messages"] {
order: 6;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="chat-channels"] {
order: 7;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="chat-dms"] {
order: 8;
}
”