@charset "utf-8"; #staffInfor { display: none; position: fixed; top: 0; left: 50%; width: 760px; margin-left: -380px; z-index: 9999; background-color: #fff; overflow-y: hidden; } #staffInfor .staff-head { width: 100%; height: 36px; line-height: 36px; text-indent: 30px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #ccc; background: url(../image/cell.png) no-repeat 10px 6px; } #staffInfor .cont-list { padding: 8px 0; } #staffInfor .cont-head { width: 100%; height: 40px; line-height: 40px; font-weight: bold; text-indent: 40px; background-color: #C9DCFA; } #staffInfor .cont-list span { margin-left: 14px; font-weight: bold; } #staffInfor input[type="text"],#staffInfor input[type="password"] { width: 164px; height: 22px; border: 1px solid #ccc; } #staffInfor select { width: 80px; height: 22px; border: 1px solid #ccc; } #staffInfor 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; } #staffInfor 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; color: #0000FF; } #staffInfor .end { background-color: #E2F0FA; } #staffInfor input.ensure { margin: 10px 0 10px 70%; } #staffInfor input.out { margin-left: 10%; } .staff-basic-img { background: url(../image/staff.png) no-repeat 2px; } .staff-tel-img { background: url(../image/staff_tel.png) no-repeat 2px; } .staff-work-img { background: url(../image/staff_work.png) no-repeat 2px; }