.modal-content { max-width: 500px; /* 限制模态框的最大宽度 */ margin: auto; /* 居中 */ padding: 20px; /* 内边距 */ text-align: center; /* 内容居中 */ }