Blame view

assets/pages/scripts/devicemanageFile/screenFile/screenmanage.css 1.57 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
71
72
73
74
75
  .toll-basic-ifo-park-height {
      height: 34px;
      line-height: 34px;
  }
  .toll-basic-borderbototm {
      border-bottom: 1px solid #f0f0f0;
  }
  .carflowpic-icon span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle;
      /* margin-top: -3px; */
      /*background-image: url(caryard-basic-ifo.png);*/
      /*background-repeat: no-repeat;*/
      /*background-position: -64px 0;*/
  }
  .toll-basic-ifo-type {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-right: 10px;
      vertical-align: sub;
      /* margin-top: -3px; */
      background-image: url(../../../img/person-icon.png);
      background-repeat: no-repeat;
      background-position: 0 0;
  }
  .business-icon{
      margin-right: 10px;
  }
  .toll-basic-ifo-park-wrap li {
      padding-left: 23px;
  }
  .toll-basic-ifo-park-wrap li div:nth-of-type(1) {
      width: 50%;
  }
  .maxWid100{
      max-width: 100px;
      display: inline-block;
      height: 34px;
      line-height: 34px;
      margin-right: 5px;
  }
  .pop-common{
      height: 234px;
      width: 370px;
      margin-top: 10px;
      margin-left: 4px;
      position: relative;
  }
  .pop-common img{
      height: 234px;
      width: 320px;
      margin-left: 25px;
  }
  .guiico_left{
      top: 50%;
      left: 0;
      margin-top: -12px;
      background: url("../img/guidepop_leftico.png") no-repeat;
      background-size: 24px 24px;
      height: 24px;
      width: 24px;
  }
  .guiico_right{
      top: 50%;
      right: 0;
      margin-top: -12px;
      background: url("../img/guidepop_rightico.png") no-repeat;
      background-size: 24px 24px;
      height: 24px;
      width: 24px;
  }