1
2
3
4
5
6
7
/*發噗鈕*/
.submit_img{
background: url(圖片網址) no-repeat; /*圖案不重複*/
background-size:contain; /*圖片自動縮放*/
background-color: rgba(255, 255, 255, 0); /*背景色透明*/
color: rgba(255, 255, 255, 0); /*文字透明*/
}