unika-components 1.0.9 → 1.0.11
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.
|
@@ -1,29 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.uni-video-component {
|
|
3
|
-
position: relative;
|
|
4
|
-
text-align: center;
|
|
5
|
-
}
|
|
6
|
-
.play-pause-button {
|
|
7
|
-
position: absolute;
|
|
8
|
-
top: 50%;
|
|
9
|
-
left: 50%;
|
|
10
|
-
transform: translate(-50%, -50%);
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
font-size: 2rem;
|
|
13
|
-
color: #fff;
|
|
14
|
-
background: rgba(0, 0, 0, 0.6);
|
|
15
|
-
border-radius: 50%;
|
|
16
|
-
padding: 10px;
|
|
17
|
-
transition: background 0.3s;
|
|
18
|
-
}
|
|
19
|
-
.play-pause-button:hover {
|
|
20
|
-
background: rgba(0, 0, 0, 0.8);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.uni-image-component {
|
|
24
|
-
max-width: 100%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
2
|
#audio {
|
|
28
3
|
position: absolute;
|
|
29
4
|
right: 10px;
|
|
@@ -119,6 +94,10 @@
|
|
|
119
94
|
}
|
|
120
95
|
}
|
|
121
96
|
|
|
97
|
+
.uni-image-component {
|
|
98
|
+
max-width: 100%;
|
|
99
|
+
}
|
|
100
|
+
|
|
122
101
|
h2.uni-text-component, p.uni-text-component {
|
|
123
102
|
margin-bottom: 0;
|
|
124
103
|
}
|
|
@@ -131,6 +110,27 @@ button.uni-text-component {
|
|
|
131
110
|
white-space: pre-wrap;
|
|
132
111
|
}
|
|
133
112
|
|
|
113
|
+
.uni-video-component {
|
|
114
|
+
position: relative;
|
|
115
|
+
text-align: center;
|
|
116
|
+
}
|
|
117
|
+
.play-pause-button {
|
|
118
|
+
position: absolute;
|
|
119
|
+
top: 50%;
|
|
120
|
+
left: 50%;
|
|
121
|
+
transform: translate(-50%, -50%);
|
|
122
|
+
cursor: pointer;
|
|
123
|
+
font-size: 2rem;
|
|
124
|
+
color: #fff;
|
|
125
|
+
background: rgba(0, 0, 0, 0.6);
|
|
126
|
+
border-radius: 50%;
|
|
127
|
+
padding: 10px;
|
|
128
|
+
transition: background 0.3s;
|
|
129
|
+
}
|
|
130
|
+
.play-pause-button:hover {
|
|
131
|
+
background: rgba(0, 0, 0, 0.8);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
134
|
.uni-background-component {
|
|
135
135
|
width: 100%;
|
|
136
136
|
}
|
|
@@ -162,7 +162,7 @@ button.uni-text-component {
|
|
|
162
162
|
left: 0;
|
|
163
163
|
right: 0;
|
|
164
164
|
z-index: -1;
|
|
165
|
-
background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat;
|
|
165
|
+
/* background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat; */
|
|
166
166
|
background-position: center;
|
|
167
167
|
opacity: 0.1;
|
|
168
168
|
}
|
|
@@ -11646,7 +11646,7 @@ var script$2 = defineComponent({
|
|
|
11646
11646
|
props: {
|
|
11647
11647
|
watermark: {
|
|
11648
11648
|
type: Boolean,
|
|
11649
|
-
default:
|
|
11649
|
+
default: false
|
|
11650
11650
|
},
|
|
11651
11651
|
...defaultProps$2
|
|
11652
11652
|
},
|
|
@@ -11650,7 +11650,7 @@
|
|
|
11650
11650
|
props: {
|
|
11651
11651
|
watermark: {
|
|
11652
11652
|
type: Boolean,
|
|
11653
|
-
default:
|
|
11653
|
+
default: false
|
|
11654
11654
|
},
|
|
11655
11655
|
...defaultProps$2
|
|
11656
11656
|
},
|