- 公共css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21.body {
margin: 0;
}
.header, .footer, .article, .aside {
color: #fff;
min-height: 60px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.header, .footer {
background-color: #7dbcea;
}
.aside {
background-color: #3ba0e9;
}
.article {
min-height: 300px;
background-color: #108ee9;
}

1 | <view class="body"> |

1 | <view class="body"> |

1 | <view class="body"> |

1 | <view class="body"> |

1 | <view class="body"> |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 小五的个人杂货铺!