SOURCE

console 命令行工具 X clear

                    
>
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 {
  /* padding: 50px 30px; */
  width: 120px;
  height: 120px;
  border: 1px solid yellow;
  background-color: pink;
}

.container .main .box {
  /* padding: 50px 30px; */
  border: 1px solid blue;
}

.box-title {
  display: flex;
  /* width:auto; */
  border: 1px dashed greenyellow;
}

.box-title-main {
  padding: 0px 30px;
  border: 1px solid white;
  background-color: blue;
  background-color: white;
  /* opacity: 0.2; */
  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;
}