_returns.css
1.15 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
.returns-me-page {
.returns .title {
background-image: resolve(/home/returns.png);
}
.time,
.return-status,
.operation {
width: 100px;
border-left: 1px solid #e6e6e6;
}
.return-type {
width: 80px;
border-left: 1px solid #e6e6e6;
}
.order-table-header {
padding: 0;
margin: 10px;
border: 1px #e6e6e6 solid;
> span {
text-align: center;
border-left: none;
}
.info {
width: 384px;
padding-left: 10px;
text-align: left;
}
}
.order-wrap {
li {
border-top: none;
.info {
width: 384px;
padding: 5px 0 5px 10px;
}
.text-info {
width: 300px;
right: 0;
bottom: 15px;
.name {
max-width: 300px;
}
.name:hover {
text-decoration: underline;
}
}
}
}
}