console
<div class="new-img-container">
<div class="main">
hahaha
</div>
</div>
.new-img-container {
display: flex;
justify-content: center;
width: 100%;
height: 120px;
margin-top: 66px;
border: 1px solid blue;
}
.main {
width: 120px;
height: 120px;
border: 1px solid yellow;
background-color: pink;
}
.container .main .box {
border: 1px solid blue;
}
.box-title {
display: flex;
border: 1px dashed greenyellow;
}
.box-title-main {
padding: 0px 30px;
border: 1px solid white;
background-color: blue;
background-color: white;
border-radius: 30px;
font-size: 36px;
text-align: center;
}
.box-title-extra {
flex: 1
}
.box-content {
display: flex;
flex-flow: row nowrap;
}
.box-item {
margin-top: 40px;
margin-left: 30px;
border: 3px solid #222222;
width: 188px;
height: 80px;
line-height: 80px;
font-size: 28px;
border-radius: 30px;
background-color: white;
text-align: center;
}