style(落地页编辑):调整侧边栏目缩放样式比例
This commit is contained in:
parent
5816ae453c
commit
d259d8537e
|
@ -552,7 +552,7 @@
|
|||
}
|
||||
.detailstemplatescale{
|
||||
.detailstemplate{
|
||||
transform: scale(0.31);
|
||||
transform: scale(0.387);
|
||||
transform-origin: 0 0;
|
||||
img{
|
||||
width: auto!important;
|
||||
|
@ -563,8 +563,8 @@
|
|||
}
|
||||
}
|
||||
.thumbheader {
|
||||
width: 115px;
|
||||
height: 158px;
|
||||
width: 145px;
|
||||
height: 200px;
|
||||
background: #F4F6F9;
|
||||
overflow: hidden;
|
||||
margin-top: 5px;
|
||||
|
@ -578,16 +578,12 @@
|
|||
|
||||
.goodsList-item {
|
||||
.goodstemplate {
|
||||
transform: scale(0.31);
|
||||
transform: scale(0.387);
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.editor-main {
|
||||
top: 0;
|
||||
|
||||
// img {
|
||||
// width: auto !important;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue