1 2 3 4 5 6 7 8 9 10 11 12 13 | /*圖片代替箭頭*/ /*右邊箭頭*/ .cmp_arrow_right{ content: url(圖片網址); height: px; width: px; } /*左邊箭頭*/ .cmp_arrow_left{ content: url(圖片網址); height: px; width: px; transform: scale(-1, 1) translateX(0px);/*讓圖片左右翻轉*/ } |
Direct link: https://paste.plurk.com/show/qsPl66DzTPhEhAMLl61a