_good.css
2.38 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
.good-info {
float: left;
width: 276px;
height: 486px;
margin: 0 15px 15px;
.tag-container {
height: 28px;
width: 100%;
overflow: hidden;
.good-tag {
display: block;
float: left;
height: 28px;
font-size: 18px;
text-align: center;
line-height: 28px;
box-sizing: border-box;
margin-right: 4px;
&:last-child {
margin-right: 0;
}
}
.new-tag {
width: 60px;
background-color: #78dc7e;
color: #fff;
}
.renew-tag {
width: 90px;
background-color: #78dc7e;
color: #fff;
}
.sale-tag {
width: 60px;
background-color: #ff575c;
color: #fff;
}
.new-festival-tag {
width: 90px;
background-color: #000;
color: #fff;
}
.limit-tag {
width: 100px;
border: 1px solid #000;
color: #000;
}
}
}
.good-detail-img {
position: relative;
height: 368px;
.good-islike {
position: absolute;
width: 60px;
height: 60px;
top: 0px;
right: 0px;
line-height: 60px;
font-size: 30px;
text-align: center;
color: #b0b0b0;
text-decoration: none;
}
.good-like {
color: #d72928;
}
img {
display: block;
width: 100%;
height: 368px;
}
.few-tag {
position: absolute;
bottom: 0;
width: 100%;
height: 28px;
background: #ffac5b;
font-size: 18px;
color: #fff;
line-height: 28px;
text-align: center;
}
}
.good-detail-text {
.name a {
display: block;
line-height: 56px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-decoration: none;
font-size: 22px;
color: #444;
}
.price {
line-height: 22px;
font-size: 22px;
.sale-price {
color: #d62927;
}
.sale-price.no-price {
color: #000;
}
.market-price {
margin: 0 0 0 5px;
color: #b0b0b0;
text-decoration: line-through;
}
}
}