🎨 style: 优化组合商品模板样式

This commit is contained in:
wangsongsole 2024-03-04 11:53:27 +08:00
parent 462843304e
commit 5cf00128ea
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ export default ({ data }) => {
<div id="combiningMobile">
<div
className="content"
style={{ background: `linear-gradient(${dynamicStyle().bg} 0 10%, #f6f6f4 25% 70%)` }}
style={{ background: `linear-gradient(${dynamicStyle().bg} 0 100px, #f6f6f4 300px 70%)` }}
>
<p className="nav">领取页面</p>
<p className="notis">恭喜您领取立减金</p>

View File

@ -69,7 +69,7 @@
.content {
min-height: 100%;
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
background: linear-gradient(#ff2c02 0 100px, #f6f6f4 300px 70%);
position: relative;
box-sizing: border-box;
border-radius: 0 0 8px 8px;