all-evaluate.wxss
1.4 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
/* pages/all-evaluate/all-evaluate.wxss */
page {
background-color: #f1f2f4;
padding-top: 24rpx;
}
.outerBox {
background-color: #ffffff;
width: 750rpx;
padding: 32rpx;
box-sizing: border-box;
padding-bottom: 20rpx;
}
.userBox {
width: 686rpx;
height: 72rpx;
background-color: #ffffff;
display: flex;
}
.wxHead {
width: 72rpx;
height: 72rpx;
margin-right: 16rpx;
}
.wxHead image {
width: 72rpx;
height: 72rpx;
border-radius: 50%;
}
.wxName {
color: #333333;
height: 100%;
max-width: 500rpx;
display: flex;
align-items: center;
justify-content: left;
font-size: 28rpx;
}
.text {
width: 686rpx;
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #333333;
word-break: break-all;
margin-top: 20rpx;
}
.picBox {
display: flex;
width: 100%;
}
.pic {
width: 33%;
display: flex;
justify-content: center;
}
.pic image {
width: 96%;
height: 200rpx;
}
.bottomHint {
font-size: 24rpx;
color: gray;
display: flex;
justify-content: center;
padding-bottom: 10rpx;
}
.noDataBox {
margin-top: 200rpx;
}
.noDataPic {
width: 200rpx;
height: 200rpx;
margin: 0 auto;
}
.noDataPic image {
width: 200rpx;
height: 200rpx;
}
.noDataText {
width: 750rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #8e8e8e;
}
.bottomHint {
font-size: 24rpx;
color: gray;
display: flex;
justify-content: center;
padding-bottom: 10rpx;
}