添加了修改头像功能,顺便重新设计了用户组件
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user