Commit baac67b30b4151e8695061f88ea90357ecd47586

Authored by ljq
1 parent 350c8918

行车路单 css

src/main/resources/static/real_control_v2/js/forms/css/lbStatuAnaly.css 0 → 100644
  1 +
  2 +.table-bordered {
  3 + border: 1px solid; }
  4 +.table-bordered > thead > tr > th,
  5 +.table-bordered > thead > tr > td,
  6 +.table-bordered > tbody > tr > th,
  7 +.table-bordered > tbody > tr > td,
  8 +.table-bordered > tfoot > tr > th,
  9 +.table-bordered > tfoot > tr > td {
  10 + border: 1px solid; }
  11 +.table-bordered > thead > tr > th,
  12 +.table-bordered > thead > tr > td {
  13 + border-bottom-width: 2px; }
  14 +
  15 +.table > tbody + tbody {
  16 + border-top: 1px solid; }
  17 +
  18 +#right_div td{
  19 + min-width: 80px;
  20 + max-width: 80px;
  21 + width: 80px;
  22 +}
  23 +#left_div{
  24 + width:200px;
  25 + float: left;
  26 +}
  27 +#left_div1{
  28 + width: 100%;
  29 +}
  30 +#left_div2{
  31 + width: 100%;
  32 + height: 10px;
  33 + overflow: hidden;
  34 +}
  35 +#right_div{
  36 + width: 100%;
  37 + float: left;
  38 + margin-top: 15px;
  39 +}
  40 +#staticfw{
  41 + width: 100%;
  42 + overflow: hidden;
  43 +}
  44 +#right_divx{
  45 + width:100%;
  46 +}
  47 +#right_div2{
  48 + width:101%;
  49 + overflow: auto;
  50 + margin-top: -20px;
  51 +}
  52 +
  53 +#staticfw::-webkit-scrollbar {
  54 + display:none
  55 +}
  56 +
  57 +#right_divy td{
  58 + min-width: 80px;
  59 + max-width: 80px;
  60 + width: 80px;
  61 +}
  62 +#left_divy{
  63 + width:200px;
  64 + float: left;
  65 +}
  66 +#left_div1y{
  67 + width: 100%;
  68 +}
  69 +#left_div2y{
  70 + width: 100%;
  71 + height: 10px;
  72 + overflow: hidden;
  73 +}
  74 +#right_divy{
  75 + width: 100%;
  76 + float: left;
  77 + margin-top: 15px;
  78 +}
  79 +#staticfwy{
  80 + width: 100%;
  81 + overflow: hidden;
  82 +
  83 +}
  84 +
  85 +#right_divxy{
  86 + width:100%;
  87 +}
  88 +#right_div2y{
  89 + width:101%;
  90 + height:540px;
  91 + overflow: auto;
  92 + margin-top: -65px;
  93 +}
  94 +#right_div2::-webkit-scrollbar {
  95 + display:none
  96 +}
  97 +.tk th{
  98 + min-width: 80px;
  99 + max-width: 80px;
  100 + width:80px;
  101 +}
... ...