提示页
示例
HTML
<div class="baie-note">
*评分、退款、进阶任务均会影响奖金。
</div>
CSS
/* 公告提示 */
.baie-note {
padding: .1rem .3rem;
width: 100%;
background-color: #ffeec8;
font-size: .28rem;
color: #ea5503;
}
.baie-note .iconfont {
color: #ea5503;
font-size: .28rem;
}