addressInfo2.css
1.31 KB
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
.picker-item{
font-size: 14px;
}
.addressInfot{
width: 100%;
background: #fff;
border-collapse: collapse;
}
.addressInfot tr{
border-bottom: 1px solid #e8e7e7;
}
.addressInfot tr:last-child{
border-bottom: 0;
}
.addressInfot td{
padding: 0 10px;
/*padding: 8px 10px;*/
height: 44px;
vertical-align: middle;
}
.addressInfot td input{
height: 44px;
width: 100%;
border-style: none;
font-size: 14px;
}
.addressInfot td input[type="button"]{
background: none;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}
.addressInfot td:first-child{
width: 30%;
min-width: 80px;
}
.addressInfot td .slidebtn{
float: right;
}
.addrbtn{
width: 69.3%;
display: block;
margin: 30px auto;
background: #75CBBE !important;
}
.uptip{
font-size: 13px;
color: #F76260;
padding: 5px 10px;
}
.area_roll>div .gear {
/*margin-top: 0 !important;*/
}
.area_ctrl{
height: 46% !important;
}
.bao{
padding: 0 10px;
width: 100%;
box-sizing: border-box;
background: #fff;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
margin-top: 10px;
position: relative;
}
.tc{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 888;
}