You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* You can add global styles to this file, and also import other style files */
|
|
@import "~ng-zorro-antd/style/index.min.css"; /* 引入基本样式 */
|
|
@import "~ng-zorro-antd/button/style/index.min.css"; /* 引入组件样式 */
|
|
html {
|
|
overflow: hidden;
|
|
background-color: #f4dcea;
|
|
}
|
|
|
|
.button{
|
|
height: 32px;
|
|
background-color: #b60816;
|
|
border: none;
|
|
font-weight: 700;
|
|
color: aliceblue;
|
|
}
|