🎨 style: 优化组合商品样式
This commit is contained in:
parent
405cc77c36
commit
278cfc33a5
|
@ -49,7 +49,7 @@ body {
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
|
background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 0 0 0.08rem 0.08rem;
|
border-radius: 0 0 0.08rem 0.08rem;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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="nav">领取页面</p>
|
||||||
<p class="notis">恭喜您领取立减金</p>
|
<p class="notis">恭喜您领取立减金</p>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
|
@ -52,7 +52,7 @@ body {
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
|
background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 0 0 0.08rem 0.08rem;
|
border-radius: 0 0 0.08rem 0.08rem;
|
||||||
|
|
Loading…
Reference in New Issue