evaluate.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
.content {
min-height: 100vh;
background-color: #F7F8FA;
box-sizing: border-box;
}
.fabBtn {
padding: 16rpx 32rpx;
box-sizing: border-box;
background-color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
border-bottom: 2rpx solid #F7F8FA
}
.btn image {
width: 114rpx;
height: 52rpx;
}
.goodBox {
background-color: #fff;
padding: 32rpx;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
border-bottom: 2rpx solid #F7F8FA
}
.leftImg {
width: 136rpx;
height: 136rpx;
margin-right: 32rpx;
}
.leftImg image {
width: 100%;
height: 100%;
border-radius: 8rpx;
}
.nameBox {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #323233;
font-size: 26rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.evaluateBox {
background-color: #fff;
padding: 32rpx;
box-sizing: border-box;
}
.textBox {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.editIcon {
width: 32rpx;
height: 32rpx;
}
.uploadImg {
width: 160rpx;
height: 160rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
position: relative;
}
.imgBox {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.uploadImg image {
width: 100%;
height: 100%;
}
.delicon {
position: absolute;
top: 0;
right: 0;
width: 40rpx !important;
height: 40rpx !important;
background-color: #fff;
}
.fabuText {
color: #323233;
font-size: 36rpx;
text-align: center;
font-weight: 600;
}
.noData {
width: 320rpx;
height: 380rpx;
padding-top: 230rpx;
margin: 0 auto;
}