evalute.wxss
1.9 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
.staritem{
width:46rpx;
height: 46rpx;
font-size: 0;
margin-left:21rpx;
}
.starlist{
display:flex;
align-items: center;
justify-content: center;
margin-top:30rpx;
}
.starname{
color:#1A1A1A;
font-size: 36rpx;
text-align: center;
margin-top:73rpx;
}
.biaoqian{
display:flex;
align-items: center;
justify-content: center;
margin-top:105rpx;
}
.biaoqianright{
width:24rpx;
height:14rpx;
font-size: 0;
margin-left:16rpx;
}
.biaoqianleft{
color:#666666;
font-size: 28rpx;
}
.showpic{
display:flex;
align-items: center;
flex-wrap: wrap;
padding: 0 32rpx 0 32rpx;
box-sizing: border-box;
}
.showpicitem{
padding: 16rpx 42rpx;
box-sizing: border-box;
color:#1A1A1A;
font-size: 24rpx;
text-align: center;
}
.addnew{
display:flex;
align-items: center;
width:124rpx;
height:48rpx;
border:1rpx solid rgba(232,24,37,1);
border-radius:5rpx;
justify-content: center;
}
.jia{
width:15rpx;
height:15rpx;
font-size: 0
}
.newlabelname{
color:#E81825;
font-size: 24rpx;
}
.imgboxite{
width:210rpx;
height:210rpx;
font-size:0;
position: relative;
margin-top:20rpx;
}
.imgboxite{
margin-left:28rpx;
}
.imgbox{
margin-top:34rpx;
display:flex;
flex-wrap: wrap
}
.cha{
width:38rpx;
height:38rpx;
font-size: 0;
position: absolute;
right:-15rpx;
top:-15rpx;
}
.addimg{
width:210rpx;
height:210rpx;
font-size:0;
margin-left:28rpx;
margin-top:20rpx;
}
.entersay{
width:686rpx;
height:280rpx;
padding: 30rpx;
color:#666666;
font-size: 28rpx;
}
.saybox{
margin-top:20rpx;
}
.saybottom{
display:flex;
padding: 32rpx;
box-sizing: border-box;
justify-content: space-between
}
.sayleft{
display:flex;
align-items: center;
}
.sayimg{
width:22rpx;
height:28rpx;
font-size: 0
}
.leftword{
color:#666666;
font-size: 28rpx;
margin-left:14rpx;
}
.sayright{
color:#E81825;
font-size: 32rpx
}