unika-components 1.0.170 → 1.0.171
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 +47 -47
- package/package.json +1 -1
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
-
white-space: pre-wrap;
|
|
24
|
-
}
|
|
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
|
+
}
|
|
25
22
|
|
|
26
23
|
.slide-guide {
|
|
27
24
|
position: absolute;
|
|
@@ -96,10 +93,34 @@ body, html {
|
|
|
96
93
|
}
|
|
97
94
|
}
|
|
98
95
|
|
|
96
|
+
h2.uni-text-component, p.uni-text-component {
|
|
97
|
+
margin-bottom: 0;
|
|
98
|
+
}
|
|
99
|
+
button.uni-text-component {
|
|
100
|
+
padding: 5px 10px;
|
|
101
|
+
cursor: pointer;
|
|
102
|
+
}
|
|
103
|
+
.uni-text-component {
|
|
104
|
+
box-sizing: border-box;
|
|
105
|
+
white-space: pre-wrap;
|
|
106
|
+
}
|
|
107
|
+
|
|
99
108
|
.uni-image-component {
|
|
100
109
|
max-width: 100%;
|
|
101
110
|
}
|
|
102
111
|
|
|
112
|
+
|
|
113
|
+
.uni-calendar-component {
|
|
114
|
+
|
|
115
|
+
}
|
|
116
|
+
.slot-number {
|
|
117
|
+
position: absolute;
|
|
118
|
+
bottom: 2px;
|
|
119
|
+
left: 7px;
|
|
120
|
+
font-size: 12px;
|
|
121
|
+
color: #666
|
|
122
|
+
}
|
|
123
|
+
|
|
103
124
|
.like-button {
|
|
104
125
|
display: flex;
|
|
105
126
|
flex-direction: column;
|
|
@@ -122,27 +143,6 @@ body, html {
|
|
|
122
143
|
color: #333;
|
|
123
144
|
}
|
|
124
145
|
|
|
125
|
-
.uni-video-component {
|
|
126
|
-
position: relative;
|
|
127
|
-
text-align: center;
|
|
128
|
-
}
|
|
129
|
-
.play-pause-button {
|
|
130
|
-
position: absolute;
|
|
131
|
-
top: 50%;
|
|
132
|
-
left: 50%;
|
|
133
|
-
transform: translate(-50%, -50%);
|
|
134
|
-
cursor: pointer;
|
|
135
|
-
font-size: 2rem;
|
|
136
|
-
color: #fff;
|
|
137
|
-
background: rgba(0, 0, 0, 0.6);
|
|
138
|
-
border-radius: 50%;
|
|
139
|
-
padding: 10px;
|
|
140
|
-
transition: background 0.3s;
|
|
141
|
-
}
|
|
142
|
-
.play-pause-button:hover {
|
|
143
|
-
background: rgba(0, 0, 0, 0.8);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
146
|
.swiper-warp {
|
|
147
147
|
width: 100%;
|
|
148
148
|
height: 100%;
|
|
@@ -162,9 +162,6 @@ body, html {
|
|
|
162
162
|
height: 100%;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.uni-build-up-component {
|
|
166
|
-
}
|
|
167
|
-
|
|
168
165
|
.ant-input-number {
|
|
169
166
|
box-sizing: border-box;
|
|
170
167
|
margin: 0;
|
|
@@ -199,6 +196,9 @@ body, html {
|
|
|
199
196
|
margin-bottom: 0px;
|
|
200
197
|
vertical-align: top;
|
|
201
198
|
}
|
|
199
|
+
|
|
200
|
+
.uni-build-up-component {
|
|
201
|
+
}
|
|
202
202
|
/**
|
|
203
203
|
* Swiper 6.8.4
|
|
204
204
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|