Update index.css

This commit is contained in:
PASSER-BY 2023-04-26 07:50:10 +08:00
parent 25ffb03099
commit 917cf68bfd

View File

@ -682,15 +682,22 @@ a:hover{
width: auto; width: auto;
padding-top: 0; padding-top: 0;
} }
.mod-panel .hd .mobile{
width: auto;
}
.mod-panel .hd .picture img{ .mod-panel .hd .picture img{
width: 256px; width: 256px;
height: 160px; height: 160px;
margin-left: 0; margin-left: 0;
} }
.mod-panel .hd .picture .btn{ .mod-panel .hd .btn{
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
.mod-panel .hd .btn span.name{
padding-right: 0;
background: none;
}
.mod-panel .bd{ .mod-panel .bd{
margin-left: 0; margin-left: 0;
} }