matronStrategy.wxss
1.5 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
/* pages/cityWide/matronStrategy/matronStrategy.wxss */
@import '../../../style/base.wxss';
.month_img{
width: 750rpx;
height: 360rpx;
}
.month_img image{
width: 100%;
height: 100%;
}
.month_box{
padding: 0 32rpx;
}
.month_list{
display: flex;
align-items: center;
justify-content: space-between;
padding: 16rpx 10rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.month_title{
padding-bottom: 20rpx;
color: #252729;
font-size: 30rpx;
font-weight: bold;
}
.month_con{
color: #53575C;
font-size: 26rpx;
}
.month_pic{
width: 160rpx;
height: 160rpx;
}
.month_pic image{
width: 100%;
height: 100%;
}
.month_btn{
display: flex;
align-items: center;
justify-content: center;
width: 686rpx;
height: 80rpx;
margin: 32rpx auto;
color: #fff;
font-size: 30rpx;
border-radius: 40rpx;
background: #FD8779;
}
.strate_box{
border-top: solid 16rpx #FCF8F7;
}
.strate_menu{
display: flex;
align-items: center;
height: 80rpx;
padding-left: 36rpx;
color: #292525;
font-size: 26rpx;
font-weight: bold;
border-bottom: solid 1rpx #EBEBEB;
}
.strate_info{
padding: 36rpx 32rpx 0;
}
.strate_title{
padding-bottom: 10rpx;
color: #252729;
font-size: 28rpx;
}
.strate_txt{
color: #53575C;
font-size: 26rpx;
line-height: 40rpx;
}
.strate_box{
padding: 36rpx 32rpx;
}
.wxParse-p{
color:#53575C;
font-size: 26rpx;
padding: 21rpx 0 0;
line-height: 1.5;
}
.WxEmojiView wxParse-inline{
color:#252729;
font-size: 28rpx;
}
.clerk_box{
height:600rpx;
}