_returns.css
2.26 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
122
123
.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;
}
}
}
}
}
.returns-cancel-dialog {
width: 350px;
background: #fff;
padding: 20px 30px 35px;
.message-title {
margin-top: 40px;
margin-bottom: 27px;
font-size: 24px;
font-weight: 700;
}
.message-summary {
width: 250px;
margin: 0 auto 22px;
font-size: 14px;
word-wrap: break-word;
line-height: 20px;
color: #444;
}
.btns {
padding: 15px 30px 0;
text-align: center;
.btn {
height: 35px;
font-size: 15px;
line-height: 35px;
}
.cancel-sure {
color: #fff;
background: #000;
border: none;
}
.cancel-no {
margin-left: 30px;
background: #fff;
color: #000;
border-color: #000;
}
}
.close {
top: 15px;
right: 15px;
.iconfont {
font-size: 30px;
}
}
.icon-warn {
display: inline-block;
margin-right: 10px;
background: url("/home/icon-warn.png") no-repeat;
width: 30px;
height: 30px;
vertical-align: -6px;
}
}