fix: 调整部分图像显示问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m10s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m10s
- 产品/解决方案卡片图片宽度、比例调整 - 产品页竖屏是的文字边距调整
This commit is contained in:
@ -210,6 +210,7 @@
|
||||
|
||||
.recommend-card .el-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
@ -210,6 +210,7 @@
|
||||
|
||||
.recommend-card .el-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
@ -117,6 +117,9 @@
|
||||
.product-image .el-image {
|
||||
height: 300px;
|
||||
}
|
||||
.product-info {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.product-info h1 {
|
||||
font-size: 1.5rem;
|
||||
|
||||
@ -61,7 +61,8 @@
|
||||
}
|
||||
|
||||
.product-card .el-image {
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
@ -67,7 +67,8 @@
|
||||
}
|
||||
|
||||
.solution-card .el-image {
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user