@atooyu/uxto-ui 1.1.3 → 1.1.5
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/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +19 -20
- package/package.json +1 -1
- package/src/components/u-swiper/u-swiper.vue +1 -1
package/dist/style.css
CHANGED
|
@@ -1027,16 +1027,15 @@ to {
|
|
|
1027
1027
|
font-size: 10px;
|
|
1028
1028
|
line-height: 1;
|
|
1029
1029
|
color: #ffffff;
|
|
1030
|
-
}.u-swiper[data-v-
|
|
1030
|
+
}.u-swiper[data-v-3e21a0fe] {
|
|
1031
1031
|
position: relative;
|
|
1032
1032
|
width: 100%;
|
|
1033
1033
|
overflow: hidden;
|
|
1034
1034
|
}
|
|
1035
|
-
.u-swiper__wrapper[data-v-
|
|
1035
|
+
.u-swiper__wrapper[data-v-3e21a0fe] {
|
|
1036
1036
|
width: 100%;
|
|
1037
|
-
height: var(--swiper-height, 200px);
|
|
1038
1037
|
}
|
|
1039
|
-
.u-swiper__loading[data-v-
|
|
1038
|
+
.u-swiper__loading[data-v-3e21a0fe] {
|
|
1040
1039
|
position: absolute;
|
|
1041
1040
|
top: 0;
|
|
1042
1041
|
left: 0;
|
|
@@ -1048,20 +1047,20 @@ to {
|
|
|
1048
1047
|
background-color: rgba(0, 0, 0, 0.3);
|
|
1049
1048
|
z-index: 10;
|
|
1050
1049
|
}
|
|
1051
|
-
.u-swiper__loading-icon[data-v-
|
|
1050
|
+
.u-swiper__loading-icon[data-v-3e21a0fe] {
|
|
1052
1051
|
width: 32px;
|
|
1053
1052
|
height: 32px;
|
|
1054
1053
|
border: 3px solid rgba(255, 255, 255, 0.3);
|
|
1055
1054
|
border-top-color: #fff;
|
|
1056
1055
|
border-radius: 50%;
|
|
1057
|
-
animation: u-swiper-loading-
|
|
1056
|
+
animation: u-swiper-loading-3e21a0fe 0.8s linear infinite;
|
|
1058
1057
|
}
|
|
1059
|
-
@keyframes u-swiper-loading-
|
|
1058
|
+
@keyframes u-swiper-loading-3e21a0fe {
|
|
1060
1059
|
to {
|
|
1061
1060
|
transform: rotate(360deg);
|
|
1062
1061
|
}
|
|
1063
1062
|
}
|
|
1064
|
-
.u-swiper__title[data-v-
|
|
1063
|
+
.u-swiper__title[data-v-3e21a0fe] {
|
|
1065
1064
|
position: absolute;
|
|
1066
1065
|
left: 0;
|
|
1067
1066
|
right: 0;
|
|
@@ -1070,41 +1069,41 @@ to {
|
|
|
1070
1069
|
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
|
|
1071
1070
|
z-index: 5;
|
|
1072
1071
|
}
|
|
1073
|
-
.u-swiper__title-text[data-v-
|
|
1072
|
+
.u-swiper__title-text[data-v-3e21a0fe] {
|
|
1074
1073
|
font-size: 14px;
|
|
1075
1074
|
color: #ffffff;
|
|
1076
1075
|
line-height: 1.4;
|
|
1077
1076
|
}
|
|
1078
|
-
.u-swiper__indicator[data-v-
|
|
1077
|
+
.u-swiper__indicator[data-v-3e21a0fe] {
|
|
1079
1078
|
position: absolute;
|
|
1080
1079
|
z-index: 5;
|
|
1081
1080
|
}
|
|
1082
|
-
.u-swiper__indicator-wrapper[data-v-
|
|
1081
|
+
.u-swiper__indicator-wrapper[data-v-3e21a0fe] {
|
|
1083
1082
|
position: absolute;
|
|
1084
1083
|
display: flex;
|
|
1085
1084
|
z-index: 5;
|
|
1086
1085
|
padding: 4px 8px;
|
|
1087
1086
|
}
|
|
1088
|
-
.u-swiper__indicator-wrapper--top-left[data-v-
|
|
1087
|
+
.u-swiper__indicator-wrapper--top-left[data-v-3e21a0fe] {
|
|
1089
1088
|
top: 0;
|
|
1090
1089
|
left: 0;
|
|
1091
1090
|
}
|
|
1092
|
-
.u-swiper__indicator-wrapper--top-right[data-v-
|
|
1091
|
+
.u-swiper__indicator-wrapper--top-right[data-v-3e21a0fe] {
|
|
1093
1092
|
top: 0;
|
|
1094
1093
|
right: 0;
|
|
1095
1094
|
}
|
|
1096
|
-
.u-swiper__indicator-wrapper--bottom-left[data-v-
|
|
1095
|
+
.u-swiper__indicator-wrapper--bottom-left[data-v-3e21a0fe] {
|
|
1097
1096
|
bottom: 0;
|
|
1098
1097
|
left: 0;
|
|
1099
1098
|
}
|
|
1100
|
-
.u-swiper__indicator-wrapper--bottom-right[data-v-
|
|
1099
|
+
.u-swiper__indicator-wrapper--bottom-right[data-v-3e21a0fe] {
|
|
1101
1100
|
bottom: 0;
|
|
1102
1101
|
right: 0;
|
|
1103
1102
|
}
|
|
1104
|
-
.u-swiper__indicator-wrapper--vertical[data-v-
|
|
1103
|
+
.u-swiper__indicator-wrapper--vertical[data-v-3e21a0fe] {
|
|
1105
1104
|
flex-direction: column;
|
|
1106
1105
|
}
|
|
1107
|
-
.u-swiper__indicator-item[data-v-
|
|
1106
|
+
.u-swiper__indicator-item[data-v-3e21a0fe] {
|
|
1108
1107
|
width: 6px;
|
|
1109
1108
|
height: 6px;
|
|
1110
1109
|
border-radius: 50%;
|
|
@@ -1112,17 +1111,17 @@ to {
|
|
|
1112
1111
|
margin: 0 4px;
|
|
1113
1112
|
transition: all 0.3s;
|
|
1114
1113
|
}
|
|
1115
|
-
.u-swiper__indicator-item--active[data-v-
|
|
1114
|
+
.u-swiper__indicator-item--active[data-v-3e21a0fe] {
|
|
1116
1115
|
width: 16px;
|
|
1117
1116
|
border-radius: 4px;
|
|
1118
1117
|
background-color: var(--indicator-active-color, #fff);
|
|
1119
1118
|
}
|
|
1120
|
-
.u-swiper__indicator-wrapper--vertical .u-swiper__indicator-item[data-v-
|
|
1119
|
+
.u-swiper__indicator-wrapper--vertical .u-swiper__indicator-item[data-v-3e21a0fe] {
|
|
1121
1120
|
width: 6px;
|
|
1122
1121
|
height: 6px;
|
|
1123
1122
|
margin: 4px 0;
|
|
1124
1123
|
}
|
|
1125
|
-
.u-swiper__indicator-wrapper--vertical .u-swiper__indicator-item--active[data-v-
|
|
1124
|
+
.u-swiper__indicator-wrapper--vertical .u-swiper__indicator-item--active[data-v-3e21a0fe] {
|
|
1126
1125
|
width: 6px;
|
|
1127
1126
|
height: 16px;
|
|
1128
1127
|
}.u-swiper-item[data-v-ef481687] {
|
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
<view class="u-swiper">
|
|
3
3
|
<swiper
|
|
4
4
|
class="u-swiper__wrapper"
|
|
5
|
+
:style="{ height: swiperHeight }"
|
|
5
6
|
:autoplay="autoplay"
|
|
6
7
|
:interval="interval"
|
|
7
8
|
:duration="duration"
|
|
@@ -189,7 +190,6 @@ export default {
|
|
|
189
190
|
|
|
190
191
|
&__wrapper {
|
|
191
192
|
width: 100%;
|
|
192
|
-
height: var(--swiper-height, 200px);
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
&__loading {
|