_bundle.css
1.6 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
.bundle {
height: 344px;
overflow: hidden;
background-color: #fff;
margin-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
.bundle-nav {
overflow: hidden;
padding: 0 30px;
line-height: 88px;
border-bottom: 1px solid #e0e0e0;
.bundle-title {
float: left;
color: #444;
font-size: 28px;
}
.bundle-right {
float: right;
.bundle-desc {
padding: 3px 5px;
border: 1px #d0021b solid;
border-radius: 5px;
color: #d0021b;
}
.iconfont {
color: #b0b0b0;
}
}
}
.bundle-product {
margin-top: 30px;
width: 100%;
.swiper-wrapper {
.plus {
margin-top: 72px;
margin-left: 8px;
margin-right: 8px;
color: #b0b0b0;
width: 30px !important;
height: 40px;
}
.plus-0 {
visibility: hidden;
}
.product-box {
width: 130px;
float: left;
a {
display: inline-block;
}
.bundle-price {
color: #d0021b;
font-size: 22px;
text-align: center;
}
img {
width: 130px;
height: 173px;
}
}
}
}
}