user_comment.wxss
1.8 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
/* pages/index/user_comment/user_comment.wxss */
.user_information_box {
padding: 31rpx 25rpx 25rpx 25rpx;
}
.user_information_box {
padding: 31rpx 25rpx 25rpx 25rpx;
}
.user_information {
display: flex;
justify-content: space-between;
align-items: center;
}
.the_star {
display: flex;
align-items: center;
}
.head_portrait {
width: 62rpx;
height: 62rpx;
border-radius: 50%;
overflow: hidden
}
.head_portrait image {
width: 100%;
height: 100%;
}
.star_box {
margin-left: 25rpx;
}
.user_name {
font-size: 26rpx;
color: #222;
}
.oneoneonestar{
position: relative
}
.stars1 {
display: flex;
}
.stars1s {
width: 100%;
height: 100%;
display: flex;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.icon-pingfen {
font-size: 26rpx;
color: #eee;
width: 26rpx;
height: 26rpx;
}
.icon-pingfens{
font-size: 26rpx;
color:#ffda44;
width: 26rpx;
height: 26rpx;
}
.title {
font-size: 24rpx;
color: #888;
}
.evaluation {
font-size: 24rpx;
color: #222;
margin-top: 25rpx;
}
.evaluation_img {
margin-top: 21rpx;
}
.upload_img_box {
display: flex;
}
.upload_img {
width: 160rpx;
height: 160rpx;
margin-right: 20rpx;
}
.upload_img image {
width: 100%;
height: 100%;
}
.comments_btn {
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 23rpx;
color: #949a9a;
margin-top: 34rpx;
}
.icon-message {
font-size: 22rpx;
color: #949a9a;
margin-right: 10rpx;
}