Files
boluo-app-main/src/components/slogan/index.less
2025-03-31 22:34:22 +08:00

33 lines
483 B
Plaintext

@import '@/styles/common.less';
@import '@/styles/variables.less';
.app-slogan {
position: fixed;
left: 0;
right: 0;
// tab-bar 110px, 边距 64px
bottom: 174px;
.flex-column();
&__content {
.flex-row();
justify-content: center;
}
&__icon {
width: 104px;
height: 48px;
}
&__slogan {
font-size: 24px;
line-height: 32px;
font-weight: 400;
color: @blColorG2;
margin-top: 8px;
}
&__protocol {
margin-top: 20px;
}
}