changephone.less
2.02 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.inline () {
display: inline-block;
*diaplay: inline;
*zoom: 1;
}
.tspace {
margin-top: 20px;
}
.d-title {
border-bottom: 1px solid #ddd;
font: normal 14px/1 'SimSun';
margin-bottom: 20px;
}
.d-title span {
display: inline-block;
*display: inline;
*zoom: 1;
}
.d-title span {
border-bottom: 1px solid #15ae2f;
color: #15ae2f;
padding-bottom: 10px;
margin-bottom: -1px;
}
.d-list .align-right {
width: 190px;
font-size: 13px;
color: #666;
margin-right: 15px;
padding: 5px 0;
float: left;
line-height: 30px;
text-align: right;
}
.d-content {
margin-left: 200px;
padding: 5px 20px;
line-height: 30px;
background-color: #f9f9f9;
}
.d-box {
.info {
width: 400px;
height: 100px;
outline: none;
resize: none;
}
.buttonarea {
background-color: transparent;
padding: 20px 0 0 0;
}
.service {
.inline;
margin: 10px 20px 10px 0;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #666;
position: relative;
padding-left: 50px;
img {
position: absolute;
top: 0;
left: 0;
}
}
.shoplist {
img {
width: 50px;
height: 50px;
vertical-align: bottom;
border: 1px solid #ddd;
}
p {
line-height: 1.5;
}
td {
vertical-align: bottom;
padding: 10px;
}
.pmax {
width: 160px;
max-height: 38px;
overflow: hidden;
}
}
}
.changephone {
.mini {
width: 140px;
height: 28px !important;
line-height: 28px !important;
}
.focus {
color: #f00;
}
.verifycode {
position: relative;
margin-right: 5px;
}
.verifyimg {
position: absolute;
top: 0;
left: 100%;
margin-left: 10px;
img {
width: 100px;
height: 30px;
vertical-align: center;
}
}
.safe-icon {
margin-top: -3px;
}
}
.bhint {
.inline;
border: 1px solid #e3ebed;
background-color: #ecf5fe;
color: #7f95aa;
height: 20px;
line-height: 20px;
padding: 0 5px;
vertical-align: middle;
margin-left: 10px;
}