feat: first commit
This commit is contained in:
33
src/components/slogan/index.less
Normal file
33
src/components/slogan/index.less
Normal file
@ -0,0 +1,33 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user