_detail.css
1.98 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
.bundle-body {
background-color: #f0f0f0;
min-height: 1000px;
}
.bundle-detail-goods {
width: 100%;
height: 248px;
overflow: hidden;
padding: 20px 30px;
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
.goods-img {
float: left;
margin-right: 30px;
img {
width: 155px;
height: 206px;
overflow: hidden;
}
}
.goods-info {
float: left;
width: 390px;
p {
line-height: 60px;
}
.title {
width: 350px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
color: #444;
}
.count {
float: right;
color: #b0b0b0;
}
.select-btn {
padding: 10px;
border: 1px #e0e0e0 solid;
color: #444;
i {
color: #e0e0e0;
}
}
.price {
color: #d0021b;
}
}
}
.bundle-bar {
width: 100%;
position: fixed;
bottom: 0;
background-color: #fff;
padding: 15px 30px;
.bundle-bar-md {
width: 400px;
display: inline-block;
text-align: right;
.bundle-discount {
color: #d0021b;
border: solid 1px #d0021b;
border-radius: 3px;
font-size: 0.6em;
padding: 0 2px;
}
.bundle-price {
color: #d0021b;
font-size: 1.2em;
font-weight: 600;
}
.sale-price {
color: #b3b3b3;
font-size: 0.8em;
text-decoration: line-through;
}
}
.bundle-buy-btn {
float: right;
background-color: #d0021b;
color: #fff;
border: solid #d0021b;
border-radius: 5px;
padding: 20px;
font-size: 1.2em;
}
}
.chose-panel-top {
height: 160px;
}