Blame view

assets/pages/scripts/deviceanaFile/geodynaFile/geodynamicreport.css 1.11 KB
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  
  /*topbar--------------*/
  .ITD-border-radius .queryBtnGroup{
      margin-left: 82px;
  }
  .queryBtnGroup div:first-child {
      margin-right: 15px;
  }
  /*echarts 停车时长--------------*/
  /*表头 标题 公共*/
  .panel-heading .btn-export {
      position: absolute;
      top: 10px;
      right: 10px;
  }
  .dc-normal{
      height: 260px;
      position: relative;
  }
  .geomagneticEcharts{
      position: absolute;
      left: 0;
      top:0;
      right: 0;
      bottom: 0;
  }
  /* new topbar */
  .geomagnetic-parking-l {
      float: left;
      width: 60px;
      height: 34px;
      line-height: 34px;
  }
  .geomagnetic-input78{
      width: 70%;
      height: 34px;
      line-height: 34px;
  }
  .geodynamic-ITD-model-contbody{
      padding: 0 !important;
  }
  .turnover-opentable{
      max-height: 400px;
      overflow-y: auto;
  }
  .geo-export-btn {
      cursor: pointer;
      /* padding: 10px 10px 3px 35px; */
      border: 1px solid #b1b1b1;
      border-radius: 4px!important;
      font-size: 12px;
      height: 32px;
      width: 70px;
      text-indent: 32px;
      line-height: 32px;
      color: rgba(89,87,87,0.6);
      background: url(../../../img/ITD-export-btn.png) no-repeat 10px center;
  }