css样式
<style>
body {
display: flex;
align-items: center;
justify-content: center;
}
.content {
width: 350px;
height: 500px;
background-color: goldenrod;
}
.view {
width: 350px;
height: 400px;
background-color: palegreen;
}
.tabbar {
width: 350px;
height: 100px;
background-color: goldenrod;
display: flex;
justify-content: center;
flex-wrap: nowrap;
}
.btn {
width: 25%;
background-color: gainsbo