text.wxss 278 B

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