详情页面内容宽度改为70%

This commit is contained in:
77 2024-08-06 17:18:29 +08:00
parent c0bc992b3e
commit 718ba5a868

View File

@ -263,6 +263,10 @@ li {
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
} }
.cont{
width: 70%;
margin: 0 auto;
}
.cont >>> img{ .cont >>> img{
max-width:500px; max-width:500px;
} }