unika-components 1.0.109 → 1.0.111
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 +31 -31
- package/package.json +1 -1
|
@@ -104,27 +104,6 @@ button.uni-text-component {
|
|
|
104
104
|
color: #666
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.uni-video-component {
|
|
108
|
-
position: relative;
|
|
109
|
-
text-align: center;
|
|
110
|
-
}
|
|
111
|
-
.play-pause-button {
|
|
112
|
-
position: absolute;
|
|
113
|
-
top: 50%;
|
|
114
|
-
left: 50%;
|
|
115
|
-
transform: translate(-50%, -50%);
|
|
116
|
-
cursor: pointer;
|
|
117
|
-
font-size: 2rem;
|
|
118
|
-
color: #fff;
|
|
119
|
-
background: rgba(0, 0, 0, 0.6);
|
|
120
|
-
border-radius: 50%;
|
|
121
|
-
padding: 10px;
|
|
122
|
-
transition: background 0.3s;
|
|
123
|
-
}
|
|
124
|
-
.play-pause-button:hover {
|
|
125
|
-
background: rgba(0, 0, 0, 0.8);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
107
|
.like-button {
|
|
129
108
|
display: flex;
|
|
130
109
|
flex-direction: column;
|
|
@@ -147,19 +126,31 @@ button.uni-text-component {
|
|
|
147
126
|
color: #333;
|
|
148
127
|
}
|
|
149
128
|
|
|
150
|
-
.
|
|
129
|
+
.effect {
|
|
151
130
|
width: 100%;
|
|
152
131
|
height: 100%;
|
|
153
132
|
}
|
|
154
133
|
|
|
155
|
-
.
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
134
|
+
.uni-video-component {
|
|
135
|
+
position: relative;
|
|
136
|
+
text-align: center;
|
|
137
|
+
}
|
|
138
|
+
.play-pause-button {
|
|
139
|
+
position: absolute;
|
|
140
|
+
top: 50%;
|
|
141
|
+
left: 50%;
|
|
142
|
+
transform: translate(-50%, -50%);
|
|
143
|
+
cursor: pointer;
|
|
144
|
+
font-size: 2rem;
|
|
145
|
+
color: #fff;
|
|
146
|
+
background: rgba(0, 0, 0, 0.6);
|
|
147
|
+
border-radius: 50%;
|
|
148
|
+
padding: 10px;
|
|
149
|
+
transition: background 0.3s;
|
|
150
|
+
}
|
|
151
|
+
.play-pause-button:hover {
|
|
152
|
+
background: rgba(0, 0, 0, 0.8);
|
|
153
|
+
}
|
|
163
154
|
|
|
164
155
|
.ant-input-number {
|
|
165
156
|
box-sizing: border-box;
|
|
@@ -196,10 +187,19 @@ button.uni-text-component {
|
|
|
196
187
|
vertical-align: top;
|
|
197
188
|
}
|
|
198
189
|
|
|
199
|
-
.
|
|
190
|
+
.swiper-warp {
|
|
200
191
|
width: 100%;
|
|
201
192
|
height: 100%;
|
|
202
193
|
}
|
|
194
|
+
|
|
195
|
+
.swiper-slide-component {
|
|
196
|
+
text-align: center;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.swiper-slide img {
|
|
200
|
+
max-width: 100%;
|
|
201
|
+
max-height: 100%;
|
|
202
|
+
}
|
|
203
203
|
/**
|
|
204
204
|
* Swiper 6.8.4
|
|
205
205
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|