order-address-modify.page.css
1.37 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
.address-modify {
width: 100%;
background-color: #f0f0f0;
.icon-info:before {
content: "\e61f";
}
.tip {
color: #aeaeae;
font-size: 22px;
line-height: 60px;
text-align: center;
.icon-info {
margin-right: 5px;
}
}
.red {
color: #d62927;
}
.form {
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
background-color: #fff;
.form-group {
line-height: 80px;
border-bottom: 1px solid #e7e7e7;
margin-left: 30px;
}
.disable {
color: #a2a2a2;
}
.form-group:last-child {
border-bottom: none;
}
label {
width: 130px;
}
input {
width: 470px;
line-height: 60px;
border: 0;
}
.label-address {
float: left;
}
textarea {
right: 0;
width: 470px;
resize: none;
padding-top: 22px;
height: 120px;
border: 0;
}
}
.btn-sure-line {
text-align: center;
margin-top: 40px;
.btn-sure {
background: #444;
color: #fff;
padding: 22px 160px;
border-radius: 4px;
}
}
}