1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*自訂噗寶 1*/
._lc_ #dynamic_logo:after{
display:block;
position:absolute;
top:500px; /*上方距離 (可改bottom)*/
right:30px; /*右邊距離 (可改left)*/
content:url(); /*圖片網址*/
}
/*自訂噗寶 2*/
._lc_ #dynamic_logo:before{
display:block;
position:absolute;
top:400px; /*上方距離 (可改bottom)*/
right:30px; /*右邊距離 (可改left)*/
content:url(); /*圖片網址*/
}