問題:
可能原因:
RWD 沒設定好
原始程式:
第 81 行
<div style="float: left; width: 60%; margin-right: 10px;">
建議修改:
第 81 行 修改width: 100%;
<div style="float: left; width: 100%; margin-right: 10px;">
補充
結尾(選填,可增加網站建議) (edited)
無
問題:
可能原因:
RWD 沒設定好
原始程式:
第 99 行
<th data-class="expand" class="footable-first-column" style="width:50%;" headers="h1">主題</th>
建議修改:
第 99 行 新增class=“rwd_th” 刪除style=“width:50%;”
<th class="rwd_th" data-class="expand" class="footable-first-column" headers="h1">主題</th>
第42行 新增
<style type="text/css">
.rwd_th {
width: 50% ;
}
@media (min-width: 300px) and (max-width: 991px){
.rwd_th{
width: 5% !important;
}
}
</style>
補充
結尾(選填,可增加網站建議) (edited)
無
問題:
可能原因:
RWD 沒設定好
原始程式:
第 261-277 行
<label style="margin-right: 10px;" for="813_1769"><input type="checkbox" name="813" id="813_1769" hidefocus="true" value="1769"/>(1)處理時間太慢</label>
<label style="margin-right: 10px;" for="813_1770"><input type="checkbox" name="813" id="813_1770" hidefocus="true" value="1770"/>(2)承辦人員處理態度不佳</label>
<label style="margin-right: 10px;" for="813_1771"><input type="checkbox" name="813" id="813_1771" hidefocus="true" value="1771"/>(3)答覆內容沒有具體明確</label>
<label style="margin-right: 10px;" for="813_1772"><input type="checkbox" name="813" id="813_1772" hidefocus="true" value="1772"/>(4)答覆內容為制式例稿,欠缺誠意</label>
<label style="margin-right: 10px;" for="813_1773"><input type="checkbox" name="813" id="813_1773" hidefocus="true" value="1773"/>(5)答覆內容與實際處理情形不符</label>
<label style="margin-right: 10px;" for="813_1774"><input type="checkbox" name="813" id="813_1774" hidefocus="true" value="1774"/>(6)曲解法令或引用法令錯誤</label>
<label style="margin-right: 10px;" for="813_1775"><input type="checkbox" name="813" id="813_1775" hidefocus="true" value="1775"/>(7)處理結果沒有考量民眾需求</label>
<label style="margin-right: 10px;" for="813_1776"><input type="checkbox" name="813" id="813_1776" hidefocus="true" value="1776"/>(8)相關單位推諉責任</label>
<label style="margin-right: 10px;" for="813_1777"><input type="checkbox" name="813" id="813_1777" hidefocus="true" value="1777"/>(9)其他</label>
建議修改:
第 261-277 行 增加style=“display:block;”
<label style="display:block; margin-right: 10px;" for="813_1769"><input type="checkbox" name="813" id="813_1769" hidefocus="true" value="1769"/>(1)處理時間太慢</label>
<label style="display:block; margin-right: 10px;" for="813_1770"><input type="checkbox" name="813" id="813_1770" hidefocus="true" value="1770"/>(2)承辦人員處理態度不佳</label>
<label style="display:block; margin-right: 10px;" for="813_1771"><input type="checkbox" name="813" id="813_1771" hidefocus="true" value="1771"/>(3)答覆內容沒有具體明確</label>
<label style="display:block; margin-right: 10px;" for="813_1772"><input type="checkbox" name="813" id="813_1772" hidefocus="true" value="1772"/>(4)答覆內容為制式例稿,欠缺誠意</label>
<label style="display:block; margin-right: 10px;" for="813_1773"><input type="checkbox" name="813" id="813_1773" hidefocus="true" value="1773"/>(5)答覆內容與實際處理情形不符</label>
<label style="display:block; margin-right: 10px;" for="813_1774"><input type="checkbox" name="813" id="813_1774" hidefocus="true" value="1774"/>(6)曲解法令或引用法令錯誤</label>
<label style="display:block; margin-right: 10px;" for="813_1775"><input type="checkbox" name="813" id="813_1775" hidefocus="true" value="1775"/>(7)處理結果沒有考量民眾需求</label>
<label style="display:block; margin-right: 10px;" for="813_1776"><input type="checkbox" name="813" id="813_1776" hidefocus="true" value="1776"/>(8)相關單位推諉責任</label>
<label style="display:block; margin-right: 10px;" for="813_1777"><input type="checkbox" name="813" id="813_1777" hidefocus="true" value="1777"/>(9)其他</label>
補充
結尾(選填,可增加網站建議) (edited)
無
問題:
可能原因:
RWD 沒設定好
原始程式:
第 98 行
<td width="93" style="padding: 0cm 5.4pt 0cm 5.4pt;" data-mce-style="padding: 0cm 5.4pt 0cm 5.4pt;">
<p>
<span style="color: black;" data-mce-style="color: black;">悠蘭</span>
<span style="color: black;" data-mce-style="color: black;">.</span>
<span style="color: black;" data-mce-style="color: black;">多又</span>
</p>
</td>
建議修改:
第 98 行 合併span標籤
<td width="93" style="padding: 0cm 5.4pt 0cm 5.4pt;" data-mce-style="padding: 0cm 5.4pt 0cm 5.4pt;">
<p>
<span style="color: black;" data-mce-style="color: black;">悠蘭多又</span>
</p>
</td>
補充
結尾(選填,可增加網站建議) (edited)
無