hls_crm/unpackage/dist/dev/mp-weixin/uview-ui/components/u-tabs/u-tabs.wxss

39 lines
872 B
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
view.data-v-3b2b1a80,
scroll-view.data-v-3b2b1a80 {
box-sizing: border-box;
}
.data-v-3b2b1a80::-webkit-scrollbar,.data-v-3b2b1a80::-webkit-scrollbar,.data-v-3b2b1a80::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
.u-scroll-box.data-v-3b2b1a80 {
position: relative;
}
.u-scroll-view.data-v-3b2b1a80 {
width: 100%;
white-space: nowrap;
position: relative;
}
.u-tab-item.data-v-3b2b1a80 {
position: relative;
display: inline-block;
text-align: center;
transition-property: background-color, color;
}
.u-tab-bar.data-v-3b2b1a80 {
position: absolute;
bottom: 0;
}
.u-tabs-scorll-flex.data-v-3b2b1a80 {
display: flex;
flex-direction: row;
justify-content: space-between;
}