Commit f78e99fe by wangshuo

中奖页面样式以及功能修改

parent 3173a1d5
...@@ -135,8 +135,9 @@ class BlessingGetPrize extends Component { ...@@ -135,8 +135,9 @@ class BlessingGetPrize extends Component {
{ {
(!prize_data || prize_data.length === 0) && ( (!prize_data || prize_data.length === 0) && (
<div className="active_over_container"> <div className="active_over_container">
<img src='https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/acitve__over.png' alt=''/> <p>AI充电节返场已开启</p>
<p>七月在线双十一抽奖活动已结束, 感谢你的参与!</p> <p>狂欢不能停~</p>
<a href='/blessingPreheat' className='to_active'>立即查看</a>
</div> </div>
) )
} }
......
...@@ -199,22 +199,30 @@ ...@@ -199,22 +199,30 @@
.active_over_container { .active_over_container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: center;
align-items: center; align-items: center;
margin-top: 70px; width: 340px;
img { height: 156px;
width: 170px; margin: 4px auto;
height: 134px; background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/active_over.png') center center no-repeat;
} background-size: 100% 100%;
p { p {
width:238px; font-size:18px;
height:39px; font-weight:500;
font-size:16px; color:rgba(76,33,239,1);
font-weight:400; line-height:27px;
}
.to_active {
width:298px;
height:44px;
background:linear-gradient(90deg,rgba(255,105,5,1) 0%,rgba(255,180,5,1) 100%);
border-radius:5px;
font-size:18px;
font-weight:500;
color:rgba(255,255,255,1); color:rgba(255,255,255,1);
line-height:24px; display: flex;
text-align: center; justify-content: center;
text-align-last: center; align-items: center;
margin-top: 20px; margin-top: 20px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment