修改个人中心的top导航样式

This commit is contained in:
daihh
2022-09-28 11:44:50 +08:00
parent 66819645e4
commit d859a41bbb
2 changed files with 66 additions and 46 deletions

View File

@@ -151,6 +151,7 @@ export default {
},
data() {
return {
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
findType: '1',
keyword: '',
isTiao: false,
@@ -304,7 +305,7 @@ export default {
}
.portal-top{
width: 100%;
margin: 0px 30px;
margin: 0px 40px;
display: flex;
justify-content:space-between;
.portal-top-left{
@@ -332,7 +333,7 @@ export default {
justify-content: flex-end;
align-items: center;
margin-left: 10px;
.person-action-index{
//margin-left: 40px;
font-size: 14px;
@@ -372,6 +373,8 @@ export default {
position: relative;
}
//此处理应该移到单独的一个样式中比较好
@media screen and (max-width: 1366px){
.top-nav {
padding: 0px 10px;
@@ -439,22 +442,22 @@ export default {
cursor: pointer;
color: #000000;
}
.uavatar{
div{
border-radius: 50%;
img{
border-radius: 50%;
width: 30px;
height: 30px;
}
}
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
margin-right: 8px;
border-radius: 50%;
}
// .uavatar{
// div{
// border-radius: 50%;
// img{
// border-radius: 50%;
// width: 30px;
// height: 30px;
// }
// }
// width: 30px;
// height: 30px;
// line-height: 30px;
// font-size: 14px;
// margin-right: 8px;
// border-radius: 50%;
// }
.user-avatar{
display: inline-block;
border-radius: 50%;