修改win上商品详情展示优化
parent
c3b3e7bb61
commit
7874931b1f
|
@ -225,7 +225,6 @@ export default {
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: scroll;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
@ -310,6 +309,9 @@ export default {
|
||||||
.item-intro-img {
|
.item-intro-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
|
/deep/ img{
|
||||||
|
margin:0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.item-intro-img img{
|
.item-intro-img img{
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
Loading…
Reference in New Issue