作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有像下一个模板一样的 Angular Material 经典卡片
<mat-card class="example-card">
<mat-card-header>
<mat-card-title>Shiba Inu</mat-card-title>
</mat-card-header>
<mat-card-content>
<p>The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.</p>
</mat-card-content>
</mat-card>
并尝试填写银色标题,例如
最佳答案
您可以使用mat-card-header
和mat-card-content
,
<mat-card class="example-card">
<mat-card-header>
<mat-card-title>Shiba Inu</mat-card-title>
</mat-card-header>
<mat-card-content>
<p>The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.</p>
</mat-card-content>
</mat-card>
并设置这些CSS
mat-card-header{
background: #12121212;
padding: 5px;
color:white;
}
mat-card-content{
padding: 10px;
}
mat-card{
padding:0;
}
关于angular - Angular 材卡头如何填写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56022641/
我正在尝试在 Rails 中构建我的第一个 api。为此,我想使用 Angular 作为前端,使用 ruby 作为后端。我设法让 Angular 工作,但由于某种原因我无法让 Angular Ma
我是一名优秀的程序员,十分优秀!