fix: 商品详情图片宽度
This commit is contained in:
parent
da8468fe23
commit
c13fdf88fd
@ -1,4 +1,5 @@
|
|||||||
@import '../../../style/global.wxss';
|
@import '../../../style/global.wxss';
|
||||||
|
|
||||||
page {
|
page {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
@ -222,14 +223,14 @@ page {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desc-content_box{
|
.desc-content_box {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.desc-content_box img{
|
.desc-content_box [alt] {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 100% !important;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods-bottom-operation {
|
.goods-bottom-operation {
|
||||||
@ -353,12 +354,12 @@ page {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-container{
|
.swiper-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 750rpx;
|
height: 750rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-item{
|
.swiper-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 750rpx;
|
height: 750rpx;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user