water_xcx/miniprogram_npm/tdesign-miniprogram/footer/footer.wxss

78 lines
1.3 KiB
Plaintext

.t-float-left {
float: left;
}
.t-float-right {
float: right;
}
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.hotspot-expanded.relative {
position: relative;
}
.hotspot-expanded::after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: scale(1.5);
}
.t-footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.t-footer__copyright-info {
font-size: 24rpx;
line-height: 32rpx;
color: #bbbbbb;
}
.t-footer__link-list {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 12rpx;
}
.t-footer__link-item {
color: #266fe8;
font-size: 24rpx;
line-height: 40rpx;
padding-left: 6rpx;
text-decoration: underline;
}
.t-footer__link-item:not(:last-child)::after {
content: '|';
color: #266fe8;
display: inline-block;
padding-left: 10rpx;
padding-right: 10rpx;
}
.t-footer__logo {
display: flex;
justify-content: center;
align-items: center;
}
.t-footer__icon {
width: 48rpx;
height: 48rpx;
margin-right: 16rpx;
}
.t-footer__title {
font-weight: bold;
font-size: 32rpx;
line-height: 48rpx;
font-style: italic;
}
.t-footer__title-url {
width: 256rpx;
}