1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* 河道更新器 - 按鈕自調大小 */ #updater, #updater .item { height: auto; font-size: 0; line-height: 0; } #updater .item a { /* 重設 */ display: inline-block; padding: 0; /* 清空 */ overflow: hidden; font-size: 0; /* 高度 */ height: 35px; /* 寬度 */ width: 35px; /* 圓角 */ border-radius: 12px; } #updater .item a i { /* 清除右側與文字距離 */ margin-right: 0; /* 與外框同尺寸 */ width: 100%; height: 100%; /* 圖案置中 */ display: flex; justify-content: center; align-items: center; /* 圖案大小 */ font-size: 16px; } |
Direct link: https://paste.plurk.com/show/ivJeiYhMFXnkADPDRSnO