2,025
次編輯
無編輯摘要 |
無編輯摘要 |
||
| 第36行: | 第36行: | ||
.mw-table { | .mw-table { | ||
border-collapse: collapse; /* Ensure borders don't double */ | border-collapse: collapse; /* Ensure borders don't double */ | ||
margin: | margin: 16px auto; /* Add margin for proper placement */ | ||
background-color: #ffffff; /* Set white background */ | background-color: #ffffff; /* Set white background */ | ||
width: 100%; /* Table spans container width */ | width: 100%; /* Table spans container width */ | ||
| 第45行: | 第45行: | ||
border-top: 1px solid #000000; /* Black border for table rows */ | border-top: 1px solid #000000; /* Black border for table rows */ | ||
border-bottom: 1px solid #000000; /* Black border for table rows */ | border-bottom: 1px solid #000000; /* Black border for table rows */ | ||
padding: | padding: 12px 24px; /* 左右增加24px间距 */ | ||
text-align: left; /* Align text to the left */ | text-align: left; /* Align text to the left */ | ||
vertical-align: middle; /* Vertically center text */ | vertical-align: middle; /* Vertically center text */ | ||