Blame view

assets/pages/scripts/devicemanageFile/pdamanageFile/pdamanage.css 1.27 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
59
60
61
62
63
64
65
66
67
68
69
70
  /*搜索*/
  
  
  
  /*弹窗*/
  .pdamanage-parkinput{
      width: 180px  !important;
      padding-left: 12px;
      height: 34px;
      line-height: 34px;
  }
  
  
  /*表格*/
  /*fixed-table-container top*/
  .fixed-table-container thead th .th-inner{
      padding: 6px 30px 6px 24px!important;
  }
  /*
  #pdamanageTable .bs-checkbox{
      padding-left: 0 !important;
  }
  */
  
  
  /*echarts*/
  .pdamanage-wrap{
      height: 180px;
  }
  .pdamanage-con{
      width: 50%;
      height: 100%;
  }
  .pdamanage-con-l{
      left: 50%;
      top:50%;
      transform: translate(-50%,-50%);
  }
  .pdamanage-con-name{
      /*font-size: 16px;*/
      /*padding-left: 12px;*/
  }
  .pdamanage-con-title-1{
      min-width: 100px;
      font-size: 16px;
      padding-left: 20px;
      background: url("img/geomagneticmanage-con-title-1.png") no-repeat 0 center;
      margin-bottom: 12px;
  }
  .pdamanage-con-title-2{
      min-width: 100px;
      font-size: 16px;
      padding-left: 20px;
      background: url("img/geomagneticmanage-con-title-2.png") no-repeat 0 center;
      margin-bottom: 12px;
  }
  .pdamanage-con-title-3{
      min-width: 100px;
      font-size: 16px;
      padding-left: 20px;
      background: url("img/geomagneticmanage-con-title-3.png") no-repeat 0 center;
      margin-bottom: 12px;
  }
  .pdamanage-con-num{
      font-size: 36px;
  }
  .pdamanage-echarts{
      width: 100%;
      height: 100%;
  }