addAddress2.css
1.38 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
76
77
78
79
.picker-item{
font-size: 14px;
}
.picker-item.picker-selected{
}
.addressD{
width: 100%;
box-sizing: border-box;
background: #fff;
border-collapse: collapse;
}
.addressD tr{
border-bottom: 1px solid #e4e4e4;
}
.addressD tr:last-child{
border: 0;
}
.addressD td{
height: 44px;
padding:0 10px ;
vertical-align: middle;
overflow: hidden;
}
.addressD td:first-child{
min-width: 85px;
padding-right: 0;
}
.addressD td:last-child{
padding-left: 0;
}
.addressD td input{
height: 100%;
width: 100%;
border-style: none;
}
.addressD td .slidebtn{
float: right;
}
.addressD td .slidebtn.active{
background: #75CBBE !important;
}
.address_btn{
width: 90%;
display: block;
margin: 10px auto;
}
.uptip{
font-size: 13px;
color: #F76260;
padding: 5px 10px;
border-radius: 50px !important;
}
.addrbtn{
width: 69.3%;
display: block;
margin: 30px auto;
background: #75CBBE !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;
}
.area_ctrl {
height: 46% !important;
}
.addressD input[type='button']{
border-style: none;
background: none;
color: #999999;
text-align: left;
font-size: 14px;
}