发表于 2020-04-07 | 更新于 2019-04-08 | 阅读次数: 本文字数: 196 | 阅读时长 ≈ 1 分钟 /*允许中文字符*/ @charset "utf-8"; body{ background: #CCC; text-align: center; } #button{ margin: 50px auto; width: 200px; } #can{ background: white; margin-top: -50px; display: inline-block; }