unika-components 1.0.103 → 1.0.105
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 +82 -82
- package/package.json +1 -1
|
@@ -2,27 +2,18 @@
|
|
|
2
2
|
.uni-image-component {
|
|
3
3
|
max-width: 100%;
|
|
4
4
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
color: #fff;
|
|
18
|
-
background: rgba(0, 0, 0, 0.6);
|
|
19
|
-
border-radius: 50%;
|
|
20
|
-
padding: 10px;
|
|
21
|
-
transition: background 0.3s;
|
|
22
|
-
}
|
|
23
|
-
.play-pause-button:hover {
|
|
24
|
-
background: rgba(0, 0, 0, 0.8);
|
|
25
|
-
}
|
|
5
|
+
|
|
6
|
+
h2.uni-text-component, p.uni-text-component {
|
|
7
|
+
margin-bottom: 0;
|
|
8
|
+
}
|
|
9
|
+
button.uni-text-component {
|
|
10
|
+
padding: 5px 10px;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
}
|
|
13
|
+
.uni-text-component {
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
white-space: pre-wrap;
|
|
16
|
+
}
|
|
26
17
|
|
|
27
18
|
#audio {
|
|
28
19
|
position: absolute;
|
|
@@ -104,67 +95,6 @@
|
|
|
104
95
|
-webkit-transform: rotate(360deg);
|
|
105
96
|
}
|
|
106
97
|
}
|
|
107
|
-
|
|
108
|
-
h2.uni-text-component, p.uni-text-component {
|
|
109
|
-
margin-bottom: 0;
|
|
110
|
-
}
|
|
111
|
-
button.uni-text-component {
|
|
112
|
-
padding: 5px 10px;
|
|
113
|
-
cursor: pointer;
|
|
114
|
-
}
|
|
115
|
-
.uni-text-component {
|
|
116
|
-
box-sizing: border-box;
|
|
117
|
-
white-space: pre-wrap;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.ant-input-number {
|
|
121
|
-
box-sizing: border-box;
|
|
122
|
-
margin: 0;
|
|
123
|
-
padding: 0;
|
|
124
|
-
color: rgba(0, 0, 0, 0.88);
|
|
125
|
-
font-size: 14px;
|
|
126
|
-
line-height: 1.5714285714285714;
|
|
127
|
-
list-style: none;
|
|
128
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
129
|
-
position: relative;
|
|
130
|
-
display: inline-block;
|
|
131
|
-
width: 100%;
|
|
132
|
-
min-width: 0;
|
|
133
|
-
background-color: #ffffff;
|
|
134
|
-
background-image: none;
|
|
135
|
-
border-width: 1px;
|
|
136
|
-
border-style: solid;
|
|
137
|
-
border-color: #d9d9d9;
|
|
138
|
-
border-radius: 6px;
|
|
139
|
-
transition: all 0.2s;
|
|
140
|
-
border: 1px solid #d9d9d9;
|
|
141
|
-
}
|
|
142
|
-
.ant-form-item {
|
|
143
|
-
box-sizing: border-box;
|
|
144
|
-
margin: 0;
|
|
145
|
-
padding: 0;
|
|
146
|
-
color: rgba(0, 0, 0, 0.88);
|
|
147
|
-
font-size: 14px;
|
|
148
|
-
line-height: 1.5714285714285714;
|
|
149
|
-
list-style: none;
|
|
150
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
151
|
-
margin-bottom: 0px;
|
|
152
|
-
vertical-align: top;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.swiper-warp {
|
|
156
|
-
width: 100%;
|
|
157
|
-
height: 100%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.swiper-slide-component {
|
|
161
|
-
text-align: center;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.swiper-slide img {
|
|
165
|
-
max-width: 100%;
|
|
166
|
-
max-height: 100%;
|
|
167
|
-
}
|
|
168
98
|
|
|
169
99
|
.slot-number {
|
|
170
100
|
position: absolute;
|
|
@@ -196,10 +126,80 @@ button.uni-text-component {
|
|
|
196
126
|
color: #333;
|
|
197
127
|
}
|
|
198
128
|
|
|
129
|
+
.uni-video-component {
|
|
130
|
+
position: relative;
|
|
131
|
+
text-align: center;
|
|
132
|
+
}
|
|
133
|
+
.play-pause-button {
|
|
134
|
+
position: absolute;
|
|
135
|
+
top: 50%;
|
|
136
|
+
left: 50%;
|
|
137
|
+
transform: translate(-50%, -50%);
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
font-size: 2rem;
|
|
140
|
+
color: #fff;
|
|
141
|
+
background: rgba(0, 0, 0, 0.6);
|
|
142
|
+
border-radius: 50%;
|
|
143
|
+
padding: 10px;
|
|
144
|
+
transition: background 0.3s;
|
|
145
|
+
}
|
|
146
|
+
.play-pause-button:hover {
|
|
147
|
+
background: rgba(0, 0, 0, 0.8);
|
|
148
|
+
}
|
|
149
|
+
|
|
199
150
|
.effect {
|
|
200
151
|
width: 100%;
|
|
201
152
|
height: 100%;
|
|
202
153
|
}
|
|
154
|
+
|
|
155
|
+
.swiper-warp {
|
|
156
|
+
width: 100%;
|
|
157
|
+
height: 100%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.swiper-slide-component {
|
|
161
|
+
text-align: center;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.swiper-slide img {
|
|
165
|
+
max-width: 100%;
|
|
166
|
+
max-height: 100%;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.ant-input-number {
|
|
170
|
+
box-sizing: border-box;
|
|
171
|
+
margin: 0;
|
|
172
|
+
padding: 0;
|
|
173
|
+
color: rgba(0, 0, 0, 0.88);
|
|
174
|
+
font-size: 14px;
|
|
175
|
+
line-height: 1.5714285714285714;
|
|
176
|
+
list-style: none;
|
|
177
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
178
|
+
position: relative;
|
|
179
|
+
display: inline-block;
|
|
180
|
+
width: 100%;
|
|
181
|
+
min-width: 0;
|
|
182
|
+
background-color: #ffffff;
|
|
183
|
+
background-image: none;
|
|
184
|
+
border-width: 1px;
|
|
185
|
+
border-style: solid;
|
|
186
|
+
border-color: #d9d9d9;
|
|
187
|
+
border-radius: 6px;
|
|
188
|
+
transition: all 0.2s;
|
|
189
|
+
border: 1px solid #d9d9d9;
|
|
190
|
+
}
|
|
191
|
+
.ant-form-item {
|
|
192
|
+
box-sizing: border-box;
|
|
193
|
+
margin: 0;
|
|
194
|
+
padding: 0;
|
|
195
|
+
color: rgba(0, 0, 0, 0.88);
|
|
196
|
+
font-size: 14px;
|
|
197
|
+
line-height: 1.5714285714285714;
|
|
198
|
+
list-style: none;
|
|
199
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
200
|
+
margin-bottom: 0px;
|
|
201
|
+
vertical-align: top;
|
|
202
|
+
}
|
|
203
203
|
/**
|
|
204
204
|
* Swiper 6.8.4
|
|
205
205
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|