mycomment.wxss
2.3 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@import '../shopdetail/shopdetail.wxss';
.commenttopitem {
padding: 4rpx 32rpx;
box-sizing: border-box;
color: #06121e;
font-size: 24rpx;
text-align: center;
border: 1rpx solid rgba(112, 112, 112, 1);
opacity: 1;
border-radius: 180rpx;
margin-right: 22rpx;
}
.commenttop {
padding: 28rpx 32rpx;
box-sizing: border-box;
background: #fff;
}
.comactive {
color: #fdaa2a;
font-size: #fdaa2a;
border: 1rpx solid #fdaa2a;
}
.delimg {
width: 32rpx;
height: 32rpx;
font-size: 0
}
.userlevel {
width: 58rpx;
height: 30rpx;
background: rgba(253, 170, 42, 1);
opacity: 1;
border-radius: 12rpx;
color: #fff;
font-size: 16rpx;
text-align: center;
line-height: 30rpx;
margin-left: 22rpx;
}
.fuwu {
margin-top: 14rpx;
}
.fuwuitem {
color: #000;
font-size: 22rpx;
margin-right: 10rpx;
}
.all {
color: #fdaa2a;
font-size: 22rpx;
margin-top: 10rpx;
}
.jianbot {
width: 602rpx;
height: 116rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
margin: 28rpx auto 0;
padding: 0 24rpx;
box-sizing: border-box;
}
.jianright {
width: 44rpx;
height: 44rpx;
}
.collectbitemleft {
width: 80rpx;
height: 80rpx;
font-size: 0;
}
.goodname {
color: #06121e;
font-size: 28rpx;
margin-top: 8rpx;
}
.asddressitem {
color: #8c9198;
font-size: 22rpx;
margin-right: 10rpx;
}
.collectbtitemr {
margin-left: 20rpx;
}
.photo {
background: #fff;
}
.combotitemleft {
width: 24rpx;
height: 24rpx;
font-size: 0;
}
.combotzannumber {
color: #8c9198;
font-size: 22rpx;
margin-left: 6rpx;
}
.itemleft {
margin-right: 40rpx;
}
.combotright {
width: 602rpx;
margin: 40rpx auto 0;
display: flex;
justify-content: flex-end;
padding-bottom: 26rpx;
}
.statename {
width: 106rpx;
height: 36rpx;
background: rgba(189, 196, 206, 1);
opacity: 1;
border-radius: 180rpx;
color: #fff;
font-size: 22rpx;
text-align: center;
line-height: 36rpx;
margin-right:14rpx;
}
.shenstatus{
padding: 2rpx 18rpx;
border-radius: 180rpx;
background:#BDC4CE;
color:#fff;
font-size: 22rpx;
text-align: center;
margin-right:26rpx;
}
.commentitem{
margin-top:0
}
.textboximg{
flex-wrap: wrap;
}
.shouprice{
color:#000000;
font-size: 24rpx;
}
.commentk{
padding: 40rpx 0;
box-sizing: border-box;
}