_editaddress.scss
2.09 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
.edit{
.myorder{
.order{
.fl{
span{
margin-left: 0;
}
input{
height: 89px/$ppr;
outline: none;
width: 460px/$ppr;
padding: 0 $num10;
font-size: 32px;
border: 0;
}
}
.fr{
.turnoff{
@include background-image(turnoffuo);
height: 50px/$ppr;
width: 90px/$ppr;
margin-top: 16px/$ppr;
background-position-x: -94px/$ppr;
}
.turnup{
background-position-x: 0;
}
}
}
}
}
.ed_shdele{
display: none;
z-index: 999;
position: fixed;
top: 50%;
bottom: 50%;
margin-top: -130px/$ppr;
left: 50%;
right: 50%;
margin-left: -300px/$ppr;
width: 600px/$ppr;
height: 260px/$ppr;
background-color: white;
border-radius: 10px/$ppr;
font-size: 36px/$ppr;
padding: 0 $num30;
.sfk{
text-align: center;
line-height: 130px/$ppr;
border-bottom: 1px solid $grey4;
}
.lineq{
text-align: center;
span{
padding: 18px/$ppr 80px/$ppr;
border: 1px solid $grey4;
line-height: 130px/$ppr;
cursor: pointer;
}
.clos{
margin-right: 28px/$ppr;
}
.sur{
margin-left: 28px/$ppr;
border: 1px solid #f23030;
background-color: #f23030;
color: white;
}
}
}
.edita{
width: 610px/$ppr;
position: absolute;
bottom: 50px/$ppr;
left: 50%;
right: 50%;
margin-left: -305px/$ppr;
input{
width: 610px/$ppr;
height: $num88;
color: $white;
background-color: #e30000;
margin-top: 66px/$ppr;
@include border-radius(6px/$ppr);
font-size: $num28;
border: 0;
}
}