tment_eval.wxss
1.74 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
.container {
border-top: 7rpx solid rgb(245, 245, 245);
}
.head {
height: 270rpx;
}
.headimg {
width: 190rpx;
height: 190rpx;
border-radius: 50%;
}
.item {
margin-bottom: 20rpx;
}
.itemlf {
width: 160rpx;
}
.itemlr {
width: 190rpx;
}
.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;
}
.tea_labs {
padding: 0rpx 56rpx;
}
textarea {
width: 100%;
height: 240rpx;
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 {
margin-bottom: 35rpx;
display: inline-block;
max-height: 240rxp;
}
.label {
padding: 0rpx 15rpx;
height: 48rpx;
line-height: 48rpx;
border: 2rpx solid rgb(218, 218, 218);
color: rgb(152, 152, 152);
border-radius: 5rpx;
margin-right: 15rpx;
max-width: 165rpx;
display: inline-block;
}
/* 选择标签的样式 */
.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);
}
.Submission {
width: 400rpx;
height: 65rpx;
border-radius: 40rpx;
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;
}