导航栏彻底完备
This commit is contained in:
parent
cc41555064
commit
04982007cf
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user