tment_eval.wxss
2.05 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
136
137
138
139
140
.container {
border-top: 7rpx solid rgb(245, 245, 245);
padding-bottom: 100rpx;
background-color: rgb(255, 255, 255);
}
.head {
height: 270rpx;
}
.headimg {
width: 190rpx;
height: 190rpx;
border-radius: 50%;
}
.item {
margin-bottom: 20rpx;
}
.itemlf {
width: 195rpx;
}
.itemlr {
width: 360rpx;
}
.starss {
margin-top: 15rpx;
border-top: 3rpx dashed rgb(203, 203, 203);
padding-top: 25rpx;
padding-left: 15rpx;
}
.stars {
width: 50rpx;
height: 50rpx;
margin-right: 20rpx;
}
.datetime {
width: 190rpx;
}
.tea_labs {
padding: 0rpx 56rpx;
margin-top: 20rpx;
}
.proposal {
right: 20rpx;
bottom: 20rpx;
color: rgb(152, 152, 152);
}
.textarea {
width: 100%;
height: 200rpx;
margin-top: 70rpx;
border: 2rpx solid rgb(203, 203, 203);
border-radius: 13rpx;
padding-top: 25rpx;
padding-left: 30rpx;
margin-bottom: 30rpx;
padding-right: 15rpx;
padding-bottom: 20rpx;
}
.labels {
display: inline-block;
max-height: 240rxp;
line-height: 50rpx;
padding-left: 15rpx;
}
.label {
padding: 0rpx 10rpx;
height: 48rpx;
line-height: 48rpx;
border: 2rpx solid rgb(218, 218, 218);
color: rgb(152, 152, 152);
border-radius: 5rpx;
margin-right: 20rpx;
width: 165rpx;
display: inline-block;
text-align: center;
margin-bottom: 10rpx;
}
/* 选择标签的样式 */
.checklabel {
border: 2rpx solid rgb(214, 1, 33);
background-color: rgb(255, 231, 235);
color: rgb(214, 1, 33);
}
.feedback {
color: rgb(152, 152, 152);
margin-bottom: 70rpx;
}
.Subs {
background-color: rgb(255, 255, 255);
position: fixed;
width: 100%;
bottom: 40rpx;
}
.Submission {
width: 400rpx;
height: 65rpx;
border-radius: 60rpx;
background-color: rgb(214, 1, 33);
color: rgb(255, 255, 255);
}
.clonri {
margin: 0rpx;
}
.subSuccess {
position: fixed;
z-index: 3;
top: 435rpx;
left: 66rpx;
background-color: #a6a6a6a4;
width: 615rpx;
height: 315rpx;
border-radius: 20rpx;
color: rgb(255, 255, 255);
}
.Success {
width: 110rpx;
height: 110rpx;
margin-top: 50rpx;
margin-bottom: 45rpx;
}