MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
@charset "UTF-8";
/* 颜色变量 */
.comment.data-v-02e0f692 {
  width: 100%;
}
.comment .store_remak.data-v-02e0f692 {
  width: 100%;
  padding: 28rpx 30rpx;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.comment .store_remak .list.data-v-02e0f692 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 24rpx;
}
.comment .store_remak .list .list_item.data-v-02e0f692 {
  display: flex;
  flex-direction: column;
  margin-bottom: 32rpx;
}
.comment .store_remak .list .list_item.data-v-02e0f692:last-child {
  margin-bottom: 0 !important;
}
.comment .store_remak .list .list_item .list_pf.data-v-02e0f692 {
  width: 100%;
  margin: 22rpx 0 24rpx 0;
}
.comment .store_remak .list .list_item .list_wz.data-v-02e0f692 {
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.comment .store_remak .list .list_item .list_imgs.data-v-02e0f692 {
  width: 100%;
  margin-top: 24rpx;
  display: flex;
  align-items: center;
}
.comment .store_remak .list .list_item .list_imgs image.data-v-02e0f692 {
  width: 220rpx;
  height: 220rpx;
  margin-right: 12rpx;
}
.comment .store_remak .list .list_item .list_imgs image.data-v-02e0f692:last-child {
  margin-right: 0 !important;
}
.comment .store_remak .list .list_item .list_zan.data-v-02e0f692 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22rpx;
}
.comment .store_remak .list .list_item .list_zan image.data-v-02e0f692 {
  width: 30rpx;
  height: 30rpx;
  margin-right: 6rpx;
}
.comment .store_remak .list .list_item .list_zan text.data-v-02e0f692 {
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.comment .store_remak .list .list_item .list_item_head.data-v-02e0f692 {
  display: flex;
  align-items: center;
}
.comment .store_remak .list .list_item .list_item_head image.data-v-02e0f692 {
  width: 64rpx;
  height: 64rpx;
  border-radius: 50%;
  margin-right: 12rpx;
}
.comment .store_remak .list .list_item .list_item_head text.data-v-02e0f692 {
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}