🎨 style: 优化组合商品模板样式
This commit is contained in:
parent
462843304e
commit
5cf00128ea
|
@ -44,7 +44,7 @@ export default ({ data }) => {
|
||||||
<div id="combiningMobile">
|
<div id="combiningMobile">
|
||||||
<div
|
<div
|
||||||
className="content"
|
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="nav">领取页面</p>
|
||||||
<p className="notis">恭喜您领取立减金</p>
|
<p className="notis">恭喜您领取立减金</p>
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
|
background: linear-gradient(#ff2c02 0 100px, #f6f6f4 300px 70%);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
|
|
Loading…
Reference in New Issue