一、准备
1.定义公共样式
【src/global.scss】
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
margin: 0;
padding: 0;
}
html{
font-size: 62.5%; //10px 浏览器的默认字体大小是16px
}
.clearfix{
&::after{
display: block;
content: "";
height: 0px;
clear: both;
}
}
2.图标
(1)图标库
a. ionic官方图标:https://ionicons.com/
b. 第三方图标:阿里巴巴图标库