bi-element-ui 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/about.2d631297.css +1 -0
- package/dist/css/chunk-vendors.c8eeae46.css +1 -0
- package/dist/css/index.50dcfdeb.css +1 -0
- package/dist/index.html +1 -1
- package/dist/js/about.d71b6783.js +2 -0
- package/dist/js/chunk-vendors.dbcc1d6f.js +313 -0
- package/dist/js/index.af27f41b.js +11 -0
- package/lib/bi-element-ui.common.js +70 -68
- package/lib/bi-element-ui.css +1 -1
- package/lib/bi-element-ui.umd.js +70 -68
- package/lib/bi-element-ui.umd.min.js +10 -10
- package/package.json +1 -1
- package/dist/css/about.2c825c53.css +0 -229
- package/dist/css/chunk-vendors.14653146.css +0 -12396
- package/dist/css/index.98810efd.css +0 -895
- package/dist/js/about.2b6c42d7.js +0 -548
- package/dist/js/chunk-vendors.c73b5358.js +0 -45955
- package/dist/js/index.278e3840.js +0 -3461
- package/dist/static/img/swiperBg.png +0 -0
package/package.json
CHANGED
@@ -1,229 +0,0 @@
|
|
1
|
-
.example-table-box[data-v-a478ee98] {
|
2
|
-
margin: 25px 50px;
|
3
|
-
}
|
4
|
-
.example-table-box p[data-v-a478ee98] {
|
5
|
-
text-align: left;
|
6
|
-
font-weight: 700;
|
7
|
-
}
|
8
|
-
.example-table-box[data-v-1a19be12] {
|
9
|
-
margin: 25px 50px;
|
10
|
-
}
|
11
|
-
.example-table-box p[data-v-1a19be12] {
|
12
|
-
text-align: left;
|
13
|
-
font-weight: 700;
|
14
|
-
}
|
15
|
-
.bi_home_data .content[data-v-453c8636] {
|
16
|
-
width: 100%;
|
17
|
-
height: calc(100vh - 115px);
|
18
|
-
background: #fff;
|
19
|
-
border-radius: 2px;
|
20
|
-
}
|
21
|
-
.bi_home_data .content .swiper[data-v-453c8636] {
|
22
|
-
width: 100%;
|
23
|
-
height: 19.5vw;
|
24
|
-
}
|
25
|
-
.bi_home_data .content .swiper .swiper_data .swiper_content[data-v-453c8636] {
|
26
|
-
width: 100%;
|
27
|
-
height: 19.5vw;
|
28
|
-
background: url(../static/img/swiperBg.png) no-repeat;
|
29
|
-
background-size: 100% 100%;
|
30
|
-
display: flex;
|
31
|
-
box-sizing: border-box;
|
32
|
-
padding: 1.5vw 6vw;
|
33
|
-
}
|
34
|
-
.bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .title[data-v-453c8636] {
|
35
|
-
width: 31.5vw;
|
36
|
-
height: 3vw;
|
37
|
-
font-size: 2.1vw;
|
38
|
-
font-weight: 500;
|
39
|
-
color: #333;
|
40
|
-
line-height: 3vw;
|
41
|
-
}
|
42
|
-
.bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .desc[data-v-453c8636] {
|
43
|
-
width: 31.5vw;
|
44
|
-
height: 1.1vw;
|
45
|
-
font-size: 0.8vw;
|
46
|
-
font-weight: 400;
|
47
|
-
color: #333;
|
48
|
-
line-height: 1.1vw;
|
49
|
-
margin-top: 1.5vw;
|
50
|
-
}
|
51
|
-
.bi_home_data .content .data .data_search[data-v-453c8636] {
|
52
|
-
margin: 1vw 3.5vw;
|
53
|
-
display: flex;
|
54
|
-
justify-content: space-between;
|
55
|
-
}
|
56
|
-
.bi_home_data .content .data .data_content[data-v-453c8636] {
|
57
|
-
margin: 0 3.5vw;
|
58
|
-
display: flex;
|
59
|
-
justify-content: space-between;
|
60
|
-
flex-wrap: wrap;
|
61
|
-
position: relative;
|
62
|
-
left: 0;
|
63
|
-
top: 0;
|
64
|
-
height: 19.5vw;
|
65
|
-
}
|
66
|
-
.bi_home_data .content .data .data_content .left_page[data-v-453c8636] {
|
67
|
-
position: absolute;
|
68
|
-
left: -2.8vw;
|
69
|
-
top: 45%;
|
70
|
-
width: 2.25vw;
|
71
|
-
height: 2.25vw;
|
72
|
-
cursor: pointer;
|
73
|
-
}
|
74
|
-
.bi_home_data .content .data .data_content .left_page img[data-v-453c8636] {
|
75
|
-
width: 2.25vw;
|
76
|
-
height: 2.25vw;
|
77
|
-
}
|
78
|
-
.bi_home_data .content .data .data_content .right_page[data-v-453c8636] {
|
79
|
-
position: absolute;
|
80
|
-
right: -2.8vw;
|
81
|
-
top: 45%;
|
82
|
-
width: 2.25vw;
|
83
|
-
height: 2.25vw;
|
84
|
-
cursor: pointer;
|
85
|
-
}
|
86
|
-
.bi_home_data .content .data .data_content .right_page img[data-v-453c8636] {
|
87
|
-
width: 2.25vw;
|
88
|
-
height: 2.25vw;
|
89
|
-
}
|
90
|
-
.bi_home_data .content .data .data_content .message_item[data-v-453c8636] {
|
91
|
-
width: 37vw;
|
92
|
-
height: 9vw;
|
93
|
-
background: #f8f8fa;
|
94
|
-
box-shadow: 0 0.1vw 0.45vw 0 rgba(168, 203, 255, 0.36);
|
95
|
-
border-radius: 0.2vw;
|
96
|
-
border: 0.1vw solid #fff;
|
97
|
-
margin-bottom: 1.5vw;
|
98
|
-
box-sizing: border-box;
|
99
|
-
padding: 1vw;
|
100
|
-
position: relative;
|
101
|
-
left: 0;
|
102
|
-
top: 0;
|
103
|
-
cursor: pointer;
|
104
|
-
}
|
105
|
-
.bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(3),
|
106
|
-
.bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(4) {
|
107
|
-
margin-bottom: 0;
|
108
|
-
}
|
109
|
-
.bi_home_data .content .data .data_content .message_item .item_title[data-v-453c8636] {
|
110
|
-
display: flex;
|
111
|
-
height: 1vw;
|
112
|
-
}
|
113
|
-
.bi_home_data .content .data .data_content .message_item .item_title img[data-v-453c8636] {
|
114
|
-
width: 1vw;
|
115
|
-
height: 1vw;
|
116
|
-
}
|
117
|
-
.bi_home_data .content .data .data_content .message_item .item_title p[data-v-453c8636] {
|
118
|
-
height: 1vw;
|
119
|
-
line-height: 1vw;
|
120
|
-
margin: 0 0 0 0.5vw;
|
121
|
-
}
|
122
|
-
.bi_home_data .content .data .data_content .message_item .item_content[data-v-453c8636] {
|
123
|
-
margin-top: 1.6vw;
|
124
|
-
display: flex;
|
125
|
-
}
|
126
|
-
.bi_home_data .content .data .data_content .message_item .item_content img[data-v-453c8636] {
|
127
|
-
width: 4vw;
|
128
|
-
height: 4vw;
|
129
|
-
margin-right: 1.2vw;
|
130
|
-
}
|
131
|
-
.bi_home_data .content .data .data_content .message_item .item_content .content_content[data-v-453c8636] {
|
132
|
-
width: 31vw;
|
133
|
-
position: relative;
|
134
|
-
top: 0;
|
135
|
-
left: 0;
|
136
|
-
}
|
137
|
-
.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_title[data-v-453c8636] {
|
138
|
-
max-width: 20vw;
|
139
|
-
height: 1.1vw;
|
140
|
-
font-size: 0.8vw;
|
141
|
-
font-weight: 500;
|
142
|
-
color: #333;
|
143
|
-
line-height: 1.1vw;
|
144
|
-
overflow: hidden;
|
145
|
-
white-space: nowrap;
|
146
|
-
text-overflow: ellipsis;
|
147
|
-
}
|
148
|
-
.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_desc[data-v-453c8636] {
|
149
|
-
max-width: 26vw;
|
150
|
-
height: 1vw;
|
151
|
-
margin-top: 0.8vw;
|
152
|
-
font-size: 0.7vw;
|
153
|
-
font-weight: 400;
|
154
|
-
color: #333;
|
155
|
-
line-height: 1vw;
|
156
|
-
overflow: hidden;
|
157
|
-
white-space: nowrap;
|
158
|
-
text-overflow: ellipsis;
|
159
|
-
}
|
160
|
-
.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_time[data-v-453c8636] {
|
161
|
-
position: absolute;
|
162
|
-
left: 22vw;
|
163
|
-
top: 0.05vw;
|
164
|
-
width: 8vw;
|
165
|
-
height: 1vw;
|
166
|
-
font-size: 0.7vw;
|
167
|
-
font-weight: 400;
|
168
|
-
color: #333;
|
169
|
-
line-height: 1vw;
|
170
|
-
overflow: hidden;
|
171
|
-
white-space: nowrap;
|
172
|
-
text-overflow: ellipsis;
|
173
|
-
}
|
174
|
-
.bi_home_data .content .data .data_content .message_item .is_read[data-v-453c8636] {
|
175
|
-
position: absolute;
|
176
|
-
right: 0.1vw;
|
177
|
-
top: 0.3vw;
|
178
|
-
width: 1.5vw;
|
179
|
-
height: 0.8vw;
|
180
|
-
}
|
181
|
-
.bi_home_data .content .detail[data-v-453c8636] {
|
182
|
-
width: 100%;
|
183
|
-
box-sizing: border-box;
|
184
|
-
padding: 0 20px;
|
185
|
-
height: calc(100vh - 80px);
|
186
|
-
}
|
187
|
-
.bi_home_data .content .detail .detail_title[data-v-453c8636] {
|
188
|
-
width: 440px;
|
189
|
-
height: 22px;
|
190
|
-
font-size: 16px;
|
191
|
-
font-weight: 500;
|
192
|
-
color: #333;
|
193
|
-
line-height: 22px;
|
194
|
-
overflow: hidden;
|
195
|
-
white-space: nowrap;
|
196
|
-
text-overflow: ellipsis;
|
197
|
-
}
|
198
|
-
.bi_home_data .content .detail .detail_time[data-v-453c8636] {
|
199
|
-
width: 320px;
|
200
|
-
height: 16px;
|
201
|
-
margin-top: 12px;
|
202
|
-
font-size: 12px;
|
203
|
-
font-weight: 400;
|
204
|
-
color: #999;
|
205
|
-
line-height: 16px;
|
206
|
-
overflow: hidden;
|
207
|
-
white-space: nowrap;
|
208
|
-
text-overflow: ellipsis;
|
209
|
-
}
|
210
|
-
.bi_home_data .content .detail .detail_desc[data-v-453c8636] {
|
211
|
-
margin-top: 24px;
|
212
|
-
width: 500px;
|
213
|
-
font-size: 14px;
|
214
|
-
font-weight: 400;
|
215
|
-
color: #333;
|
216
|
-
line-height: 20px;
|
217
|
-
}
|
218
|
-
.bi_home_data .content .detail .detail_content[data-v-453c8636] {
|
219
|
-
width: 520px;
|
220
|
-
margin-top: 24px;
|
221
|
-
overflow-y: auto;
|
222
|
-
}
|
223
|
-
.bi_home_data .content .detail .detail_content .content_content[data-v-453c8636] {
|
224
|
-
width: 500px;
|
225
|
-
}
|
226
|
-
.el-carousel__indicator.is-active button {
|
227
|
-
opacity: 1;
|
228
|
-
background-color: #38ce81;
|
229
|
-
}
|