@charset "utf-8"; /* CSS Document */ #templet{ display:none; position:fixed; top:0; left:50%; margin-left:-230px; width:360px; overflow-x:hidden; background-color:#FFFFFF; z-index: 9999999; } #templet .head{ width:100%; height:30px; line-height:30px; text-indent:1.6em; font-weight:bold; background-color:#FFFFFF; background:url(../image/cell.png) no-repeat 4px; } #templet .content{ width:100%; height:254px; overflow: hidden; background-color:#EBEBEB; } #templet .content .con-list{ width:100%; } #templet .content .con-list .list-head{ width:100%; height:30px; line-height:30px; font-weight: bold; text-indent:10px; } #templet .content .con-list .msg{ width:100%; margin:40px 0 4px 0; text-indent:2%; } #templet .content .con-list input[type="text"]{ width:86%; height:26px; border:1px solid #349D36; margin-left:2%; } #templet .content .con-list input[type="checkbox"]{ margin-left:2%; } #templet .content .con-list select{ width:86%; height:26px; border:1px solid #349D36; margin-left:2%; vertical-align: middle; } #templet .content .con-list .templet-ipt{ background-color:#bbb; } #templet .content span{ line-height: 30px; margin-left:10px; } #templet .content .con-list span{ color:#858484; line-height:44px; } #templet .content .work-style{ visibility:hidden; margin-left:10px; } #templet .btn-con{ width:100%; background-color:#EBEBEB; } #templet .btn-con .left-btn{ float:left; width:40%; } #templet .btn-con .right-btn{ float:right; width:34%; } #templet .btn-con input{ /*初始化按钮*/ 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; border: 1px solid #CCCCCC; color:#A6A3A3; /*确定位置*/ margin:30px 4px 20px 4px; } #templet .btn-con .btn{ /*初始化按钮*/ 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; } #templet .btn-con .btn: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; } .show{ display:block; } .hide{ display:none; }