From 6dc009ee418b07d6f5944a871fb3056eff0150d5 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 10 Jan 2022 20:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exchangepage/edittemplate/goodstemplate.less | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/pages/exchangepage/edittemplate/goodstemplate.less b/src/pages/exchangepage/edittemplate/goodstemplate.less index b227911e..d2d743e2 100644 --- a/src/pages/exchangepage/edittemplate/goodstemplate.less +++ b/src/pages/exchangepage/edittemplate/goodstemplate.less @@ -49,8 +49,8 @@ cursor: pointer; } .bottomactiveTip{ - width: 349px; - margin:10px 13px 0; + width: 375px; + margin:10px 0; padding: 24px 20px 60px; box-sizing: border-box; background: #fff; @@ -58,10 +58,20 @@ box-shadow: 1px 1px 13px 2px #f1f2f3; line-height: 1.5rem; p{ - width: 310px; + width: 335px; } } } +.goodstemplate{ + .bottomactiveTip{ + width: 350px; + margin:12.5px; + p{ + width: 310px; + } + } + +} .detailstemplate{ position: relative; background: #fff;