_returns-detail.css
2.58 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
.detail-me-page {
font-size: 12px;
.returns-detail .title {
background-image: resolve(/home/returns.png);
}
.order-info {
background: #efefef;
padding: 10px;
span {
color: #468fa2;
margin: 0 8px;
}
}
.visual-return-state {
margin: 40px auto;
height: 40px;
width: 560px;
background: resolve(/home/exchange-bg.png) no-repeat top center;
li {
width: 112px;
padding: 20px 0px 0px 0px;
text-align: center;
float: left;
}
.act {
background: resolve(/home/detail-act.png) no-repeat top center
}
}
.cancel-return{
height: 26px;
margin: 0 10px;
padding-top: 10px;
padding-left: 10px;
line-height: 26px;
border-top: 1px solid #e0e0e0;
a{
display: inline-block;
padding: 0 10px;
margin-left: 2px;
color: #fff;
background: #3a3a3a;
text-align: center;
}
}
.detail-container {
padding: 10px;
h2 {
height: 21px;
line-height: 21px;
padding-left: 23px;
background: resolve(/img/home/complaint-icon.png) no-repeat 5px 5px #efefef;
border: 1px #e6e6e6 solid;
font-size: 12px;
color: #333;
font-weight: 400;
margin-bottom: 10px;
}
.courier-code {
margin: 60px auto;
text-align: center;
.express-edit-box {
display: none;
}
button {
padding: 5px 15px;
}
}
.in-edit {
.express-view-box {
display: none;
}
.express-edit-box {
display: block;
}
}
.main-detail table{
width: 100%;
tr {
border: 1px solid #e6e6e6;
}
td {
text-align: left;
padding: 8px 10px;
border: none;
color: #333;
}
}
.word-h {
display: none;
}
.refund-tips {
color: #999;
margin-top: 10px;
margin-bottom: 40px;
}
}
.exchange-detail {
.word-t {
display: none;
}
.word-h {
display: inline-block;
}
.refund-tips span{
display: none;
}
}
}