1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*左右鍵語法*/

/*左鍵的*/
.browse_button .cmp_arrow_right, {
background-repeat: no-repeat; /*圖片不重複*/
background-image: url(https://emos.plurk.com/deb24ab…_w35_h40.gif);
/*圖片大小最好56PX*/
color: rgba(255,255,255,0) !IMPORTANT;/*原箭頭文字隱藏*/;
font-size: 56px;/*如果圖片大小不是56PX這邊一起改*/
}

/*左鍵的*/
.browse_button .cmp_arrow_left, {
background-repeat: no-repeat; /*圖片不重複*/
background-image: url(https://emos.plurk.com/deb24ab…_w35_h40.gif);
/*圖片大小最好56PX*/
color: rgba(255,255,255,0) !IMPORTANT;/*原箭頭文字隱藏*/;
font-size: 56px;/*如果圖片大小不是56PX這邊一起改*/
}