_detail.scss
2.7 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
.good-detail-page {
.banner-top {
height: 660rem / $pxConvertRem;
overflow: hidden;
position: relative;
.swiper-pagination {
position: absolute;
left: 0;
right: 0;
bottom: 40rem / $pxConvertRem;
text-align: center;
.pagination-inner {
display: inline-block;
span {
display: inline-block;
width: 14rem / $pxConvertRem;
height: 14rem / $pxConvertRem;
background: #fff;
opacity: 0.5;
margin: 0 (9rem / $pxConvertRem);
border-radius: 50%;
}
span.swiper-active-switch {
opacity: 1;
}
.swiper-pagination-bullet-active {
background-color: #000000;
}
}
}
}
.banner-swiper {
height: 600rem / $pxConvertRem;
width: 448rem / $pxConvertRem;
margin: 30rem / $pxConvertRem 96rem / $pxConvertRem;
position: relative;
overflow: hidden;
ul {
position: relative;
height: 100%;
li {
float: left;
height: 100%;
}
}
}
.detailName {
font-size: 28rem / $pxConvertRem;
color: #222222;
padding-bottom: 6px;
text-align: center;
}
.detailTitle {
font-size: 36rem / $pxConvertRem;
text-align: center;
padding-bottom: 2px;
font-weight: bold;
}
.detailToBuy {
padding: 0 10px;
margin-bottom: 20px;
text-align: center;
overflow: hidden;
.AddFavorite {
background-color: #cccccc;
width: 110rem / $pxConvertRem;
height: 100rem / $pxConvertRem;
line-height: 100rem / $pxConvertRem;
font-size: 1.7em;
color: white;
margin-right: 20rem / $pxConvertRem;
overflow: hidden;
}
.toBuyNow {
height: 50px;
line-height: 50px;
color: white;
display: block;
margin-left: 2.4em;
font-size: 1.84em;
overflow: hidden;
font-weight: bold;
}
}
.discountNotice {
margin-bottom: 20px;
}
.detailToShop {
margin: 0 10px 20px;
padding: 10px;
height: 47px;
line-height: 47px;
overflow: hidden;
background-color: #eee;
}
.detailSize {
padding: 0 10px;
margin-bottom: 20px;
}
}