_returns-save.css
2.19 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
.save-returns-page {
.title {
background-image: resolve(home/refund-apply.png);
}
.exchange .title {
background-image: resolve(home/exchange-apply.png);
}
.save-container {
padding: 10px;
h2 {
height: 21px;
line-height: 21px;
padding-left: 23px;
background: resolve(home/complaint-icon.png) no-repeat 5px 5px #efefef;
border: 1px #e6e6e6 solid;
font-size: 12px;
color: #333;
font-weight: 400;
}
.save-prompt {
width: 527px;
margin: 0 auto;
padding: 100px 0;
h1 {
font-size: 30px;
color: #9c0;
margin-bottom: 20px;
font-weight: bold;
background: resolve(home/return-success-icon.png) no-repeat;
cursor: pointer;
display: inline-block;
height: 31px;
line-height: 31px;
padding-left: 45px;
}
p {
font-size: 12px;
color: #999;
line-height: 23px;
span {
color: #9c0;
}
}
.retund-address {
font-size: 15px;
font-weight: bold;
color: #333;
margin-bottom: 15px;
}
.backto-center {
margin-top: 30px;
label {
width: 174px;
height: 35px;
line-height: 33px;
font-size: 14px;
font-weight: bold;
color: #fff;
text-align: center;
display: inline-block;
background: resolve(home/back-returns-btn.png) no-repeat;
cursor: pointer;
}
a:first-child {
margin-right: 15px;
}
a:first-child label {
background: resolve(home/back-orders-btn.png) no-repeat;
}
}
}
}
}