Blame view

assets/pages/scripts/parkingshareFile/css/img/parkpoishareadd.css 1.25 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
  /*左侧 tree*/
  .parkpoi-container-l{
      width: 326px;
      height: 715px;
      overflow-y: auto;
  }
  .parkpoi-container-r{
      height:715px;
      width:calc(100% - 350px);
      width:-webkit-calc(100% - 350px);
      width:-moz-calc(100% - 350px);
      width:-ms-calc(100% - 350px);
      width:-o-calc(100% - 350px);
  }
  
  /* new topbar */
  .parkpoi-parking-l {
      float: left;
      width: 60px;
      height: 34px;
      line-height: 34px;
  }
  .parkpoi-input78{
      width: 78%;
      height: 34px;
      line-height: 34px;
  }
  .parkpoi-margingl60{
      margin-left: 60px;
  }
  input[type=radio ] {
      width: 28px;
      height: 24px;
      margin: 0;
      padding: 0;
      opacity: 0;
      filter: "alpha(opacity=0)";
  }
  input[type=radio] + label {
      margin-right: 14px;
      display: inline-block;
      margin-left: -28px;
      padding-left: 20px;
      background: url(../parksetCss/img/input-radio.png) no-repeat 0 center;
      line-height: 24px;
  }
  input[type=radio]:checked + label {
      background: url(../parksetCss/img/input-radio-active.png) no-repeat 0 center;
  }
  .areanamage-mapBg{
      background: url(../parksetCss/img/areamanage_baidimapIco.png) no-repeat;
      width: 34px;
      height: 34px;
      position: absolute;
      top: 0;
      left: 190px;
      background-position: 10px 9px;
      cursor: pointer;
  }