移除mongodb 新增前端个人中心管理

This commit is contained in:
WangHao
2021-04-11 02:13:20 +08:00
parent eccdfddd9a
commit b546760a6f
19 changed files with 564 additions and 231 deletions

View File

@ -8,6 +8,7 @@
font-size: 22px!important;
}
}
@ -20,6 +21,11 @@
.sousouright-icon{
margin-right: 18px;
}
/*个人中心的导航点击*/
.head-tag-button{
width: 60%!important;
}
}
/* >>> md*/
@ -43,6 +49,11 @@
/* ipad >>> xs*/
@media screen and (max-width: 768px) {
/*个人中心的导航点击*/
.head-tag-button{
width: 95%!important;
}
.transition-box{
display: none;
}