编辑器优化

This commit is contained in:
red-deng-deng 2022-01-10 20:57:12 +08:00
parent 9fb475e207
commit 6dc009ee41
1 changed files with 13 additions and 3 deletions

View File

@ -49,8 +49,8 @@
cursor: pointer; cursor: pointer;
} }
.bottomactiveTip{ .bottomactiveTip{
width: 349px; width: 375px;
margin:10px 13px 0; margin:10px 0;
padding: 24px 20px 60px; padding: 24px 20px 60px;
box-sizing: border-box; box-sizing: border-box;
background: #fff; background: #fff;
@ -58,10 +58,20 @@
box-shadow: 1px 1px 13px 2px #f1f2f3; box-shadow: 1px 1px 13px 2px #f1f2f3;
line-height: 1.5rem; line-height: 1.5rem;
p{ p{
width: 310px; width: 335px;
} }
} }
} }
.goodstemplate{
.bottomactiveTip{
width: 350px;
margin:12.5px;
p{
width: 310px;
}
}
}
.detailstemplate{ .detailstemplate{
position: relative; position: relative;
background: #fff; background: #fff;