/* 保安员管理 */ .content-man{ width: 95%; /*border: 1px solid #cfcece;*/ margin: 30px auto; min-height: 800px; } .content-man .co-man-right{ padding: 15px 0; background: #f7f7f7; min-height: 800px; } .content-man .co-man-right .man-title{ font-weight: normal; line-height: 32px; padding-right: 0; } .content-man .co-man-right .level-sele{ width: 100%; height: 32px; border: 1px solid #cfcece; border-radius: 4px; background: red; } .content-man .co-man-right .seek-btn{ width: 65px; height: 32px; line-height: 32px; } .content-man .co-man-right .co-mtable{ border: 1px solid #cfcece; margin: 15px; } .content-man .co-man-right .co-mr-text{ padding: 0 15px; margin-top: 10px; } .content-man .co-man-right .co-mr-text .co-mr-subtext{ font-size: 16px; } .content-man .co-man-right .co-mr-text .co-mr-subtext label{ color: #2575eb; font-weight: normal; } .content-man .co-man-right .co-mtable .to-lead,.content-man .co-man-right .co-mtable .add-man{ width: 77px; height: 24px; line-height:22px; font-size: 12px; margin-left: 10px; } .content-man .co-man-right .co-mtable .add-man{ border-radius: 4px; border: 1px solid #2575eb; color: #2575eb; text-align: center; } .mr-100{ margin-right: 100px; } .pos-r0{ position: absolute; right: 0%; z-index: 999; } .content-man .co-man-right .co-mtable .table{ margin-bottom:0; } .content-man .co-man-right .co-mtable .table tr:last-child{border-bottom: none;} .content-man .co-man-right .co-mtable .table tr td{ text-align:center; height: 30px; line-height: 30px; } .content-man .co-man-right .co-mtable .table tr{ border-bottom: 1px solid #e1e1e1; } .content-man .co-man-right .co-mtable .table thead td{ background: #dae7fc; color: #2575eb; } .content-man .co-man-right .co-mtable .table tr:nth-child(2n){ background: #fff; } .bg-inherit{ background: inherit; } .w-30-auto{ width: 30%; margin: 0 auto; } .mask { position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #000; z-index: 9; left: 0px; opacity:0.5; -moz-opacity:0.5; } #close-popup{ cursor:pointer; position:absolute; top:60px; right:20px; z-index: 88; } .popup-man{ display:none; width:210px; height: 130px; z-index:1000; position:absolute; right:-10%; top:88%; } .popup-man .popup-sub{ height: 100px; border:1px solid #b2b2b2; background:#fff; border-radius: 4px; } .popup-man .popup-sub p{ width: 100%; text-align: center; margin-top: 10px; } .popup-man .mb-10-1{ margin-bottom: -6px; text-align: center; z-index: 999; } .modal .m-input a{ color: #2575eb; text-decoration:underline; margin-left: 5px; } .modal .m-input a:hover{ text-decoration:none; } .modal .con-text{ border-top: 1px solid #e1e1e1; padding: 20px 0; } /* 上传文件 */ .file { position:absolute; left:65px; width:450px; top:0px; height:28px; filter:alpha(opacity=0); opacity:0; cursor: pointer; background: red; } .file1 { z-index:0; width:150px; height:40px; text-indent:-9999px; cursor: pointer; display:block; position:absolute; top:5px; background: url(../images/up-file.jpg); } #viewfile{ margin-top: 40px; }