stevessr (@stevessr) 在 水一下,宽屏模式下的右侧热力 中发帖
那个热力应该是这个css选择 .tc-right-sidebar
这样藏一下热力
.tc-right-sidebar {
display: none;
}
@media screen and (min-width: 767px) {
.tc-right-sidebar+#list-area {
width: -webkit-fill-available;
}
}
欸,不是……IDC的和这边的with在其他参数下表现不一致啊……