23 lines
367 B
SCSS
23 lines
367 B
SCSS
.my{
|
|
|
|
.myAtAvatar{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 300px;
|
|
// background-color: #f4ffb8;
|
|
// padding-left: 20px;
|
|
// padding-right: 20px;
|
|
.AtAvatar{
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.indexTablebar {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
} |