matronDetail.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
/* pages/cityWide/matronDetail/matronDetail.wxss */
.detail_head{
padding-top: 60rpx;
padding-bottom: 32rpx;
border-bottom: solid 16rpx #FCF8F7;
}
.detail_img{
width: 125rpx;
height: 125rpx;
margin: 0 auto;
border: solid 1rpx #FD8779;
border-radius: 50%;
}
.detail_img image{
width: 100%;
height: 100%;
border-radius: 50%;
}
.detail_name{
padding: 30rpx 0;
color: #292525;
font-size: 28rpx;
text-align: center;
font-weight: bold;
}
.detail_day{
padding-bottom: 35rpx;
color: #292525;
font-size: 26rpx;
text-align: center;
}
.detail_btn{
display: flex;
align-items: center;
justify-content: center;
width: 310rpx;
height: 80rpx;
margin: 0 auto;
color: #fff;
font-size: 30rpx;
border-radius: 40rpx;
background: #FD8779;
}
.detail_menu{
padding: 30rpx 30rpx 0;
border-bottom: solid 16rpx #FCF8F7;
}
.detail_txt{
padding-bottom: 28rpx;
color: #292525;
font-size: 28rpx;
}
.detail_num{
padding-left: 118rpx;
}
.detail_per{
border-bottom: solid 16rpx #FCF8F7;
}
.detail_tab{
display: flex;
align-items: center;
height: 80rpx;
padding-left: 36rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.detail_tab text{
padding-left: 14rpx;
color: #292525;
font-size: 26rpx;
font-weight: bold;
}
.detail_pic{
width: 40rpx;
height: 40rpx;
}
.detail_info{
padding: 28rpx 34rpx 22rpx;
color: #292525;
font-size: 28rpx;
line-height: 50rpx;
}
.detail_date{
display: flex;
align-items: center;
height: 82rpx;
padding-left: 34rpx;
color: #292525;
font-size: 28rpx;
}