<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post//</link>
<title><![CDATA[修改本網站上PC版面中的CSS]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Mon, 05 Dec 2022 00:20:01 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<span style="font-size: 130%;">因為重新安裝系統，最近常常增加自己的部落格內容，以防自己忘了許多小細節。也包括了自己工作室的部落格記載著許多年下來的內容也十分多，<span style="color: #8B0000;"><strong>需要做些CSS視覺修改</strong></span>，好分辨在眾多的標題與文章間的視覺修正，好讓閱讀者有較好的視覺引導</span><br/><br/>▼發現電腦版需要點修正（修改前，青色箭頭部分無 ▶）<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4383" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4383" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼手機版還算清楚，所以沒有動到手機版的視覺修正<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4384" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4384" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼使用chrome檢視這行程式碼<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4387" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4387" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼按F12後，找到這段程式碼，應該是之下的 h4<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4388" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4388" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼開啟 CSS 並找到這段程式碼<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4389" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4389" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼找到 h4 在網頁中的位置，並 Chrome 中確認無誤後，就可以在 h4 下方增加一段程式碼<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4390" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4390" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>▼於 CSS 中增加並修改的程式碼<br/><div class="code">.textbox-title h4::before&#123;<br/>&nbsp;&nbsp;z-index: 99999;&nbsp;&nbsp;/*提升Layer層，不受到其他設定遮蔽*/<br/>&nbsp;&nbsp;position: relative; /*將content內的符號做相對位置移動*/<br/>&nbsp;&nbsp;margin: 0 0 0 -20px; /*向左移動20px*/<br/>&nbsp;&nbsp;content: &quot;▶&quot;;&nbsp;&nbsp;/*文字符號為 ▶*/<br/>&nbsp;&nbsp;color: rgba(102,102,102,0.80);&nbsp;&nbsp;/*指定文字顏色*/<br/>&#125;</div><br/><br/>▼當程式碼更新後（修改後，青色箭頭部分出現了 ▶）<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=4392" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=4392" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E4%25BF%25AE%25E6%2594%25B9/" rel="tag">修改</a> , <a href="https://blog.apao.idv.tw/tags/%25E7%25B6%25B2%25E7%25AB%2599/" rel="tag">網站</a> , <a href="https://blog.apao.idv.tw/tags/pc/" rel="tag">pc</a> , <a href="https://blog.apao.idv.tw/tags/%25E7%2589%2588%25E9%259D%25A2/" rel="tag">版面</a> , <a href="https://blog.apao.idv.tw/tags/css/" rel="tag">css</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] 修改本網站上PC版面中的CSS]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>