問題:
可能原因:
文章內文字未斷行
原始程式:
位置:http://teric.naer.edu.tw/wSite/styles/teric_m/css/mobile.css:13
header, footer, nav, aside, section, article, figure, figcaption {
display: block;
}
建議修改:
新增word-break
header, footer, nav, aside, section, article, figure, figcaption {
display: block;
word-break: break-all;
}
補充
結尾(選填,可增加網站建議)
問題:
可能原因:
此網站使用自行撰寫的js程式呼叫連結,程式有錯誤,建議解決錯誤,此部分超出本計畫能解決範圍,故不處理
原始程式:
無
建議修改:
無
補充
無
結尾(選填,可增加網站建議)
問題:
可能原因:
排版設定問題
原始程式:
位置:http://teric.naer.edu.tw/wSite/styles/teric_m/css/table.css:163
.searchTb table th {
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
padding: 5px 10px !important;
font-weight: normal;
white-space: nowrap;
vertical-align: top;
text-align: right;
width: 20%;
}
建議修改:
170行換成left
.searchTb table th {
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
padding: 5px 10px !important;
font-weight: normal;
white-space: nowrap;
vertical-align: top;
text-align: left;
width: 20%;
}
補充
結尾(選填,可增加網站建議)