Blame view

js/carsoftold/carstyle.css 1.04 KB
313ce84a   songchongxian   创建h5 app项目
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
  /*车牌号键盘 start*/
  .province{
  	position: fixed;
  	width: 100%;
  	padding: 5px 0;
  	left: 0;
  	bottom: 0;
  	background: #c0c7cd;
  }
  .province ul{
  	/*width: 100%;*/
  	margin: 0 auto;
  	padding: 0 !important;
  	text-align: center;
  }
  .province ul li{
  	list-style: none;
  	display: inline-block;
  	width:9%;
  	padding: 8px 0;
  	margin-left: 0.5%;
  	margin-right: 0.5%;
  	margin-top: 5px;
  	text-align: center;
  	border-radius: 4px;
  	background: #fff;
  	box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5);
  }
  .province .ts{
  	width: 13.5%;
  	background: #8e9aa6;
  	color: #fff;
  }
  
  
  .keynumh ul li{
  	list-style: none;
  	display: inline-block;
  	width:8%;
  	padding: 8px 0;
  	margin-left: 0.5%;
  	margin-right: 0.5%;
  	margin-top: 5px;
  	text-align: center;
  	border-radius: 4px;
  	background: #fff;
  	box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5);
  }
  .zimjianp ul li{
  	list-style: none;
  	display: inline-block;
  	width:8%;
  	padding: 8px 0;
  	margin-left: 0.5%;
  	margin-right: 0.5%;
  	margin-top: 5px;
  	text-align: center;
  	border-radius: 4px;
  	background: #fff;
  	box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5);
  }
  /*end*/