求css问题解答padding-left表示左内补丁,如果右侧没有指定的话,右侧是0.所以只加一个50是正确的.padding-top则只是上内补丁,与padding不同,后者表示上下左右四处内补丁使用同一个值.padding:5px等同于:padding2023-02-21html-css200