問題:
可能原因:
原始程式:
@media (max-width: 767px)
.banner-center {
background-color: #7BB6D3;
padding: 15px 40px 5px 40px;
left: -20px;
}
建議修改:
拿掉left, same as class banner-left and class banner-right
補充
結尾(選填,可增加網站建議)
問題:
可能原因:
原始程式:
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
建議修改:
bootstrap中預設 li > a不換行,拿掉white-space就好
補充
結尾(選填,可增加網站建議)
問題:
可能原因:
原始程式:
<table cellpadding="0" cellspacing="0" style="width:98%;">
<tbody><tr>
<td style="width:250px;padding-right: 20px;">
<div>
<div>
<a title="經濟部商業司「閉鎖性股份有限公司」相關法規及登記實務說明會-上午場" href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank">
<img src="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showPic&pk=455" alt="" style="border-width:0px;margin:9px 0; width: 250px;">
</a>
</div>
</div>
</td>
<td style="vertical-align: top;line-height:25px; font-size: 0.9375em;">
<div>
<a href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank">經濟部商業司「閉鎖性股份有限公司」相關法規及登記實務說明會-上午場</a><br>
</div>
<div style="color:#B76464;">
活動日期:<span style="color:#B76464">2015/08/27</span>
</div>
<div>
<span style="text-indent: 2em;">主題:「閉鎖性股份有限公司」相關法規及登記實務說明會
<br>上課日期:2015/8/27(四) 10:00-12:00
<br>上課地點:經濟部大禮堂
<br>說明會內容涵蓋「商業法制最新趨勢解析」</span>
<a href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank" style="color:#ED0874;">...更多</a>
</div>
</td>
</tr>
</tbody></table>
建議修改:
<table cellpadding="0" cellspacing="0" style="width:98%;word-break: break-all;">
<tbody><tr>
<td style="width: 50%;padding-right: 20px;">
<div>
<div>
<a title="經濟部商業司「閉鎖性股份有限公司」相關法規及登記實務說明會-上午場" href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank">
<img src="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showPic&pk=455" alt="" style="border-width:0px;margin:9px 0;width: 100%;">
</a>
</div>
</div>
</td>
<td style="vertical-align: top;line-height:25px;font-size: 0.9375em;width: 50%;">
<div>
<a href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank">經濟部商業司「閉鎖性股份有限公司」相關法規及登記實務說明會-上午場</a><br>
</div>
<div style="color:#B76464;">
活動日期:<span style="color:#B76464">2015/08/27</span>
</div>
<div>
<span style="text-indent: 2em;">主題:「閉鎖性股份有限公司」相關法規及登記實務說明會
<br>上課日期:2015/8/27(四) 10:00-12:00
<br>上課地點:經濟部大禮堂
<br>說明會內容涵蓋「商業法制最新趨勢解析」</span>
<a href="https://gcis.nat.gov.tw/mainNew/photoAlbumAction.do?method=showDetail&pk=152" target="_blank" style="color:#ED0874;">...更多</a>
</div>
</td>
</tr>
</tbody></table>
補充
結尾(選填,可增加網站建議)