.product-detail {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: auto;
}
.product-title {
font-size: 1.8em;
font-weight: bold;
margin-bottom: 15px;
border-bottom: 2px solid #000;
padding-bottom: 10px;
}
.product-feature {
margin-bottom: 20px;
padding: 10px;
border-left: 4px solid #000;
background-color: #f9f9f9;
}
.feature-point {
margin-bottom: 8px;
font-size: 1.1em;
}
.feature-point strong {
color: #000;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 20px;
justify-content: center;
}
.image-gallery img {
width: 30%; /* Adjust as needed */
max-width: 250px;
height: auto;
border: 1px solid #ddd;
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.size-info {
font-size: 1.2em;
font-weight: bold;
margin-top: 20px;
text-align: center;
padding: 10px;
background-color: #eee;
}
版权: 转载请注明出处:https://www.yourstylepath.com/02017142.html
相关推荐









微信扫一扫
还没有评论呢,快来抢沙发~