@charset "utf-8"; /* CSS Document */ #reviewJob{ display:none; position: fixed; top:0; left:50%; margin-left:-250px; width:500px; background-color:#FFFFFF; z-index: 9999999; border:1px solid #A6A3A3; } #reviewJob .review-head{ width:100%; height:28px; line-height:28px; text-indent: 1.5em; background: url(../image/cell.png) 2px 4px no-repeat ; } #reviewJob .tab-list{ width:100%; height:40px; line-height:40px; background:url(../image/table_th_bg.gif) repeat-x; } #reviewJob .tab-list a{ float:left; display: block; margin-top:10px; margin-left:2%; width:30%; height:30px; line-height: 30px; color:#000000; text-decoration: none; text-align: center; cursor:pointer; } #reviewJob .tab-list a:hover{ color:#32A030; text-decoration: underline; } #reviewJob .tab-piece{ display: none; width:100%; } #reviewJob .tab-piece .piece-head{ width:100%; height:30px; line-height:30px; text-indent: 1em; background-color:#EBEBEB; font-weight: bold; } #reviewJob .tab-piece .piece-content,#reviewJob .tab-piece .piece-content-special{ width:100%; background-color:#FFFFFF; } #reviewJob .tab-piece .piece-content span{ height:80px; line-height: 80px; margin-left:2%; } #reviewJob .tab-piece .piece-content textarea{ float:right; margin-right:4%; width:70%; height:80px; resize:none; border:1px solid #CCCCCC; } #reviewJob .tab-piece .piece-content-special span{ height:80px; line-height:80px; margin-left:1%; } #reviewJob .tab-piece .piece-content-special .check-list{ position:relative; float:right; width:80%; height:80px; line-height: 20px; } #reviewJob .tab-piece .piece-content-special .check-list textarea{ position:absolute; width:36%; height:80px; top:0; right:10px; resize:none; border:1px solid #CCCCCC; } #reviewJob .review-btn{ width:100%; background-color:#EBEBEB; } #reviewJob .review-btn 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; /*按钮的上右下左的距离*/ margin:20px 40px; } #reviewJob .review-btn 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; } /*选项卡被点击后的结果*/ .action{ border-radius:14px 14px 0 0; -moz-border-radius: 14px 14px 0 0; -webkit-border-radius: 14px 14px 0 0; background-color:#FFFFFF; } .piece-show{ display:block; } /*从作业模板创建结果 */ #resultInfor{ display:none; position:fixed; top:0; left:50%; margin-left:-230px; width:460px; overflow-x:hidden; background-color:#EBEBEB; z-index: 9999999; } #resultInfor .result-head{ width:100%; height:30px; line-height:30px; text-indent:1.6em; font-weight:bold; background:url(../image/cell.png) no-repeat 4px; background-color:#FFFFFF; } #resultInfor .cont-list{ width:100%; line-height:30px; text-indent:1em; } #resultInfor .btn-con .ensure{ /*初始化按钮*/ 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; /* 确定按钮的位置 */ margin:10px 0 10px 40%; margin-left:40%; } #resultInfor .btn-con .ensure: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; }