Files
gitlab-instance-0a899031_ro…/src/pages/my/index.scss
hackrobot ba9b00b522 'mm'
2024-09-14 09:49:37 +08:00

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%;
}
}