1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/* 噗幣區域修改 */

.premium{
  /* 參數 */
  --width: 圖片寬度px;
  --height: 圖片高度px;

  position: absolute;
  right: 0px;
  bottom: 0px;
  width: var(--width);
  height: var(--height);
  background: url(游標不在上面的圖);
}

.pif-bone:before { content: ""} /* 隱藏原有噗幣圖案 */
.premium:hover { cursor: url(游標移到上面時的游標), auto !important; background: url(游標移到上面時的圖); }
.premium:active { cursor: url(點擊時的游標), auto !important; background: url(游標點擊時的圖);}