导航栏彻底完备

This commit is contained in:
zhcnyuyang 2025-05-03 14:53:28 +08:00
parent cc41555064
commit 04982007cf

View File

@ -141,18 +141,26 @@ export default {
#barlist{ #barlist{
margin-top: 44px; margin-top: 44px;
width: 100%; width: 100%;
padding-left: 32px; //padding-left: 32px;
//padding-top: 24px; //padding-right: 32px;
padding-right: 32px;
} }
.baritem{ .baritem{
display: flex;
width: 100%; width: 100%;
padding-left: 32px;
padding-right: 32px;
height:72px; height:72px;
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
font-size: 24px; font-size: 24px;
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
font-weight: 500; font-weight: 500;
text-align: left; text-align: left;
align-items: center;
}
.baritem:hover{
background-color: white;
color: black;
} }
</style> </style>