zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
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
.imageData {
  height: calc(100% - 158px);
  padding: 0 30px 0 0;
  margin-top: 78px;
  overflow: auto;
}
 
.imageData .default {
  position: relative;
  height: 100%;
}
 
.imageData .default img {
  width: 676px;
  height: 366px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.imageData .el_group {
  position: absolute;
  top: 20px;
  left: 30px;
}
 
.imageData .el_group .el-select {
  width: 349px;
}
 
.imageData .el_group .el-input.is-focus .el-input__inner {
  border-color: #eeeeee;
}
 
.imageData .el_group .el-input__inner,
.imageData .el_group .el-input__icon {
  height: 28px;
  line-height: 28px;
}
 
.imageData .el_group .el-input__inner {
  font-size: 12px;
  border-radius: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
 
.imageData .el_group .el-button {
  height: 28px;
  vertical-align: top;
  padding: 5px 12px;
  font-size: 12px;
  background-color: #0081F0;
  color: #ffffff;
  border-color: #0081F0;
  border-radius: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 
.imageData .imageList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
 
.imageData .imageList .images {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}