micro-front-end
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.

14 lines
399 B

  1. /* You can add global styles to this file, and also import other style files */
  2. @import "~ng-zorro-antd/style/index.min.css"; /* 引入基本样式 */
  3. @import "~ng-zorro-antd/button/style/index.min.css"; /* 引入组件样式 */
  4. html {
  5. overflow: hidden;
  6. background-color: #f4dcea;
  7. }
  8. .button{
  9. height: 32px;
  10. background-color: #b60816;
  11. border: none;
  12. font-weight: 700;
  13. color: aliceblue;
  14. }