stageofpregnancy.wxss
1.1 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
@import '../nochildren/nochildren.wxss';
page{
background: #fff;
}
.word{
margin-top:57rpx;
}
.said{
color:#292525;
font-size: 32rpx;
font-weight: bold;
text-align: center;
}
.provid{
color:#292525;
font-size: 26rpx;
text-align: center;
margin-top: 8rpx
}
/* 轮播图 */
.swiper_box .swiper {
width: 100%;
height: 555rpx;
}
.banner_img {
margin: 0 10rpx;
position: absolute;
width: 650rpx;
height: 384rpx;
border-radius: 15rpx;
z-index: 5;
/* opacity: 0.7; */
top: 13%;
box-shadow:0rpx 15rpx 30rpx 0rpx rgba(235,235,235,1);
}
.img_style {
z-index: 10;
width: 390rpx;
height: 464rpx;
top: 7%;
left:9%;
transition: all 0.2s ease-in 0s;
margin:0 auto;
box-shadow:0rpx 15rpx 30rpx 0rpx
rgba(235,235,235,1);
}
.dots{
/* width: 156rpx; */
height: 36rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 154rpx;
}
/*未选中时的小圆点样式 */
.dot{
color:#292525;
font-size: 32rpx;
}
/*选中以后的小圆点样式 */
.active{
color:#292525;
font-size: 36rpx;
font-weight: bold;
}