similar.page.css
1.75 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
.similar-c {
background-color: #f0f0f0;
padding-bottom: 30px;
.good-c {
border-top: solid 1px #e0e0e0;
.good-item {
display: block;
padding: 20px 30px;
border-bottom: solid 1px #e0e0e0;
position: relative;
background-color: #fff;
.pic {
width: 152px;
height: 203px;
float: left;
}
img {
width: 100%;
height: 100%;
}
.info {
width: 508px;
float: left;
margin-left: 30px;
}
.name {
padding: 5px 0;
font-size: 28px;
color: #444;
line-height: 40px;
height: 170px;
overflow: hidden;
}
.price {
line-height: 33px;
}
.now {
font-size: 34px;
color: #d0021b;
margin-right: 10px;
}
.old {
font-size: 20px;
color: #444;
text-decoration: line-through;
}
.btn {
width: 86px;
height: 36px;
line-height: 36px;
color: #d0021b;
font-size: 20px;
border: solid 2px #d0021b;
border-radius: 3px;
position: absolute;
bottom: 20px;
right: 30px;
text-align: center;
}
}
}
.big-title {
font-size: 28px;
color: #b0b0b0;
line-height: 88px;
text-align: center;
}
}