css 模擬簡單按鈕

css 模擬簡單按鈕

文章分類:Web前端

 

.likeButton{

font-size:18px;

align:center;

border: 1px solid black; 

width: 75px; 

height: 25px; 

background-color: #999999;

list-style:none; 

text-align:center;

margin:0 0 0 0;

cursor:hand;

line-height:25px;

}

 

 

 

<div  id="delRest${term.formatTermCD}" class="lickButton">実行</div >

 

效果如下

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章