labels.wxss
1.86 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
page{
  height: 100%;
}
.padding {
  padding: 0rpx 65rpx;
}
.container {
  border-top: 6rpx solid rgb(238, 238, 238);
  height: 100%;
  display: block;
}
.lables{
  height: 50%;
}
.labels_head {
  padding-top: 45rpx;
  padding-bottom: 25rpx;
  border-bottom: 3rpx solid rgb(238, 238, 238);
}
.skip {
  width: 100rpx;
  height: 40rpx;
  line-height: 45rpx;
  border: 2rpx solid rgb(155, 155, 155);
  border-radius: 30rpx;
  color: rgb(153, 153, 153);
}
.label_aggregate {
  height: 66%;
  padding-top: 27rpx;
  overflow-y: scroll;
}
.label {
  display: inline-block;
  max-width: 200rpx;
  height: 46rpx;
  line-height: 46rpx;
  border: 2rpx solid rgb(204, 204, 204);
  border-radius: 30rpx;
  padding: 0rpx 30rpx;
  margin-right: 25rpx;
  margin-bottom: 3%;
}
.click{
  color: rgb(255,255,255);
  border: 2rpx solid rgb(255, 138, 160);
  background-color: rgb(255, 138, 160);
}
.check_head {
  padding-top: 10rpx;
  padding-bottom: 25rpx;
  border-bottom: 3rpx solid rgb(238, 238, 238);
  margin-bottom: 30rpx;
}
.check_label {
  display: inline-block;
  max-width: 200rpx;
  height: 46rpx;
  border: 2rpx solid rgb(255, 138, 160);
  line-height: 46rpx;
  margin-right: 25rpx;
  margin-bottom: 3%;
  padding: 0rpx 30rpx;
  border-radius: 30rpx;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 138, 160);
}
.receive{
  position: fixed;
  bottom:80rpx;
  left: 65rpx;
  width: 620rpx;
  height: 70rpx;
  line-height: 70rpx;
  background-color: rgb(255, 138, 160);
  color: rgb(255, 255, 255);
  border-radius: 40rpx;
}
.check_labels{
  height: 80%;
  overflow-y: scroll;
}
.check_item{
  height: 30%;
}
.no_labels{
  width: 290rpx;
  height: 220rpx;
  margin-bottom:40rpx;
}
.backcolor{
  background-color: rgb(204, 204, 204);
}
.check_info{
  position: fixed;
  bottom: 10rpx;
  left: 65rpx;
  width: 620rpx;
  height: 70rpx;
  line-height: 70rpx;
  text-align: center;
  font-size: 26rpx;
}