// css
.action-sheet-md {
text-align: center;
}
.action-sheet-md .action-sheet-container {
padding: 0 10px;
}
.action-sheet-md .action-sheet-group {
overflow: hidden;
margin-bottom: 8px;
border-radius: 13px;
background: #f9f9f9;
}
.action-sheet-md .action-sheet-group:last-child {
margin-bottom: 10px;
padding-bottom: 0;
}
.action-sheet-md .action-sheet-title {
padding: 1.5rem;
border-bottom: 0.55px solid #d6d6da;
border-radius: 0;
font-size: 1.3rem;
font-weight: 400;
text-align: center;
color: #8f8f8f;
}
.action-sheet-md .action-sheet-button {
margin: 0;
padding: 18px;
min-height: 5.6rem;
border-bottom: 0.55px solid #d6d6da;
font-size: 1.6rem;
color: #007aff;
background: transparent;
}
.action-sheet-md .action-sheet-button:last-child {
border-bottom: 0;
}
.action-sheet-md .action-sheet-cancel {
font-weight: 600;
background: #fff;
}
.action-sheet-md .action-sheet-group:last-child {
padding-bottom: 0rem;
}
.zm-action-button {
.button-inner {
justify-content: center !important;
}
}
// ts
presentActionSheet() {
let actionSheet = this.actionSheetCtrl.create({
cssClass: 'zm-action-button',
title: '装/卸货',
buttons: [
{
text: '装货',
handler: () => {
this.portName = '装货';
}
},
{
text: '卸货',
handler: () => {
this.portName = '卸货';
}
},
{
text: '取消',
role: 'cancel',
handler: () => {
console.log('点击取消');
}
}
]
});
actionSheet.present();
}
ionic3 ActionSheetController 安卓样式
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 链接:ionic3 教程(一)安装和配置 ionic3 教程(二)登录页制作 ionic3 教程(三)设置页制...
- 在现阶段的安卓开发中,有着大量高级的开发组织架构,例如MVP,MVVM或者Clean Architecture,还...
- 针对学生和家长普遍都不知道应该如何选择大学专业这一现状,越来越多的高校推出了一系列利好政策,比如无门槛转专业、比如...