-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorders.css
85 lines (75 loc) · 1.29 KB
/
orders.css
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
.openai_invoice_button {
color: white;
text-align:center;
font-size:12px;
padding: 3px 3px 3px 3px;
width:90%;
background-color: rgb(230, 46, 4);
margin: 1px 5px 1px 1px;
border: 1px solid rgb(230, 46, 4);
border-radius: 3px;
}
.openai_invoice_button:hover {
background-color: rgb(191, 38, 10);
cursor: pointer;
}
#openai_receipt {
position:absolute;
top: 0px;
width:100%;
height:100%;
margin: 0 auto;
background-color: white;
z-index:999999;
}
.openai_ali {
display: block;
width: 166px;
height: 40px;
text-indent: 999em;
overflow: hidden;
background-image: url("https://i.alicdn.com/ae-header/20180102150215/buyer/common/img/icons_x2-s5df4356ff1.png");
background-size: 166px 2322px;
background-position: 0 -28px;
}
#openai_content {
width: 900px;
margin: 0 auto;
margin-top:30px;
}
.openai_header {
float: right;
text-align: right;
}
#openai_ProductTable {
clear: both;
}
.openai_order_details {
float: right;
font-size: 16px;
padding-bottom: 20px;
}
.openai_invoice_storename {
font-size: 18px;
}
.openai_store {
font-weight:bold;
}
.openai_invoice_billto {
margin-top: 20px;
font-size: 14px;
font-weight:bold;
}
.openai_billto {
font-size:14px;
}
.openai_tr {
height:120px;
}
.openai_result {
margin-top: 30px;
font-size: 16px;
}
.openai_ordertotal {
font-weight:bold;
}