衛福部食品藥物管理署-柯宥辰

網站

衛福部食品藥物管理署

姓名

柯宥辰

檢測日期

2018-04-25

檢測裝置

i6
MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports)

作業系統 與 瀏覽器版本

ios 10.12.6

解析度(手機螢幕)

375*667 pixels

是否會自動跳入行動版欄位?

壞掉的連結

跑版(影響閱讀)問題

[首頁 > 公告資訊 > 預告法規沿革區>預告修正「健康食品之促進鐵吸收功能評估方法」,名稱並修正為「健康食品之促進鐵可利用率保健功效評估方法」]
44


[首頁 > 機關介紹 > 業務介紹](圖片超出網頁頁面)
42

[首頁 > 機關介紹 > 署徽設計說明](圖片超出網頁頁面)
45

[首頁 > 便民服務 > 常見問答>食品藥物管理署針對100年5月4日體外診斷醫療器材查驗登記申請須知說明會,廠商詢問本署(TFDA)可否接受美國FDA出具製造廠位於美、墨現行保稅加工協定之墨西哥製造廠的製售證明,詳如內文。](連結超出網頁頁面)
25

[首頁 > 便民服務 > 常見問答>藥品製造工廠](表格超出網頁頁面)
23

無法操作的網頁元素(如按鈕不能按、選單不能選等)

出現亂碼

不能用的外掛程式(Flash、ActiveX、Applet、Silverlight、…)

網站載入緩慢(相對一般網站)

閱讀模式

有些有/有些沒有

其他(無法判斷屬於以上那個分類的都放在這邊)

對此網站建議(非程式問題皆放置這裡)

  • 網站網頁右邊留白(但似乎不影響,因為一滑動就回歸整個版面)
    [首頁]
    02

1個讚

問題:

原始程式:

位置:https://fatraceschool.moe.gov.tw/frontend/

建議修改:

已測試,問題無法複現
網域不同,非檢測範圍

補充:

tw_frontend_(iPhone 6_7_8)

問題:

可能原因:

多餘表格

原始程式:

位置:預告法規沿革區 - 公告資訊 - 衛生福利部食品藥物管理署 :922

<div class="edit marginBot">
	<table class="table" style="font-size: 16px; border-top: black 0pt solid; font-family: sans-serif; border-right: black 0pt solid; width: 604px; white-space: normal; word-spacing: 0px; border-collapse: collapse; border-bottom: black 0pt solid; text-transform: none; font-weight: 400; color: #222222; font-style: normal; margin: -25mm 0mm 0mm; border-left: black 0pt solid; orphans: 2; widows: 2; letter-spacing: normal; background-color: #ffffff; text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial" cellspacing="0" cellpadding="0" data-po="0" data-keep-together="-1" data-showinpage="7">
		......
	</table>
	<table class="table" style="font-size: 16px; border-top: black 0pt solid; font-family: sans-serif; border-right: black 0pt solid; width: 604px; white-space: normal; word-spacing: 0px; border-collapse: collapse; border-bottom: black 0pt solid; text-transform: none; font-weight: 400; color: #222222; font-style: normal; margin: -25mm 0mm 0mm; border-left: black 0pt solid; orphans: 2; widows: 2; letter-spacing: normal; background-color: #ffffff; text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial" cellspacing="0" cellpadding="0" data-po="0" data-keep-together="-1" data-showinpage="7">
		......
	</table>
	......
</div>

建議修改:

刪除這兩個table

<div class="edit marginBot">
	......
</div>

補充:

aspx_cid=5072&id=22798(iPhone 6_7_8)

問題:

可能原因:

圖片長寬設置錯誤

原始程式:

以 [首頁 > 機關介紹 > 業務介紹] 為例
位置:業務介紹 - 機關介紹 - 衛生福利部食品藥物管理署 :917

<img width="800" height="275" title="食品藥物管理署業務介紹摺頁(中文)" alt="食品藥物管理署業務介紹摺頁(中文)" border="0" style="HEIGHT: 275px;WIDTH: 800px;" src="http://www.fda.gov.tw/upload/133/2017112416391180111.jpg">

位置:https://www.fda.gov.tw/TC/css/innerNew.css :135

.edit img {
	width:100%;
}

建議修改:

將長寬改為最大長寬

<img title="食品藥物管理署業務介紹摺頁(中文)" alt="食品藥物管理署業務介紹摺頁(中文)" border="0" style="max-height: 275px;max-width: 800px;" src="http://www.fda.gov.tw/upload/133/2017112416391180111.jpg">

加上高度限制

.edit img {
	width:100%;
	height:  auto;
}

補充:

aspx_sid=34(iPhone 6_7_8)


問題:

可能原因:

長英文無換行

原始程式:

位置:便民服務 - 衛生福利部食品藥物管理署

建議修改:

在css中加入a標籤的強制換行

a{
	word-break: break-all;
}

補充:

aspx_id=1108(iPhone 6_7_8)


問題:

可能原因:

表格內容過多

原始程式:

位置:便民服務 - 衛生福利部食品藥物管理署

<table cellspacing="0" border="1">
	......
</table>

建議修改:

使用帶有overflow署幸的div標籤包起來

<div style="overflow: ">
	<table cellspacing="0" border="1">
		......
	</table>
</div>

補充:

表格向左拖曳示意圖
aspx_id=1037(iPhone 6_7_8)