111,126
社区成员
发帖
与我相关
我的任务
分享
@"(?im)^\s*[a-z,]*\bbody\b[a-z,]*\s*{[^}]+}" //这样吧
@"(?im)^\s*[a-z,]*body[a-z,]*\s*{[^}]+}"
body{
font-size:12px;
background:url(../images/bg.jpg) top center repeat-x;
background-color: #C9E07C;
}
ul{
list-style:none;
}
@"(?m)^\s*body\s*{[^}]+}"