常用CSS

{

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();

原文地址:https://www.cnblogs.com/renpei/p/12595153.html