0
0
Files
Babyclass/resources/views/user/rules.blade.php
2020-08-04 10:17:22 +08:00

18 lines
685 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.app')
@section('content')
<section class="padding_btm" >
<!-- 收益规则 Start -->
<div class="income_rule">
<img src="/assets/home/img/rule001.png">
<div class="income_rule_text">
<p> 邀请好友关注平台领取100元听课卷</p>
<p> 好友完成“宝宝课”订单平台奖励现金100元</p>
<p> 在个人中心查看收益记录,即可申请提现</p>
</div>
</div>
<div class="income_rule_bg" style="background-image: url(/assets/home/img/rule_bg.jpg);"></div>
<!-- 收益规则 End -->
</section>
@endsection