_notice.css
2.53 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
.pay-notice-page {
width: 860px;
margin: 70px auto;
font-size: 12px;
.font-red {
color: #e8044f;
}
h1 {
height: 70px;
line-height: 40px;
color: #333;
text-align: center;
font-size: 20px;
font-family: Arial,helvetica,sans-serif;
}
.ok-icon {
display: inline-block;
$url: /pay/ok.png;
width: width($url);
height: height($url);
background: resolve($url) no-repeat;
vertical-align: text-top;
}
.order-info {
border-right: 1px solid #dadada;
border-top: 10px #000 solid;
margin-bottom: 20px;
}
.table-row {
height: 36px;
line-height: 36px;
text-align: center;
color: #333;
border-bottom: 1px solid #dadada;
.order-num,
.pay,
em {
font-weight: bold;
}
.pay-mode {
color: #666;
}
li {
float: left;
width: 170px;
border-left: 1px solid #dadada;
font-size: 14px;
}
}
.order-table-header {
background: #f3f3f3;
.yoho-coin {
width: 14px;
height: 14px;
display: inline-block;
background: url(/cart/yoho-coin.png);
vertical-align: middle;
margin-top: -2px;
margin-right: 4px;
}
}
.notice-link {
color: #468fa2;
}
.notice-tip {
border: 1px solid #fdcf74;
background: #fcfbdd;
color: #976637;
line-height: 1.8;
margin-bottom: 20px;
padding: 20px;
font-family: Arial,helvetica,sans-serif;
}
.btns {
text-align: center;
padding: 20px 0;
a {
display: inline-block;
height: 33px;
line-height: 33px;
text-align: center;
font-size: 14px;
font-weight: bold;
cursor: pointer;
border-radius: 4px;
}
.check-order {
background: #da034a;
color: #fff;
border: 1px solid #9d0134;
width: 134px;
margin-right: 15px;
}
.return-home {
background: #eee;
color: #000;
border: 1px solid #b0b0b0;
width: 97px;
}
}
.notice-img {
width: 100%;
}
}