具体代码如下所述:
< !DOCTYPE html >document < /title> body { background: #ccc; } label { width: 100px; display: inline - block; } span { color: red; }.container { margin: 100px auto; width: 400px; padding: 50px; line - height: 40px; } span { margin - left: 30px; font - size: 12px; } < /style>


