2
4

1 回答 1

0

对您正在使用的 .toontab 类使用百分比。然而,您必须使用媒体查询来获得远程支持

.toontab {
  position: relative;
  width: 8%;
  height: 3.5em;
  float: left;
  margin-right: 1.5em;
  font-size: 11pt;
  border-radius: 5px;
}
于 2013-04-21T16:21:45.750 回答