updated 细节调整

This commit is contained in:
mumuy 2022-02-15 10:09:43 +08:00
parent 1b6d649bf9
commit 20861a0533

View File

@ -34,16 +34,16 @@ a:hover{
} }
.mod-head .bd{ .mod-head .bd{
padding: 10px 15px; padding: 10px;
line-height: 30px; line-height: 30px;
text-align: right; text-align: right;
} }
.mod-head .btn{ .mod-head .btn{
position: relative; position: relative;
display: inline-block; display: inline-block;
min-width: 90px; min-width: 80px;
height: 30px; height: 30px;
padding: 0 15px; padding: 0 12px;
border: medium none; border: medium none;
background: #eee; background: #eee;
line-height: 30px; line-height: 30px;
@ -337,13 +337,13 @@ a:hover{
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.mod-panel .hd{ .mod-panel .hd{
padding-top: 10px; padding-top: 10px;
margin-bottom: 10px; margin-bottom: 5px;
} }
.mod-panel .hd h1{ .mod-panel .hd h1{
font-size: 20px; font-size: 20px;
} }
.mod-panel .hd p{ .mod-panel .hd p{
line-height: 24px; line-height: 22px;
overflow: hidden; overflow: hidden;
} }
.mod-panel .c-hd ul{ .mod-panel .c-hd ul{