_address.scss
1.78 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
.jd_listaddless{
border-bottom: 1px solid $grey4;
padding: 30px/$ppr 0 10px/$ppr 0;
.maleri30{
overflow: hidden;
}
.name{
width: 140px/$ppr;
h1{
font-size: 34px/$ppr;
margin: 0;
font-weight: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
span{
font-size: 30px/$ppr;
background-color: #f23030;
color: white;
padding: 4px/$ppr $num10;
position: relative;
top: 24px/$ppr;
}
}
.numberaddress{
width: 460px/$ppr;
padding: 0 $num10;
.number{
font-size: 30px/$ppr;
}
.similars{
padding: $num20 0;
font-size: 30px/$ppr;
display: block;
}
}
.editdiv{
position: relative;
.eedit{
@include background-image(edit);
width: 38px/$ppr;
height: 40px/$ppr;
position: absolute;
top: 44px/$ppr;
margin-left: 40px/$ppr;
cursor: pointer;
}
}
}
.hek{
height: 250px/$ppr;
}
.createnew{
width: 360px/$ppr;
height: 86px/$ppr;
text-align: center;
position: absolute;
bottom: $num100;
left: 50%;
right: 50%;
margin-left: -180px/$ppr;
overflow: hidden;
a{
width: 100%;
font-size: 28px/$ppr;
color: white;
background-color: #f23030;
border-radius: 10px/$ppr;
text-align: center;
line-height: 86px/$ppr;
display: block;
}
}
.pore_add{
position: relative;
min-height: 1300px/$ppr;
@media screen and (min-width: 1300px) {
min-height: 950px/$ppr;
}
}