Commit 0dcd83059626af2d18ac27fd60a8c2b338744729

Authored by Andy
1 parent 10a806ac

add 员工管理

topages/staffmanage/staffmanage.css
1 1 body{
2 2 background-color: #ff0;
3   -}
4 3 \ No newline at end of file
  4 +}
  5 +/*-----------------------时间*/
  6 +.staff-timeopr-wrap{
  7 + height: 34px;
  8 + margin-top: 56px;
  9 + margin-bottom: 56px;
  10 +}
  11 +.staff-timeopr-wrap .timeopr-text{
  12 + height: 34px;
  13 + line-height: 34px;
  14 + color: #363d5d;
  15 + font-size: 14px;
  16 + width: 72px;
  17 +}
  18 +.ITD-daterange-btn {
  19 + float: left;
  20 + width: 120px;
  21 + height: 34px;
  22 + line-height: 34px;
  23 +
  24 + padding-top: 1px !important;
  25 +}
  26 +.ITD-daterange-bg {
  27 + width: 90px;
  28 + text-align: left;
  29 + background: url(../../resource/img/dataicon.png) no-repeat 94% 9px !important;
  30 + background-color: #fff !important;
  31 + padding-right: 25px;
  32 + z-index: 9999;
  33 + border-radius: 4px !important;
  34 +}
  35 +.ITD-input-bordercolor {
  36 + color: rgba(0,0,0,0.45);
  37 + border: 1px solid #d8e2e5 !important;
  38 + border-radius: 4px !important;
  39 +}
  40 +.ITD-parkinput78 {
  41 + width: 180px;
  42 + height: 34px;
  43 + line-height: 34px;
  44 +}
  45 +.paddingleft-10 {
  46 + padding-left: 10px;
  47 +}
  48 +.staff-timeopr-div{
  49 + width: 200px;
  50 + height: 34px;
  51 + line-height: 34px;
  52 +}
  53 +/*input 样式*/
  54 +.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  55 + text-align: left !important;
  56 +}
  57 +.bootstrap-select.btn-group .dropdown-toggle .caret{
  58 + position: absolute;
  59 + top: 50%;
  60 + left:170px !important;;
  61 + margin-top: -2px;
  62 + vertical-align: middle;
  63 +}
  64 +.margin-right-40{
  65 + margin-right: 40px;
  66 +}
  67 +/*查询按钮*/
  68 +.staff-searchbtn{
  69 + background: url("../../resource/img/search-btn.png") no-repeat;
  70 + width: 66px;
  71 + height: 66px;
  72 + top: -12px;
  73 + left: 340px;
  74 +}
  75 +
  76 +
  77 +/*-----------------------内容*/
5 78 \ No newline at end of file
... ...
topages/staffmanage/staffmanage.html
1   -<div>12fdsfafasas</div>
2 1 \ No newline at end of file
  2 +<!--查询 sta-->
  3 +<div class="staff-timeopr-wrap pos-rel clearfix">
  4 + <div class="timeopr-text float-left">人员名称</div>
  5 + <input type="text" class="ITD-parkinput78 paddingleft-10 ITD-input-bordercolor common-fontcolor-50" maxlength="16" id="perName">
  6 + <div class="staff-searchbtn pos-abs cursor-pointer" id="queryBtn"></div>
  7 +</div>
  8 +<!--查询 end-->
  9 +
  10 +<!--------------------------------------------内容-->
3 11 \ No newline at end of file
... ...