【发布时间】:2017-04-23 06:56:40
【问题描述】:
我只是将离子组件的 HTML 代码复制到我的应用程序中,但它的样式不像原始示例。
<ion-view view-title="About us">
<ion-content padding>
<h1>About us</h1>
<ion-card>
<ion-card-header>
Header
</ion-card-header>
<ion-card-content>
The British use the term "header", but the American term "head-shot" the English simply refuse to adopt.
</ion-card-content>
</ion-card>
</ion-content>
</ion-view>
但它返回给我这个Screenshot of result page
我已经检查了页面上的所有 css 和 js 是否正常工作,离子组件除外。
【问题讨论】:
-
这是离子 1 还是 2?
-
它是离子 1..
-
你能把你的代码粘贴到小提琴里吗?
标签: html css angular ionic-framework styling