style.less
2.51 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
.production-list {
background: #f7f7f7;
&--batch {
margin-bottom: 221px;
&_info {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff;
height: calc(221px + env(safe-area-inset-bottom));
height: calc(221px + env(safe-area-inset-bottom));
z-index: 100;
&-top {
height: 100px;
border-bottom: 1px solid #eee;
padding: 0 60px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28px;
.adm-checkbox {
--icon-size: 28px;
--font-size: 28px;
color: #aeb1b8;
}
&-choose {
color: #aeb1b8;
cursor: pointer;
span {
color: #1677ff;
padding: 0 10px;
}
}
&-close {
color: #1677ff;
}
}
&-bottom {
height: 120px;
display: flex;
justify-content: center;
align-items: center;
&_item {
display: flex;
flex-direction: column;
cursor: pointer;
&-icon {
width: 56px;
height: 56px;
}
&-info {
font-size: 20px;
width: 56px;
text-align: center;
color: #333;
}
}
}
}
}
.adm-spin-loading {
--size: 60px;
margin: 300px auto 0;
}
&_list {
padding: 60px;
display: flex;
flex-wrap: wrap;
&-item {
width: 312px;
height: 312px;
color: #333;
margin-right: 60px;
margin-bottom: 60px;
cursor: pointer;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
text-align: center;
flex-direction: column;
position: relative;
&:nth-child(5n) {
margin-right: 0;
}
&-img {
width: 60px;
height: 60px;
margin-bottom: 30px;
}
&-name {
font-size: 28px;
height: 80px;
line-height: 40px;
}
.adm-checkbox {
position: absolute;
top: 0;
left: 30px;
width: 100%;
height: 100%;
--icon-size: 30px;
display: flex;
align-items: start;
padding-top: 30px;
}
}
}
&_nav-right {
font-size: 26px;
padding-right: 20px;
&-info {
cursor: pointer;
display: inline-block;
padding: 0 10px;
}
}
}