@charset "utf-8"; /* CSS Document */ *{ /*将内容变得不可选*/ moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; } #main .tbl .summary{ display: block; width:100%; height:36px; line-height:36px; text-align: center; background:url(../image/table_th_bg.gif) repeat-x; } #main .tbl .summary span{ font-weight:bold; } #main .tbl .summary strong{ float: right; margin-right:40px; } #main .tbl .summary strong input[type="checkbox"]{ margin-right:6px; } /*节假日期表格*/ #main .tbl table{ width:100%; border-spacing:0; border-collapse:collapse; } #main .tbl table th{ font-size:16px; padding:8px 0; border:1px solid #ccc; } #main .tbl table td{ padding:8px 0; text-align:center; border:1px solid #ccc; } #main .tbl table td a{ font-size:16px; color:blue; } #main .tbl table td a:hover{ color:#000; text-decoration: none; } /*弹出窗口*/ #popWin{ display:none; position:absolute; width:300px; left:50%; margin-left:-150px; top:150px; background-color:#fff; z-index: 99999990; border:1px solid #ccc; } #popWin span{ display:block; width:100%; height:30px; line-height:30px; text-indent:1.5em; font-weight: bold; background:url(../image/table_th_bg.gif) repeat-x; } #popWin table{ width:100%; border-spacing: 0; border-collapse:collapse; } #popWin table td{ padding:8px 0; text-align:center; } #popWin .content table td select{ width:90%; height:30px; border:1px solid #ccc; } #popWin .content table td input[type="text"]{ width:90%; height:30px; line-height:30px; border:1px solid #ccc; } #popWin .btn-con input[type="button"]{ /*初始化按钮*/ font-size: 12px; text-decoration: none!important; font-family: Helvetica, Arial, sans serif; padding: 6px 12px; border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0px 0px 2px #fff; -o-box-shadow: inset 0px 0px 2px #fff; -webkit-box-shadow: inset 0px 0px 2px #fff; -moz-box-shadow: inset 0px 0px 2px #fff; /*定义颜色和样式*/ color: #41788c; border: 1px solid #6fb1c7; background-image: -moz-linear-gradient(#aae5f7, #73d0f1); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7)); background-image: -webkit-linear-gradient(#aae5f7, #73d0f1); background-image: -o-linear-gradient(#aae5f7, #73d0f1); text-shadow: 1px 1px 1px #bfeafb; background-color: #73d0f1; } #popWin .btn-con input[type="button"]:hover{ border: 1px solid #4690ad; background-image: -moz-linear-gradient(#73d0f1, #aae5f7); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1)); background-image: -webkit-linear-gradient(#73d0f1, #aae5f7); background-image: -o-linear-gradient(#73d0f1, #aae5f7); background-color: #aae5f7; } /*右键菜单内容*/ #right-menu{ display:none; _display:none; position:absolute; border:1px solid #b6c1fa; background-color:#fff; font-size: 12px; top:0; left:0; z-index:9999999; } #right-menu a{ display:block; _display:block; padding:8px 16px; color:#000; text-decoration:none; } #right-menu a:hover{ background-color:#aae5f7; } #right-menu a:visited{ color:#000; } /*被选中行的背景色*/ .b8cfe5{ background-color:#b8cfe5; } /*最新添加的颜色为红色*/ .red{ color:red; }