SOURCE

console 命令行工具 X clear

                    
>
console
<h2><span>赛区选择</span></h2>
<section>
  <a href="">川渝沪浙鄂</a>
  <a href="">云贵两广</a>
  <a href="">甘肃兰州</a>
  <a href="">金昌及其他</a>
</section>
body {
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 1.5;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\5FAE软雅黑,Arial,sans-serif;
    color: #232321;
    -webkit-font-smoothing: antialiased;
}
h2 {
  width:100%;
  text-align:center;
  margin:27px 0;
}
h2>span{
  border-bottom:3px solid #000;
  padding:9px;
}
section{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between
}
section>a{
  text-decoration:none;
  text-align:center;
  font-size:1rem;
  width: 33%;
  margin:9px 0;
  opacity:0.6;
  color: #232321;
}