liuyg
2021-06-09 9467ed97d7186ed17e0b1af070907fdf5c628da0
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
.jimu-widget-searchTabaPopup {
  display: none;
  position: absolute;
  height: 100% !important;
  /* line-height  : 32px; */
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  /* 240px */
  background: rgba(0, 0, 0, 0.5);
  /* border : 1px solid #000; */
  /* cursor       : pointer; */
  z-index: 13 !important;
}
 
.jimu-widget-searchTabaPopup .popup {
  /* display: none; */
  width: 1100px;
  height: 600px;
  /* border: 1px solid salmon; */
  position: relative;
  /* border-radius: 5px; */
  top: calc(50% - 300px);
  left: calc(50% - 550px);
  background-color: rgba(255, 255, 255, 1);
}
 
.jimu-widget-searchTabaPopup .p-main {
  display: none;
  width: 100%;
  height: 100%;
  /* border: 1px salmon solid; */
  border-radius: 5px;
}
 
.jimu-widget-searchTabaPopup .p-main .cloce {
  /* font-size: 20px; */
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
 
.jimu-widget-searchTabaPopup .p-main .cloce:hover {
  color: red;
  cursor: pointer;
}
 
.jimu-widget-searchTabaPopup .p-main .cloce::after {
  content: 'X';
  font-size: 20px;
}
 
.jimu-widget-searchTabaPopup .layui-this {
  color: #409EFF !important;
}
 
.jimu-widget-searchTabaPopup .layui-tab-title li {
  font-size: 20px;
}
 
.jimu-widget-searchTabaPopup .three {
  padding: 20px;
  box-sizing: border-box;
}
 
.jimu-widget-searchTabaPopup .xiangqing {
  width: 100%;
  height: 100%;
  /* border: 1px salmon solid; */
}
 
.jimu-widget-searchTabaPopup .xiangqing th {
  width: 140px;
  text-align-last: justify;
  font-size: 14px;
  padding: 20px;
  border-right: transparent 1px solid;
}
 
.jimu-widget-searchTabaPopup .xiangqing td {
  /* width: 30%; */
  text-align-last: right;
  padding-right: 5px;
}
 
.jimu-widget-searchTabaPopup .xiangqing th, .jimu-widget-searchTabaPopup .xiangqing td {
  border-color: rgba(0, 0, 0, .1);
}
 
.jimu-widget-searchTabaPopup .shishishuju {
  width: 100%;
  height: 100%;
  /* border: 1px salmon solid; */
}
 
.jimu-widget-searchTabaPopup .shishishuju .heard {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding-bottom: 10px;
}
 
.jimu-widget-searchTabaPopup .shishishuju thead th, .jimu-widget-searchTabaPopup .shishishuju tbody td {
  text-align: center;
}
 
.jimu-widget-searchTabaPopup .shishishuju .layui-tab-title li {
  font-size: 18px;
}
 
.jimu-widget-searchTabaPopup .lishijilv .heard {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jimu-widget-searchTabaPopup .lishijilv .heard .left{
  /* border: 1px solid springgreen; */
  display: flex;
  align-items: center;
}
.jimu-widget-searchTabaPopup .lishijilv .heard .layui-form-item{
  /* border: 1px solid springgreen; */
  position: relative;
  top: 12px;
}
 
input::-webkit-input-placeholder {
  color: #afafaf;
  font-size: 14px;
}
 
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afafaf;
  font-size: 14px;
}
 
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afafaf;
  font-size: 14px;
}
 
input::-ms-input-placeholder {
  color: #afafaf;
  font-size: 14px;
}