You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.4 KiB
67 lines
1.4 KiB
|
|
view.data-v-152e6e98,
|
|
scroll-view.data-v-152e6e98 {
|
|
box-sizing: border-box;
|
|
}
|
|
.QS-tabs.data-v-152e6e98 {
|
|
width: 100%;
|
|
transition-property: background-color, color;
|
|
}
|
|
.QS-tabs.data-v-152e6e98::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
-webkit-appearance: none;
|
|
background: transparent;
|
|
}
|
|
.QS-tabs-scroll.data-v-152e6e98 {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
}
|
|
.QS-tabs-scroll-box.data-v-152e6e98 {
|
|
position: relative;
|
|
display: flex;
|
|
white-space: nowrap !important;
|
|
display: block !important;
|
|
}
|
|
.QS-tabs-scroll-item.data-v-152e6e98 {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: center;
|
|
transition-property: background-color, color, font-weight;
|
|
}
|
|
.content.data-v-152e6e98 {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.boxStyle.data-v-152e6e98 {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
transition-property: all;
|
|
}
|
|
.boxStyle2.data-v-152e6e98 {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
bottom: 0;
|
|
transition-property: all;
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%);
|
|
}
|
|
.itemBackgroundBox.data-v-152e6e98 {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 0;
|
|
transition-property: left, background-color;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.itemBackground.data-v-152e6e98 {
|
|
height: 100%;
|
|
width: 100%;
|
|
transition-property: all;
|
|
}
|
|
|
|
|