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{ .detailstemplatescale{
.detailstemplate{ .detailstemplate{
transform: scale(0.31); transform: scale(0.387);
transform-origin: 0 0; transform-origin: 0 0;
img{ img{
width: auto!important; width: auto!important;
@ -563,8 +563,8 @@
} }
} }
.thumbheader { .thumbheader {
width: 115px; width: 145px;
height: 158px; height: 200px;
background: #F4F6F9; background: #F4F6F9;
overflow: hidden; overflow: hidden;
margin-top: 5px; margin-top: 5px;
@ -578,16 +578,12 @@
.goodsList-item { .goodsList-item {
.goodstemplate { .goodstemplate {
transform: scale(0.31); transform: scale(0.387);
transform-origin: 0 0; transform-origin: 0 0;
} }
.editor-main { .editor-main {
top: 0; top: 0;
// img {
// width: auto !important;
// }
} }
} }