编辑器优化

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,18 +49,28 @@
cursor: pointer;
}
.bottomactiveTip{
width: 349px;
margin:10px 13px 0;
width: 375px;
margin:10px 0;
padding: 24px 20px 60px;
box-sizing: border-box;
background: #fff;
border-radius: 4px;
box-shadow: 1px 1px 13px 2px #f1f2f3;
line-height: 1.5rem;
p{
width: 335px;
}
}
}
.goodstemplate{
.bottomactiveTip{
width: 350px;
margin:12.5px;
p{
width: 310px;
}
}
}
.detailstemplate{
position: relative;