后台设置,自定义css添加

/*手机不显示标签云*/
.iframe_cross iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
@media (max-width:767px) {
    #tabs-4,#tag_cloud-2 {
        display: none;
    }
}