scrollView.wxss 205 B

123456789101112
  1. /* myComponents/scrollView/scrollView.wxss */
  2. .text{
  3. /* text-align: center;*/
  4. padding: 10px;
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. }
  9. .img{
  10. width: 20px;
  11. height: 20px;
  12. }