語法:顯示分類頁面背景浮水印

發布日期 : 2021-08-16
<style>
@media (min-width: 768px){
.page_mobilecgmolist .main .mrow .col.col_02:after {
content: "";
background: url(https://www.cpu.edu.tw/var/file/0/1000/img/2/cpumark.png) no-repeat right bottom;
position: absolute;
right: 0;
bottom: 0;
height: 412px;
width: 597px;
opacity: .1;
z-index: -1;
}
}
</style>