melist.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 '../../../icon/icon.wxss';
@import '../../../common/common.wxss';
.birth_list{
display:flex;
height:100rpx;
align-items: center;
border-bottom:16rpx solid #FCF8F7
}
.birth_item{
width:118rpx;
height:60rpx;
border-radius: 40rpx;
background: #fff;
border:1px solid #f5f5f5;
color:#999;
font-size: 26rpx;
text-align: center;
line-height: 60rpx;
margin-left: 36rpx;
}
.birth_item_active{
color:#fff;
background: #FD8779
}
.melisthead{
height:60rpx;
line-height: 60rpx;
background: #FD8779;
color:#fff;
font-size: 30rpx;
text-align: center;
}
.sub_doctor_review{
display:flex;
}
.selectpublish{
display:flex;
align-items: center;
height:30rpx;
line-height: 30rpx;
margin-right: 19rpx;
margin-top: 6rpx;
}
.icon-xuanzekuang{
font-size:32rpx;
color:#5C5453;
}
.icon-xuanzekuanghou{
font-size: 30rpx;
}
.enterkilo{
text-align: right;
padding-right: 45rpx;
}
.hos{
font-size: 28rpx;
color:#333;
}
/* .kg{
display:felx;
align-items: center;
color:#666666;
font-size:26rpx;
margin-top: 9rpx;
padding-right:45rpx;
} */