Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如下所示,但奇怪的是 body 标签是唯一属于“body”类的元素,所以我不知道为什么。有没有人遇到过类似的事情?
body { background-image: url('img/bg2a.png'); color: #000; ... } .body { clear: both; margin: 0 auto; width: 1024px; }
[...]但奇怪的是body标签是唯一属于“body”类的元素,所以我不知道为什么。
您可以将类分配.body给任何元素,例如:
.body
<input type="text" class="body" />