commentdetail.wxss
1.6 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
117
118
119
120
121
122
@import '../morecomment/morecomment.wxss';
@import '../examine/examine.wxss';
.photo {
margin-top: 0;
background: #fff;
}
.comright {
width: 575rpx;
}
.boxitem {
width: 186rpx;
height: 186rpx;
}
.star {
margin-left: 12rpx;
}
.detailcommentbox {
padding: 0 32rpx 150rpx;
box-sizing: border-box;
}
.phototopleft {
margin-top: 36rpx;
}
.commentitem {
width: 686rpx;
background: rgba(255, 255, 255, 1);
opacity: 1;
border-radius: 8rpx;
padding: 36rpx 32rpx;
box-sizing: border-box;
margin-top: 20rpx;
}
.lsitzanleft {
width: 24rpx;
height: 24rpx;
font-size: 0;
}
.zannumber {
color: #8c9198;
font-size: 22rpx;
margin-left: 12rpx;
}
/* 底部评论 */
.commentbototm {
width: 750rpx;
padding: 24rpx 32rpx;
box-sizing: border-box;
background: #fff;
position: fixed;
bottom: 0;
left: 0;
}
.commbotleft {
width: 382rpx;
height: 56rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
color: #bdc4ce;
font-size: 24rpx;
}
.commbotleft input {
width: 100%;
height: 100%;
padding: 12rpx 38rpx;
box-sizing: border-box;
}
.enter {
color: #bdc4ce;
font-size: 24rpx;
}
.combotitemleft {
width: 44rpx;
height: 44rpx;
font-size: 0;
}
.combotzannumber {
color: #06121e;
font-size: 24rpx;
margin-left: 6rpx;
}
.praiseactive{
color:#FA8183
}
.itemleft {
margin-right: 40rpx;
}
.send {
width: 96rpx;
height: 56rpx;
background: rgba(253, 170, 42, 1);
opacity: 1;
border-radius: 8rpx;
display:flex;
justify-content: center;
align-items: center
}
.sendimg{
width:30rpx;
height:26rpx;
font-size:0
}
.commentleftactive{
width:560rpx;
}