production_steps.wxss
708 字节
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
/* pages/index/production_steps/production_steps.wxss */
page{
width: 100%;
height: 100%;
overflow: hidden
}
.big_box{
width: 100%;
height: 100%;
}
.banner{
/* position: absolute;
top: 0;
left: 0; */
}
.swiper{
width: 100%;
height: 100%;
}
.banner_img{
width: 100%;
height: 100%;
}
.banner_img image{
width: 100%;
height: 100%;
}
.content_item{
padding: 0 25rpx;
font-size: 30rpx;
color: #333;
}
.production_step{
font-size: 34rpx;
font-weight: bold;
color: #333;
margin-top: 51rpx;
}
.content{
margin-top: 30rpx;
}
.tips{
margin-top: 45rpx;
}
swiper {
width: 100%;
height: 100%
}