matronPrepon.wxss
1.4 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/matronPrepon/matronPrepon.wxss */
.matron_head{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 70rpx;
padding: 0 32rpx;
background: #FD8779;
box-sizing: border-box;
}
.matron_txt{
color: #fff;
font-size: 26rpx;
}
.matron_btn{
display: flex;
align-items: center;
justify-content: center;
width: 137rpx;
height: 46rpx;
color: #fff;
font-size: 24rpx;
border: solid 1rpx #fff;
border-radius: 23rpx;
}
.matron_menu{
display: flex;
align-items: center;
justify-content: space-between;
height: 88rpx;
padding: 0 54rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.matron_list{
display: flex;
align-items: center;
height: 25rpx;
}
.matron_list text,.picker{
color: #292525;
font-size: 30rpx;
}
.matron_img{
width: 10rpx;
height: 10rpx;
margin-left: 10rpx;
}
.matron_tab{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 16rpx 32rpx;
}
.matron_pic{
width: 160rpx;
height: 160rpx;
}
.matron_pic image{
width: 100%;
height: 100%;
}
.matron_info{
padding-left: 32rpx;
}
.matron_name{
color: #252729;
font-size: 30rpx;
font-weight: bold;
}
.matron_detail{
padding: 10rpx 0;
color: #53575C;
font-size: 26rpx;
}
.matron_detail text{
margin-left:10rpx;
}
.matron_detail text:first-child{
margin-left:0;
}
.matron_day{
color: #FD8779;
font-size: 24rpx;
}
.matron_money{
font-size: 30rpx;
font-weight: 500;
}