添加了修改头像功能,顺便重新设计了用户组件

This commit is contained in:
2021-09-28 00:28:59 +08:00
parent 1b0e9d3042
commit 2967009dfb
12 changed files with 374 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
.poster {
width: 100%;
height: 400px;
background-color: #80010a;
background-color: #84000B;
display: flex;
flex-direction: column;
align-items: center;
@@ -10,10 +10,15 @@
.img-poster {
height: 100%;
}
.btn-partIn {
.index-btns {
position: absolute;
right: 40px;
bottom: 20px;
display: flex;
height: 40px;
}
.index-btns > .user {
margin-right: 10px;
}
/* 这里的卡片和分栏结构就比较接近bootstrap了可惜视觉做的太古板如果愿意的话改成Material Design就更好了 */
.split-lg > .card {