常用CSS
![](https://images.cnblogs.com/OutliningIndicators/ContractedBlock.gif)
{ display: block;/*可以将行内元素转化为块状元素*/ } { display: inline-block;/*可以将行内元素转化为块状行内元素*/ } { text-align: center;/*文字水平居中*/ line-height: *px;/*如果元素的line-height = height 就会垂直居中 比如 {height: 40px;line-height: 40px;} */ } { background-image: url(https://pic.cnblogs.com/avatar/939109/20170623103011.png); /**/ background-repeat: no-repeat;/**/ background-position: 0px;/**/ }
$("#BTN_SAVE").parent().hide();