/*wxss*/
page{
font-weight:400; /*字体粗细(100~900)*/
font-size:large; /*字体大小(小->大)
(xx-small,x-small,smaller,small,large,larger,x-larger,xx-larger)
(unset,initial,inherit)*/
font-style:normal; /*文字样式(正常:normal;斜体:italic\oblique)*/
text-align:center; /*居中*/
background-color:#000000; /*背景颜色*/
background-image:url('http://...'); /*背景图片,本地链接报错*/
background-size:100% 100%; /*宽%/px高%/px(cover,contain)~(铺满,原尺寸)*/
}
.main{
padding-bottom: 10%; /*设置元素下内边距相对于宽(\px)*/
justify-content: space-around; /* 1 2 3 4 */
}