Blame view

assets/pages/scripts/inspectionFile/inspectionreport/inspectionreport.css 1.72 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
76
  .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;
  }
  .business-icon{
      margin-right: 10px;
  }
  .toll-basic-ifo-park-wrap li div:nth-of-type(1) {
      width: 50%;
  }
  .patrol-con-wrap{
      height: 170px;
      background-color: #f6f5f5;
  
  }
  .patrol-con-wrap-title{
      padding: 16px 10px;
      text-indent: 24px;
      overflow-y: auto;
      /*overflow : hidden;*/
      /*text-overflow: ellipsis;*/
      /*display: -webkit-box;*/
      /*-webkit-line-clamp: 9;*/
      /*-webkit-box-orient: vertical;*/
  }
  .patrol-con-wrap-pic{
      height: 170px;
      width: 100%;
      /*background-image: url("patrol-con-wrap-pic.png");*/
      /*background-repeat:no-repeat ;*/
      /*background-position:center center ;*/
  }
  .patrol-con-wrap-pic img{
      height:100%;
      width: 100%;
      /*background-image: url("patrol-con-wrap-pic.png");*/
      /*background-repeat:no-repeat ;*/
      /*background-position:center center ;*/
  }
  .maxwidth200{
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }