pinglun.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.pinglunitem {
margin: 41rpx 30rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.pinglunitemleft {
display: flex;
align-items: center;
}
.leftimg {
width: 60rpx;
height: 60rpx;
font-size: 0;
border-radius: 50%;
}
.leftimg image {
border-radius: 50%;
}
.righttop {
color: #666;
font-size: 28rpx;
}
.rightbottom {
color: #999;
font-size: 24rpx;
}
.pinglunmiddle {
color: #1a1a1a;
font-size: 28rpx;
margin-top: 34rpx;
}
.pinglunbottom {
display: flex;
align-items: center;
}
.pingbottomleft {
width: 260rpx;
height: 114rpx;
font-size: 0;
}
.xinxi {
color: #1a1a1a;
font-size: 26rpx;
font-weight: bold;
}
.rightbottomimg {
width: 36rpx;
height: 36rpx;
font-size: 0;
border-radius: 50%;
}
.biangjiubottom {
display: flex;
align-items: center;
margin-top: 15rpx;
}
.rightbottomimg image {
border-radius: 50%;
}
.niangjiutext {
color: #666;
font-size: 28rpx;
}
.showall {
color: #999;
font-size: 24rpx;
margin-top: 23rpx;
text-align: center;
}
.btnbottom {
width:750rpx;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom:32rpx;
}
.btnleft {
width: 300rpx;
height: 80rpx;
border: 1px solid rgba(232, 24, 37, 1);
border-radius: 40rpx;
color: #e81825;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
}
.btnright {
width: 300rpx;
height: 80rpx;
background: rgba(232, 24, 37, 1);
border-radius: 40rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
margin-left:55rpx;
}