aria-component.wxss 221 B

123456789101112
  1. .text-box{
  2. margin-bottom: 35px;
  3. padding: 20px 0;
  4. display: flex;
  5. min-height: 150px;
  6. justify-content: center;
  7. align-items: center;
  8. text-align: center;
  9. font-size: 15px;
  10. color: #353535;
  11. line-height: 2em;
  12. }