95 lines
1.6 KiB
Plaintext
95 lines
1.6 KiB
Plaintext
|
|
.fui-footer.data-v-946bd64a {
|
|
flex: 1;
|
|
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
word-break: break-all;
|
|
|
|
overflow: hidden;
|
|
padding-top: 32rpx;
|
|
padding-bottom: 32rpx;
|
|
padding-left: 32rpx;
|
|
padding-right: 32rpx;
|
|
}
|
|
.fui-footer__fixed-bottom.data-v-946bd64a {
|
|
position: fixed;
|
|
z-index: 99;
|
|
left: 0;
|
|
right: 0;
|
|
|
|
left: constant(safe-area-inset-left);
|
|
left: env(safe-area-inset-left);
|
|
right: constant(safe-area-inset-right);
|
|
right: env(safe-area-inset-right)
|
|
}
|
|
.fui-footer__link.data-v-946bd64a {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
}
|
|
.fui-link__color.data-v-946bd64a {
|
|
color: var(--fui-color-link, #465CFF) !important;
|
|
}
|
|
.fui-link__item.data-v-946bd64a {
|
|
position: relative;
|
|
line-height: 1;
|
|
}
|
|
.fui-link__text.data-v-946bd64a {
|
|
padding: 0 18rpx;
|
|
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
}
|
|
.fui-link__text-border.data-v-946bd64a {
|
|
border-right-width: 0;
|
|
}
|
|
.fui-link__item.data-v-946bd64a::before {
|
|
content: " ";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 4rpx;
|
|
width: 1px;
|
|
bottom: 4rpx;
|
|
border-right: 1px solid var(--fui-color-label, #B2B2B2);
|
|
transform-origin: 100% 0;
|
|
transform: scaleX(0.5);
|
|
}
|
|
.fui-link__item.data-v-946bd64a:last-child::before {
|
|
border-right: 0 !important
|
|
}
|
|
.fui-link-hover.data-v-946bd64a {
|
|
opacity: 0.5
|
|
}
|
|
.fui-footer__text.data-v-946bd64a {
|
|
flex: 1;
|
|
|
|
|
|
|
|
|
|
|
|
line-height: 1;
|
|
text-align: center;
|
|
padding-top: 8rpx;
|
|
font-weight: 400;
|
|
}
|
|
.fui-footer__safearea.data-v-946bd64a {
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|