<div class="btn_left btn_left1">每日单元成功率</div><br/>
<div class="btn_left btn_left2">周单日最高纪录</div>
.btn_left{
        width: 25px;
        border: 1px solid #fe6500;
        height: 200px;
        margin-top: -1px;
        line-height: 20px;
        padding-top: 25px;
        word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ 
        text-align: center;
        cursor: pointer;
    }

 

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2022-01-06
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2021-10-30
  • 2022-12-23
  • 2022-01-08
  • 2021-09-25
  • 2022-12-23
  • 2022-01-21
相关资源
相似解决方案