unika-components 1.0.49 → 1.0.50
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/unika-components.css +34 -34
- package/package.json +1 -1
|
@@ -10,6 +10,14 @@ button.uni-text-component {
|
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
white-space: pre-wrap;
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
.slot-number {
|
|
15
|
+
position: absolute;
|
|
16
|
+
bottom: 2px;
|
|
17
|
+
left: 7px;
|
|
18
|
+
font-size: 12px;
|
|
19
|
+
color: #666
|
|
20
|
+
}
|
|
13
21
|
|
|
14
22
|
.slide-guide {
|
|
15
23
|
position: absolute;
|
|
@@ -83,10 +91,6 @@ body, html {
|
|
|
83
91
|
transform: translate3d(-50%, -50%, 0);
|
|
84
92
|
}
|
|
85
93
|
}
|
|
86
|
-
|
|
87
|
-
.uni-image-component {
|
|
88
|
-
max-width: 100%;
|
|
89
|
-
}
|
|
90
94
|
|
|
91
95
|
.uni-background-component {
|
|
92
96
|
width: 100%;
|
|
@@ -218,36 +222,10 @@ body, html {
|
|
|
218
222
|
-webkit-transform: rotate(360deg);
|
|
219
223
|
}
|
|
220
224
|
}
|
|
221
|
-
|
|
222
|
-
.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
left: 7px;
|
|
226
|
-
font-size: 12px;
|
|
227
|
-
color: #666
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.like-button {
|
|
231
|
-
display: flex;
|
|
232
|
-
flex-direction: column;
|
|
233
|
-
align-items: center;
|
|
234
|
-
cursor: pointer;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.icon-heart {
|
|
238
|
-
font-size: 24px;
|
|
239
|
-
color: #e74c3c;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.liked {
|
|
243
|
-
color: #f00; /* 更改颜色以示已赞 */
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.like-count {
|
|
247
|
-
margin-top: 4px;
|
|
248
|
-
font-size: 16px;
|
|
249
|
-
color: #333;
|
|
250
|
-
}
|
|
225
|
+
|
|
226
|
+
.uni-image-component {
|
|
227
|
+
max-width: 100%;
|
|
228
|
+
}
|
|
251
229
|
|
|
252
230
|
#app1 {
|
|
253
231
|
position: relative;
|
|
@@ -292,6 +270,28 @@ body, html {
|
|
|
292
270
|
background: rgba(0, 0, 0, 0.8);
|
|
293
271
|
}
|
|
294
272
|
|
|
273
|
+
.like-button {
|
|
274
|
+
display: flex;
|
|
275
|
+
flex-direction: column;
|
|
276
|
+
align-items: center;
|
|
277
|
+
cursor: pointer;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.icon-heart {
|
|
281
|
+
font-size: 24px;
|
|
282
|
+
color: #e74c3c;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.liked {
|
|
286
|
+
color: #f00; /* 更改颜色以示已赞 */
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.like-count {
|
|
290
|
+
margin-top: 4px;
|
|
291
|
+
font-size: 16px;
|
|
292
|
+
color: #333;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
295
|
.video-player {
|
|
296
296
|
position: relative;
|
|
297
297
|
text-align: center;
|