移除主题图(修订版)

你好,希望有人能帮忙。我正在尝试移除主题地图。

我尝试了以下代码,按钮已经消失,但主要内容部分还在……我是不是漏掉了什么?

.topic-map section {    
          display: none;
 }
 
 .topic-map .buttons {
        display: none;
 }

明白了哈哈。(粘贴到 CSS 中)

    .topic-map {
        display: none;
    }


    .topic-map .buttons {
        display: none;
    }
3 个赞