Blame view

assets/syspages/css/loginlogmanage.css 1.16 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
  /*公用开始*/
  body{
      min-width: 1260px;
      overflow-x: scroll;
  }
  .float-left{
      float: left;
  }
  .table{
      margin-bottom: 0;
  }
  /*公用结束*/
  /*搜索css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
  .instyle{
      width: 170px;
      padding:5px !important;
      text-align:center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .wid160{
      width: 160px;
  }
  .wid240{
      width: 270px;
  }
  .wid180{
      width: 200px;
  }
  
  .listName{
      width: 80px !important;
  }
  .entstyl{
      width:120px;
      height: 35px;
      line-height: 35px;
      display: inline-table;
      vertical-align: middle;
  }
  .mar5{
      margin-right: 5px;
  }
  .transQuery {
      border-radius: 20px !important;
  }
  .control-label {
      width: 60px;
      line-height: 35px;
  }
  .input-group .daterange-bg {
      width: 130px;
      text-align: left;
      background: url(../img/dataicon.png) no-repeat right 0;
      background-color: #fff;
      padding-right: 40px;
  }
  /*搜索css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/