homeindex.wxss
1.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
112
113
114
115
116
117
118
119
120
121
/* @import '../template/template.wxss'; */
page{
background: #FFF6F5F3;
}
.pagebox{
/* margin-bottom:100rpx; */
}
/*轮播图*/
.slide-image{
width:750rpx;
margin: 0 auto;
height:100%;
}
.swiper_image,.swiper_item_img{
width:750rpx;
height:691rpx;
margin:0 auto;
}
.user_comment{
padding-bottom: 100rpx;
}
.swiper_image{
position:relative;
}
.title{
color:#999999;
font-size: 28rpx;
text-align: center;
margin-top:126rpx;
}
.secondtitle{
color:#41403E;
font-size: 36rpx;
text-align: center;
margin-top:74rpx;
}
.thirdtitle{
color:#41403E;
font-size: 36rpx;
text-align: center;
margin-top:51rpx;
}
.goodname{
display:flex;
align-items: center;
justify-content: space-between;
padding: 0 118rpx;
box-sizing: border-box;
margin-top:116rpx;
}
.goodnameitem{
color:#000000;
font-size: 26rpx;
font-weight: bold
}
/* 中间轮播图 */
.swiper_image_two{
width:750rpx;
height:420rpx;
position:relative;
}
.swiper_item_imgtwo{
width:750rpx;
height:420rpx;
}
.swiper_item_imgtwo swiper-item{
width:750rpx;
height:420rpx;
}
.swiper_item_imgtwo swiper-item image{
width:100%;
height:100%;
}
.dots{
width: 750rpx;
height: 36rpx;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: -20rpx;
}
/*未选中时的小圆点样式 */
.dot{
width: 245rpx;
height: 4rpx;
background-color:#E9E7E8;
}
/*选中以后的小圆点样式 */
.active{
width: 245rpx;
height: 6rpx;
border-radius:20rpx;
background-color: #363435;
}
.bottomimgitem{
width:750rpx;
height:970rpx;
font-size: 0;
margin-top:80rpx;
}
.bottomimgitem image{
width:100%;
height:100%;
}