ContentTip弹层
author: 闫申申
定义
弹层组件。
图片展示
代码演示
import Dialog from 'pile/dist/components/dialog'
const {ContentTip} = Dialog
<ContentTip show ={true} className="novice-tip">
<div className="hd">
<h2 className="title">用车助手版是啥?</h2>
</div>
<div className="bd">
1.同时持续呼叫两个车型,为您挑选最快接驾车辆
2.您可以设置心理价位加钱坐专车,符合价位时才叫车,费用可控更安心
</div>
<div className="ft">
<Button type="highlight" onClick={this.contentTiphide.bind(this)}>开始体验</Button>
</div>
</ContentTip>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
show | 是否展示 | bool | |
className | 自定义样式 | string | |
MaskClick | 点击蒙板回调 | function |
原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-dialog-contenttip.html