-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.css
87 lines (71 loc) · 1.26 KB
/
product.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
86
87
.product-row {
width: 100%;
overflow: auto;
padding-bottom: 10pt;
}
.product-thumb {
float: left;
width: 25%;
text-align: center;
}
.product-thumb .image {
width: 70%;
height: 9.4em;
line-height: 9.4em;
display: inline-block;
}
.product-thumb img {
max-height: 100%;
max-width: 100%;
width: 100%;
vertical-align: middle;
}
.product-thumb p {
margin: 0;
margin-top: 8px;
}
.product-thumb .title {
font-size: 1em;
}
.product-thumb .price {
font-size: 1.6em;
}
.product-thumb .old-price {
font-size: 1em;
text-decoration: line-through;
margin-bottom: 2px;
}
.product-thumb .date {
font-size: 1em;
}
.product-hilite {
height: 170pt;
width: 48.8%;
display: inline-block;
border: 1px solid black;
background-color: #fefefe;
}
.product-hilite .desc, .product-hilite .image {
height: 100%;
float: left;
width: 50%;
}
.product-hilite .image img {
width: 100%;
display: block;
max-height: 100%;
}
.product-hilite p {
margin: 10px;
margin-bottom: 0;
}
.product-hilite .title {
font-size: 1.1em;
}
.product-hilite .old-price {
font-size: 1.4em;
text-decoration: line-through;
}
.product-hilite .price {
font-size: 1.7em;
}