childbirthnote.wxss
1.7 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import '../../../common/common.wxss';
.search{
width:562rpx;
height:64rpx;
display:flex;
justify-content: space-between;
align-items: center;
padding: 12rpx 12rpx 12rpx 33rpx;
box-sizing: border-box;
background: #FAFAFA;
border-radius:50rpx;
margin: 12rpx 18rpx 12rpx 0;
}
.searchimg{
width:33rpx;
height:33rpx;
font-size: 0
}
.searchimg image{
width:100%;
height:100%;
}
.enterword{
width:485rpx;
color:#B2B2B2;
font-size: 28rpx;
}
.suinotes{
border-bottom:1px solid #f5f5f5;
}
.setnode{
padding-bottom:130rpx;
}
.childbirth{
margin-top:16rpx;
}
.use_comment{
justify-content: space-between
}
.use{
display:flex;
align-items: center;
height:80rpx;
padding: 0 30rpx;
}
.use_img{
width:40rpx;
height:40rpx;
font-size: 0;
margin-top: 8rpx;
}
.use_img image{
width:100%;
height:100%;
}
.use_name{
color:#292525;
font-size: 26rpx;
font-weight: bold;
margin-left: 10rpx;
height:60rpx;
line-height: 60rpx;
}
.bitmat{
width:686rpx;
height:355rpx;
font-size: 0;
border-radius: 16rpx;
margin: 0 auto;
}
.bitmat image{
width:100%;
height:100%;
}
/* 关注 */
.attention{
height:70rpx;
background: #FD8779;
padding: 22rpx 33rpx;
display:flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.attentintext{
color:#fff;
font-size: 26rpx;
}
.attentinword{
width:137rpx;
height:46rpx;
border:1rpx solid rgba(255,255,255,1);
border-radius:23rpx;
color:#fff;
font-size: 24rpx;
text-align: center;
line-height: 46rpx;
}
.editword{
width:524rpx;
position: relative;
}
.openword{
position:absolute;
right:-63rpx;
bottom:-2rpx;
color:RGBA(253, 135, 121, 1);
font-size: 28rpx;
}
.essays_text{
width:524rpx;
}