🎨 style: 优化组合商品样式

This commit is contained in:
wangsongsole 2024-03-04 10:26:51 +08:00
parent 405cc77c36
commit 278cfc33a5
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ body {
.content {
min-height: 100%;
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%);
position: relative;
box-sizing: border-box;
border-radius: 0 0 0.08rem 0.08rem;

View File

@ -32,7 +32,7 @@
</div>
</div>
<div class="content" :style="{background: `linear-gradient(${dynamicStyle.bg} 0 10%, #f6f6f4 25% 70%)`}">
<div class="content" :style="{background: `linear-gradient(${dynamicStyle.bg} 0 1rem, #f6f6f4 3rem 70%)`}">
<p class="nav">领取页面</p>
<p class="notis">恭喜您领取立减金</p>
<div class="box">

View File

@ -52,7 +52,7 @@ body {
.content {
min-height: 100%;
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%);
position: relative;
box-sizing: border-box;
border-radius: 0 0 0.08rem 0.08rem;