style(落地页编辑):调整侧边栏目缩放样式比例

This commit is contained in:
Apple 2022-09-30 14:45:41 +08:00
parent 5816ae453c
commit d259d8537e
1 changed files with 4 additions and 8 deletions

View File

@ -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;
// }
}
}