講義下載
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/* 頁面標題圖片 */
.download-title-image {
display: block;
width: 29.375rem;
max-width: 100%;
height: auto;
margin: 0;
}
/* 下載內容 */
.download-table {
width: 37.5rem;
max-width: 100%;
margin: 0;
color: rgb(0, 0, 0);
font-family: "Times New Roman", "Microsoft JhengHei", Arial, sans-serif;
}
/* 區塊標題 */
.section-title {
margin: 0;
color: #a52a2a;
font-size: 1.2em;
font-family: "Microsoft JhengHei", Arial, sans-serif;
}
/* 下載文字 */
.download-list {
color: rgb(102, 102, 102);
line-height: 1.8;
text-align: left;
font-weight: normal;
}
/* 下載連結 */
.download-list a {
color: rgb(51, 51, 51);
text-decoration: none;
}
/* 滑鼠移入、鍵盤焦點 */
.download-list a:hover,
.download-list a:focus {
text-decoration: underline;
}
講義下載