@charset "utf-8"; /*中间隐藏显示*/ .middle #main { background-color:#CCC; width:5px; height:100%; } /*覆盖bootstrap圆角样式*/ .header .navbar-inner { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } /*覆盖help-block样式*/ .help-block { color:#F00; } /*左侧导航*/ .left-menu { text-align:center; } .left-menu h3 { font-size:12px; line-height:36px; font-weight:normal; background-color:#F5F5F5; border-bottom: 1px solid #DDD; } .left-menu ul li a { line-height:32px; display:block; border-bottom: 1px solid #FFF; } .left-menu ul li a:hover { background-color:#F9F9F9; text-decoration:none; border-bottom: 1px solid #DDD; } /*中间内容*/ .main-nav { line-height:36px; background-color:#F5F5F5; border-bottom: 1px solid #DDD; padding:0 10px 0 5px; } .main-nav a { color:#333; } .main-nav a:hover { color:#08C; } .main-content { margin:10px; } .pagination { margin:0; height:22px; } .pagination a { line-height:20px; } .table-checkbox { width:14px; } .table-action { width:140px; } .success-error{ width:380px; margin-left:auto; margin-right:auto; margin-top:100px; } .success-error #num{ color:#F00; } /*必须输入提示*/ .must-input { color:#F00; margin-right:5px; } /*验证错误提示*/ .error { color: #B94A48; border-color: #B94A48; } span.error { background:url(../images/error14.png) no-repeat; margin-left:10px; padding-left:20px; } /*编辑框*/ .main-content form textarea{ width:650px; } .true{ color:#060; font-weight:bolder; } .false{ color:red; }