Blame view

css/provinceKey.css 1.8 KB
99b0761b   songchongxian   songcx无牌车扫码
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
77
78
79
80
81
82
83
84
85
86
87
  /*
      songcx
      2018-12-18
  */
  
  .label_province{
              position:absolute;
              top:6px;
              left:10px;
          }
          .input_province{
              position:absolute;
              text-align:center;
              width:26px;
              left:8px;
              top:8px;
              border:none;
              outline:0;  
              font-family:"黑体";       
          }
          .input_font{
              font-size:18px;
              color:#333333;
          }
          .input_font_plate{
              font-size:14px;
              color:#333333;
          }
          .input_platenumber_base{
              position:absolute;
              text-align:center;
              width:34px;
              top:13px;
              border:none;
              outline:0;
          }
          .input_city{
              left:44px;
          }
  
          .label_platenumber{
              font-size:14px;
              color:#999;
              width:265px;
              text-align:center;
              margin-top:29px;
              border:0;
              outline:0;
          }
  
          .input_park{
              font-size:14px;
              color:#666;
              width:265px;
              text-align:center;
              border:0;
              outline:0;
          }
  
              .label_btntext_confirm{
              position:absolute;
              top:12px;
              font-size:16px;
              width:214px;
              left:0;
          }
          .label_btn_text{
              text-align:center;
              color:#FFF;
              /* font-weight:bold; */
          }
  
          .key_province{
              font-size:17px;
              position:absolute;
              left:2.5px;
              top:8px;
              border:0;
              width:28px;
              text-align:center;
              font-family:"黑体";
          }
  
  #id_keyboard_province {
      position:absolute;
      bottom:0px;
  }