可能原因:
RWD 設定錯誤
原始程式:
位置: http://greentransport.iot.gov.tw/:24
div.mod_search109 input[type="search"] {
max-width: 100%;
padding-right: 0;
}
建議修改:
div.mod_search109 input[type="search"] {
max-width: 100%;
padding-right: 0;
}
補充
問題:
可能原因:
RWD 設定錯誤
原始程式:
位置: 原始碼:375
<div class="contentDiv_1azf7pu" data-reactid="88" style="text-align: center;background: #f1f2f3;height: auto;max-height: 545px;font-family: 微軟正黑體, Arial, sans-serif;font-size: 16px;">
<img class="contentImg_1x73jxz" src="https://imagelab.nownews.com/?
w=1080&q=85&src=https://rssimg.nownews.com/images/5aba3042a402303d5b0414ad_201803271951.jpg" alt="▲屏科大由屏東客運的4輛電動大巴士加入校園賃居公車路線營運,開創智慧預約、綠色校園運輸新紀元。(圖/記者陳宗傑攝,2018.03.27)" data-reactid="89" style="height: auto;width: 100%;max-width: 970px;max-height: 545px;">
</div>
建議修改:
div.contentDiv_1azf7pu {
text-align: center;
background: #f1f2f3;
height: auto;
max-height: 545px;
font-family: 微軟正黑體, Arial, sans-serif;
font-size: 16px;
}
img.contentImg_1x73jxz{
height: auto;
width: 100%;
max-width: 970px;
max-height: 545px;
}
補充